aboutsummaryrefslogtreecommitdiff
path: root/gcc/toplev.c
AgeCommit message (Expand)AuthorFilesLines
2002-04-12config.gcc (sparcv9-*-solaris2): Default to 32-bit code.Richard Henderson1-1/+1
2002-04-06toplev.c (flag_no_inline, [...]): Default to 2.Jason Merrill1-2/+10
2002-04-03re PR rtl-optimization/4330 (Optimizer generates illegal assembly code)Richard Henderson1-14/+11
2002-04-02re PR rtl-optimization/4311 (unrolling loops creates non-ending loop)Richard Henderson1-2/+1
2002-03-31c-common.c (c_unsafe_for_reeval): Rename.Neil Booth1-8/+2
2002-03-30local-alloc.c (local_alloc): Avoid call of update_equiv_regs when not optimiz...Jan Hubicka1-1/+2
2002-03-27c-common.c (c_expand_expr): Fix prototype.Neil Booth1-10/+0
2002-03-26toplev.c (rest_of_compilation): Delay emit_initial_value_sets until after eh ...Richard Henderson1-1/+4
2002-03-26Add -Wswitch-enum. Document.Andrew Cagney1-0/+7
2002-03-25toplev.c: Don't include setjmp.h.Zack Weinberg1-74/+3
2002-03-23[multiple changes]Andrew Cagney1-2/+9
2002-03-22toplev.c (flag_loop_optimize, [...]): New static variables.Jan Hubicka1-3/+18
2002-03-21langhooks.c (lhd_tree_inlining_cannot_inline_tree_fn): Check flag_really_no_i...Aldy Hernandez1-0/+5
2002-03-21Makefile.in (fold-const.o, [...]): Update.Neil Booth1-1/+1
2002-03-20Makefile.in: Update.Neil Booth1-25/+1
2002-03-17c-common.h (yyparse, [...]): New.Neil Booth1-5/+4
2002-03-15toplev.c (wrapup_global_declarations): Clarify variable handling.Jason Merrill1-9/+17
2002-03-14toplev.c (rest_of_compilation): Add CLEANUP_UPDATE_LIFE to cfg_cleanup call a...Jan Hubicka1-1/+1
2002-03-13c-common.c (c_tree_code_type, [...]): Delete.Kaveh R. Ghazi1-5/+0
2002-03-12Makefile.in (debug.o): Depend on debug.h.Kaveh R. Ghazi1-1/+1
2002-03-11toplev.c (rest_of_compilation): Call purge_all_dead_edges if rebuild_label_no...Richard Henderson1-0/+1
2002-03-11* toplev.c (rest_of_compilation): Don't compile if we've had errors.Richard Henderson1-2/+5
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-03-08cfgrtl.c (purge_dead_edges): Set BB_DRITY flags if edge has been removed; fix...Jan Hubicka1-4/+0
2002-03-06toplev.c (rest_of_compilation): Do jump threading before SSA path...Jan Hubicka1-16/+14
2002-03-06cfgcleanup.c (mentions_nonequal_regs): New function.Jan Hubicka1-1/+2
2002-03-06cfgrtl.c (delete_insn_and_edges, [...]): New.Jan Hubicka1-4/+4
2002-03-05toplev.c (documented_lang_options): Document more language-specific options.Geoffrey Keating1-13/+18
2002-03-04toplev.c (rest_of_compilation): Cleanup CFG after dead jumptables removalJan Hubicka1-0/+1
2002-03-03* toplev.c (rest_of_decl_compilation): Revert last two changes.Richard Henderson1-4/+1
2002-03-03emit-rtl.c, [...]: Remove all #ifndef REAL_ARITHMETIC blocks...Zack Weinberg1-8/+0
2002-03-03toplev.c (rest_of_decl_compilation): Do not invoke make_decl_rtl for types or...Richard Henderson1-1/+2
2002-03-02attribs.c (handle_alias_attribute): Don't call assemble_alias.Richard Henderson1-5/+22
2002-03-02Makefile.in (CRTSTUFF_CFLAGS): Add -fno-zero-initialized-in-bss.Kaveh R. Ghazi1-0/+5
2002-03-01toplev.c (rest_of_compilation): Delete dead jumptables before loop.Jan Hubicka1-0/+1
2002-02-28basic-block.h (BB_REACHABLE): Renumber.Jan Hubicka1-114/+107
2002-02-27c-common.c, [...]: Delete code implementing -traditional mode.Zack Weinberg1-9/+1
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