aboutsummaryrefslogtreecommitdiff
path: root/gcc/toplev.c
AgeCommit message (Expand)AuthorFilesLines
2002-05-25* toplev.c (output_clean_symbol_name): Fix another thinko.Gabriel Dos Reis1-1/+1
2002-05-25* toplev.c (output_clean_symbol_name): Use xstrdup. Fix thinko.Gabriel Dos Reis1-3/+3
2002-05-24flags.h (TLS_MODEL_GLOBAL_DYNAMIC): Set to 1.Richard Henderson1-1/+1
2002-05-23mingw32.h (OUTPUT_QUOTED_STRING): Properly output quoted strings.Gabriel Dos Reis1-1/+20
2002-05-23cfg.c (dump_flow_info): Print results of maybe_hot/probably_never_executed pr...Jan Hubicka1-2/+7
2002-05-23basic-block.h (CLEANUP_NO_INSN_DEL): Define it.David S. Miller1-1/+4
2002-05-23c-lex.c (indent_level): Remove.Neil Booth1-1/+0
2002-05-22re PR preprocessor/6517 (gcc hangs on C compile with multiple "-I-")Neil Booth1-1/+1
2002-05-21c-common.h (enum rid): Add RID_THREAD.Richard Henderson1-3/+20
2002-05-19system.h (BLOCK_PROFILER, [...]): Poison.Richard Henderson1-6/+0
2002-05-18timevar.c: Fix formatting.Kazu Hirata1-3/+3
2002-05-17expr.c (init_expr_once): Don't use start/end_sequence.Richard Henderson1-1/+1
2002-05-16c-common.c (cb_register_builtins): Handle more built-ins here rather than in ...Neil Booth1-11/+12
2002-05-15invoke.texi (-malign-double): Re-add lost warning.Jan Hubicka1-0/+7
2002-05-13emit-rtl.c (global_rtl): Update comment.Zack Weinberg1-4/+0
2002-05-09final.c (end_final): Use C trees to output data structures for profiling.Jan Hubicka1-3/+9
2002-05-08cfglayout.c (function_tail_eff_head): Rename to ...Jan Hubicka1-5/+25
2002-05-08* toplev.c: Fix formatting.Kazu Hirata1-77/+77
2002-05-02cfgrtl.c (try_redirect_by_replacing_jump): Do not kill computed jumps post re...Jan Hubicka1-1/+2
2002-04-30toplev.c (rest_of_compilation): Don't run cross-jump before bb-reorder.Richard Henderson1-5/+5
2002-04-29toplev.c (f_options): Add "profile" switch so that -fno-profile can be used t...Nick Clifton1-0/+2
2002-04-29toplev.c (flag_if_conversion, [...]): New static variables.Jan Hubicka1-5/+21
2002-04-28re PR c++/6396 (3.1 flow.c 583 ICE with -frename-registers)Jakub Jelinek1-1/+1
2002-04-25c-common.h (c_common_parse_file): Update.Neil Booth1-2/+5
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-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