aboutsummaryrefslogtreecommitdiff
path: root/gcc/toplev.c
AgeCommit message (Expand)AuthorFilesLines
2003-02-22re PR c++/3782 (-quiet -fstats produces a segmentation fault in cc1plus)Steven Bosscher1-2/+2
2002-11-02re PR c++/8391 (infinite loop in cp/decl2.c(finish_file))Mark Mitchell1-0/+3
2002-10-06re PR rtl-optimization/6627 (-fno-align-functions regression from 2.95)Roger Sayle1-0/+4
2002-10-03toplev.c (rest_of_compilation): Dump loops before clobbering the structure.Jan Hubicka1-3/+3
2002-05-26[multiple changes]Richard Henderson1-0/+13
2002-05-23re PR preprocessor/6517 (gcc hangs on C compile with multiple "-I-")Neil Booth1-1/+1
2002-05-21system.h (BLOCK_PROFILER, [...]): Poison.Richard Henderson1-6/+0
2002-04-30toplev.c (rest_of_compilation): Don't run cross-jump before bb-reorder.Richard Henderson1-4/+6
2002-04-30re PR c++/6396 (3.1 flow.c 583 ICE with -frename-registers)Jakub Jelinek1-1/+1
2002-04-19re PR c++/6352 (GCC 3.1 inliner regression from March)Mark Mitchell1-0/+1
2002-04-12config.gcc (sparcv9-*-solaris2): Default to 32-bit code.Richard Henderson1-1/+1
2002-04-08re PR rtl-optimization/6007 (cfg cleanup tremendous performance hog with -O1)Richard Henderson1-2/+15
2002-04-06toplev.c (flag_no_inline, [...]): Default to 2.Jason Merrill1-2/+10
2002-04-02re PR rtl-optimization/4311 (unrolling loops creates non-ending loop)Richard Henderson1-2/+1
2002-03-27toplev.c (rest_of_compilation): Don't compile if we've had errors.Richard Henderson1-2/+5
2002-03-26toplev.c (rest_of_compilation): Delay emit_initial_value_sets until after eh ...Richard Henderson1-1/+4
2002-03-21langhooks.c (lhd_tree_inlining_cannot_inline_tree_fn): Check flag_really_no_i...Aldy Hernandez1-0/+5
2002-03-15toplev.c (wrapup_global_declarations): Clarify variable handling.Jason Merrill1-9/+17
2002-03-11* toplev.c (vms_fopen): Remove, not needed.Douglas B Rupp1-23/+0
2002-03-11toplev.c (debug_args): Add entry for VMS_DEBUG.Douglas B Rupp1-0/+3
2002-02-20toplev.c (output_quoted_string): Write unprintable characters with octal esca...Zack Weinberg1-3/+8
2002-01-28* toplev.c (lang_independent_init): Round up identifier size.Roman Zippel1-2/+2
2002-01-23toplev.c (process_options): Disable -fprefetch-loop-arrays with -Os and issue...Janis Johnson1-0/+8
2002-01-14cfgcleanup.c (try_forward_edges): Avoid infinite loop at infinite threaded loop.Jan Hubicka1-0/+1
2002-01-10toplev.c: Don't declare environ (it's not used anywhere).Zack Weinberg1-4/+0
2002-01-10toplev.c: Fix formatting.Kazu Hirata1-7/+7
2002-01-10Added __attribute__((deprecated)) patches.Ira Ruben1-0/+7
2002-01-07regrename.c (find_oldest_value_reg): Ignore the value chain if the original r...Richard Henderson1-1/+1
2002-01-05c-decl.c (c_expand_body): Don't call outlining_inline_function.Richard Henderson1-5/+23
2002-01-04toplev.c (rest_of_compilation): Fix a typo when calling cleanup_cfg.H.J. Lu1-2/+2
2001-12-27toplev.c (independent_decode_option): Re-add -aux-info option handling.Jakub Jelinek1-0/+24
2001-12-27collect2.c (is_ctor_dtor): Const-ify.Kaveh R. Ghazi1-7/+7
2001-12-17Makefile.in (cfgcleanup.o): Add cselib.h dependancy.Jan Hubicka1-22/+9
2001-12-16toplev.c (parse_options_and_default_flags): Don't enable flag_cprop_registers...Richard Henderson1-1/+1
2001-12-16c-lex.c (lex_number): Use ISXDIGIT/hex_value.Kaveh R. Ghazi1-0/+2
2001-12-15c-typeck.c, [...]: Use "built-in" and "bit-field" spellings in messages.Joseph Myers1-1/+1
2001-12-15gcc.c, [...]: Use American spelling in messages.Joseph Myers1-13/+13
2001-12-13toplev.c (process_options, [...]): Set flag_no_inline before the post_options...Neil Booth1-9/+14
2001-12-13predict.c (estimate_probability): Reorganize opcode heuristics.Jan Hubicka1-1/+23
2001-12-12regrename.c (copyprop_hardreg_forward): New optimization.Richard Henderson1-2/+9
2001-12-06final.c (count_basic_block, [...]): Kill.Jan Hubicka1-54/+1
2001-12-05attribs.c (handle_no_check_memory_usage_atribute): Deleted.Richard Kenner1-18/+0
2001-12-05* toplev.c (display_target_options): Don't print twice.Neil Booth1-0/+6
2001-12-05rtl.h (initialize_uninitialized_subregs): New prototype.Andrew MacLeod1-0/+11
2001-12-02vms.h (VMS_DEBUGGING_INFO): New macro.Douglas B Rupp1-4/+14
2001-12-02c-decl.c (duplicate_decls, [...]): Remove leading capital from diagnostics.Neil Booth1-7/+7
2001-11-27cpphash.c (_cpp_init_hashtable): Update.Neil Booth1-4/+1
2001-11-27Makefile.in (c-lang.o): Depends on langhooks-def.h.Richard Kenner1-2/+0
2001-11-26* toplev.c (rest_of_compilation): Call free_bb_for_insn before exit.Richard Henderson1-0/+1
2001-11-26cppfiles.c (stack_include_file): Don't optimize zero-length files.Neil Booth1-29/+36