summaryrefslogtreecommitdiff
path: root/gcc/toplev.c
Commit message (Expand)AuthorAgeFilesLines
* * c-common.c (cb_register_builtins): Handle more built-insneil2002-05-161-11/+12
* * invoke.texi (-malign-double): Re-add lost warning.hubicka2002-05-151-0/+7
* * emit-rtl.c (global_rtl): Update comment.zack2002-05-131-4/+0
* * final.c (end_final): Use C trees to output data structures for profiling.hubicka2002-05-091-3/+9
* * cfglayout.c (function_tail_eff_head): Rename to ...hubicka2002-05-081-5/+25
* * toplev.c: Fix formatting.kazu2002-05-081-77/+77
* * cfgrtl.c (try_redirect_by_replacing_jump): Do not kill computedhubicka2002-05-021-1/+2
* * toplev.c (rest_of_compilation): Don't run cross-jump beforerth2002-04-301-5/+5
* * toplev.c (f_options): Add "profile" switch so thatnickc2002-04-291-0/+2
* * toplev.c (flag_if_conversion, flag_if_conversion2): New statichubicka2002-04-291-5/+21
* PR c++/6396jakub2002-04-281-1/+1
* * c-common.h (c_common_parse_file): Update.neil2002-04-251-2/+5
* PR c++/6352mmitchel2002-04-191-0/+1
* * config.gcc (sparcv9-*-solaris2): Default to 32-bit code.rth2002-04-121-1/+1
* * toplev.c (flag_no_inline, flag_really_no_inline): Default to 2.jason2002-04-061-2/+10
* PR opt/4330rth2002-04-031-14/+11
* PR opt/4311rth2002-04-031-2/+1
* * c-common.c (c_unsafe_for_reeval): Rename.neil2002-03-311-8/+2
* * local-alloc.c (local_alloc): Avoid call of update_equiv_regs when not opti...hubicka2002-03-301-1/+2
* * c-common.c (c_expand_expr): Fix prototype.neil2002-03-271-10/+0
* * toplev.c (rest_of_compilation): Delay emit_initial_value_setsrth2002-03-261-1/+4
* Add -Wswitch-enum. Document.cagney2002-03-261-0/+7
* * toplev.c: Don't include setjmp.h. Kill float_handler_set,zack2002-03-251-74/+3
* 2002-03-23 Andrew Cagney <ac131313@redhat.com>cagney2002-03-231-2/+9
* * toplev.c (flag_loop_optimize, flag_crossjumping):hubicka2002-03-221-3/+18
* 2002-03-21 Aldy Hernandez <aldyh@redhat.com>aldyh2002-03-211-0/+5
* * Makefile.in (fold-const.o, stor-layout.o, stmt.o,neil2002-03-211-1/+1
* * Makefile.in: Update.neil2002-03-201-25/+1
* * c-common.h (yyparse, c_common_parse_file): New.neil2002-03-171-5/+4
* * toplev.c (wrapup_global_declarations): Clarify variable handling.jason2002-03-151-9/+17
* * toplev.c (rest_of_compilation): Add CLEANUP_UPDATE_LIFE to cfg_cleanuphubicka2002-03-141-1/+1
* * c-common.c (c_tree_code_type, c_tree_code_length,ghazi2002-03-131-5/+0
* * Makefile.in (debug.o): Depend on debug.h.ghazi2002-03-121-1/+1
* * toplev.c (rest_of_compilation): Call purge_all_dead_edgesrth2002-03-121-0/+1
* * toplev.c (rest_of_compilation): Don't compile if we've had errors.rth2002-03-111-2/+5
* * toplev.c (vms_fopen): Remove, not needed.kenner2002-03-111-23/+0
* * toplev.c (debug_args): Add entry for VMS_DEBUG.kenner2002-03-111-0/+3
* * cfgrtl.c (purge_dead_edges): Set BB_DRITY flags if edge has beenhubicka2002-03-081-4/+0
* * toplev.c (rest_of_compilation): Do jump threading before SSA path;hubicka2002-03-061-16/+14
* * cfgcleanup.c (mentions_nonequal_regs): New function.hubicka2002-03-061-1/+2
* * cfgrtl.c (delete_insn_and_edges, delete_insn_chain_and_edges): New.hubicka2002-03-061-4/+4
* * toplev.c (documented_lang_options): Document moregeoffk2002-03-051-13/+18
* * toplev.c (rest_of_compilation): Cleanup CFG after dead jumptableshubicka2002-03-041-0/+1
* * toplev.c (rest_of_decl_compilation): Revert last two changes.rth2002-03-031-4/+1
* * emit-rtl.c, final.c, fold-const.c, gengenrtl.c, optabs.c,zack2002-03-031-8/+0
* * toplev.c (rest_of_decl_compilation): Do not invoke make_decl_rtlrth2002-03-031-1/+2
* * attribs.c (handle_alias_attribute): Don't call assemble_alias.rth2002-03-031-5/+22
* * Makefile.in (CRTSTUFF_CFLAGS): Add -fno-zero-initialized-in-bss.ghazi2002-03-021-0/+5
* * toplev.c (rest_of_compilation): Delete dead jumptables beforehubicka2002-03-011-0/+1
* * basic-block.h (BB_REACHABLE): Renumber.hubicka2002-02-281-114/+107