aboutsummaryrefslogtreecommitdiff
path: root/gcc/toplev.c
AgeCommit message (Expand)AuthorFilesLines
2003-10-09haifa-sched.c (ok_for_early_schedule): New function.Dorit Naishlos1-0/+16
2003-09-28toplev.c (flag_evaluation_order): New global variable.Roger Sayle1-0/+3
2003-09-21Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change.Richard Henderson1-3/+3
2003-09-21tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const.Richard Henderson1-3/+3
2003-09-20c-format.c (gcc_diag_char_table): Add %J.Richard Henderson1-11/+5
2003-09-17re PR rtl-optimization/11646 (ICE in commit_one_edge_insertion with -fnon-cal...Eric Botcazou1-1/+2
2003-09-08toplev.c (rest_of_compilation): Call split_all_insns before regstack if optim...Jakub Jelinek1-0/+17
2003-09-07* diagnostic.c (warn_deprecated_use): Move to toplev.cGabriel Dos Reis1-0/+38
2003-09-06toplev.c (rest_of_decl_compilation): Do not finalize external virables.Jan Hubicka1-1/+1
2003-09-06* diagnostic.c (announce_function): Move to toplev.c.Gabriel Dos Reis1-0/+17
2003-09-04toplev.c (wrapup_global_declarations): Fix final pass in unit-at-atime mode.Jan Hubicka1-1/+1
2003-09-03toplev.c (flag_rounding_math): New global variable.Roger Sayle1-0/+6
2003-08-29function.h (struct function): Add rtl_inline_init, saved_for_inline.Richard Henderson1-5/+4
2003-08-13regclass.c (init_reg_modes): Make non-static.Per Bothner1-3/+2
2003-08-08common.opt: Add debug switches.Neil Booth1-197/+17
2003-08-05c.opt: Introduce -fworking-directory.Alexandre Oliva1-0/+35
2003-08-05tree.h (DID_INLINE_FUNC): Remove macro.Steven Bosscher1-9/+1
2003-07-25Remove pedwarn_with_decl, warning_with_decl and error_with_decl from GCC.Gabriel Dos Reis1-11/+45
2003-07-19alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi1-4/+4
2003-07-19common.opt: Document --param.Neil Booth1-12/+0
2003-07-18toplev.c (rest_of_handle_addresof): Rename into rest_of_handle_addressof.Eric Botcazou1-5/+5
2003-07-18Makefile.in, [...]: Remove handling of lang-options.h and options_.h.Neil Booth1-68/+0
2003-07-17c.opt: Document Uncodumented; use it.Neil Booth1-0/+1
2003-07-15c.opt: Document more options.Neil Booth1-166/+0
2003-07-13re PR other/11123 (Some option names are truncated in gcc --help -v)Nathanael Nerode1-6/+6
2003-07-12c-format.c: Fix comment formatting.Kazu Hirata1-1/+1
2003-07-11common.opt: More --help messages.Neil Booth1-242/+117
2003-07-10toplev.c (do_compile): Don't try to open dump files before lang_dependent_ini...Steven Bosscher1-12/+15
2003-07-09toplev.c (warn_dummy, W_options): Die.Neil Booth1-64/+0
2003-07-09cgraph.c (cgraph_node_name): New function.Jan Hubicka1-1/+17
2003-07-08* toplev.c (randomize): Correct call to time().Danny Smith1-1/+1
2003-07-08Makefile.in: Update.Neil Booth1-36/+0
2003-07-07configure.in (enable_coverage): Remove -DSELF_COVERAGE, add -frandom-seed.Nathan Sidwell1-1/+1
2003-07-06tree.h (default_flag_random_seed): Remove.Nathan Sidwell1-5/+49
2003-07-05toplev.c (output_clean_symbol_name): Remove.Nathan Sidwell1-16/+0
2003-07-02c-common.h (c_common_init_options): New prototype.Neil Booth1-8/+9
2003-07-01basic-block.h: Fix comment typos.Kazu Hirata1-2/+2
2003-06-29alloc-pool.c: Fix comment formatting.Kazu Hirata1-2/+3
2003-06-29toplev.c (flag_dummy): Remove.Neil Booth1-122/+117
2003-06-28Makefile.in: Update.Neil Booth1-184/+1
2003-06-27Remove extra bits from my previous commit.Devang Patel1-14/+0
2003-06-27toplev.c (rest_of_decl_compilation): Only varpoolize argument when called bef...Jan Hubicka1-2/+2
2003-06-26final.c (debug_flush_symbol_queue): New function.Devang Patel1-0/+20
2003-06-26value-prof.c: New.Zdenek Dvorak1-0/+6
2003-06-25c-opts.c (complain_wrong_lang, [...]): Remove.Neil Booth1-52/+1
2003-06-24Makefile.in (cgraph.o): Depend on output.h, not depend on tree-inline.hJan Hubicka1-2/+17
2003-06-23ChangeLog.1: Fix a typo.Kazu Hirata1-1/+1
2003-06-22common.opt: Add -finline-limit.Neil Booth1-58/+0
2003-06-22common.opt: More -f switches.Neil Booth1-85/+67
2003-06-21Makefile.in: Update.Neil Booth1-87/+60