aboutsummaryrefslogtreecommitdiff
path: root/gcc/toplev.c
AgeCommit message (Expand)AuthorFilesLines
2003-05-14target-def.h (TARGET_MACHINE_DEPENDENT_REORG): Define.Richard Sandiford1-8/+9
2003-05-13diagnostic.c (output_format): Add support for %m.Zack Weinberg1-7/+7
2003-05-11coverage.h (coverage_counter_alloc): New function.Nathan Sidwell1-2/+3
2003-05-07toplev.c (enum dump_file_index): Swap DFI_ce3, DFI_bbro.Richard Henderson1-2/+2
2003-05-07except.c: Revert 04-01 and 04-02 forced-unwind changes.Richard Henderson1-6/+0
2003-05-05toplev.c (check_global_declarations): Suppress not-used warning for volatile ...Geoffrey Keating1-0/+2
2003-05-03re PR c/10604 (-Wall includes sign conversion warning [3.3 regression])Zack Weinberg1-23/+37
2003-05-03c-decl.c (pending_invalid_xref_file): Remove.Nathan Sidwell1-4/+4
2003-05-02Makefile.in (TREE_H): Replace location.h with input.h.Nathan Sidwell1-17/+7
2003-05-01input.h (lineno): Rename to ...Nathan Sidwell1-5/+5
2003-04-29c-pragma.c (maybe_apply_renaming_pragma): Fix typo.Kriang Lerdsuwanakij1-4/+4
2003-04-26flags.h (time_report): Remove.Neil Booth1-21/+19
2003-04-26toplev.c (read_integral_parameter): Use "argument" in error message to distin...Phil Edwards1-1/+1
2003-04-23re PR rtl-optimization/8300 ([sparc] ICE in gen_reg_rtx, at emit-rtl.c:662)Richard Henderson1-7/+7
2003-04-21Break out coverage routines to new file.Nathan Sidwell1-6/+7
2003-04-17toplev.c (target_options): Add value field.DJ Delorie1-3/+15
2003-04-12re PR c++/9393 (Anonymous namespaces and compiling the same file twice)Geoffrey Keating1-0/+14
2003-04-12c-pch.c: Include flags.h.Geoffrey Keating1-5/+6
2003-04-01except.c (convert_from_eh_region_ranges_1): Smash REG_EH_REGION notes for not...Richard Henderson1-0/+6
2003-03-30toplev.c (rest_of_compilation): Run purge_builtin_constant_p before post-gcse...Richard Henderson1-4/+4
2003-03-24* toplev.c (independent_decode_option): Don't skip a 'Y' prefix.Neil Booth1-3/+0
2003-03-20Various cleanups to help compile server.Per Bothner1-5/+11
2003-03-12toplev.c (independent_decode_option): Return success for --help, --target-hel...Alexandre Oliva1-0/+3
2003-03-10re PR rtl-optimization/7189 (gcc -O2 -Wall does not print ``control reaches e...Steven Bosscher1-2/+4
2003-03-08c-common.h (c_common_init, [...]): Update.Neil Booth1-16/+15
2003-03-08calls.c: Fix comment formatting.Kazu Hirata1-2/+2
2003-03-05Makefile.in (calls.o, [...]): Depend on cgraph.hJan Hubicka1-0/+11
2003-03-05i386-local.c: New.Jan Hubicka1-0/+1
2003-03-04invoke.texi: Document that unit-at-a-time is enabled for -O3Jan Hubicka1-0/+1
2003-03-03toplev.c (rest_of_compilation): Avoid cfg_cleanup calls when not optimizing.Jan Hubicka1-4/+7
2003-03-02params.def: Introduce parameter max-inline-insns-rtl for a separate limit for...Kurt Garloff1-5/+19
2003-03-02toplev.c (aux_base_name): Moved from toplev.h.Neil Booth1-30/+30
2003-02-28* toplev.c (flag_eliminate_unused_debug_types): Enable by default.Richard Henderson1-1/+1
2003-02-28flags.h: Add flag_eliminate_unused_debug_types.Scott Snyder1-0/+6
2003-02-28combine.c (gen_lowpart_for_combine): Update handling of subregs_of_modeJan Hubicka1-4/+2
2003-02-27toplev.c (print_version): Add indentation for GGC heuristics and output after...Geert Bosch1-2/+3
2003-02-26cse.c (count_reg_usage): Fix handling of REG_EQUAL notes.Zdenek Dvorak1-5/+43
2003-02-25Makefile.in (lcm.o): Add dependency on function.hJan Hubicka1-15/+15
2003-02-22toplev.c (rest_of_compilation): Apply fotgotten hunk of track scheduling patch.Jan Hubicka1-21/+1
2003-02-22expmed.c (expand_divmod): Undo sign extensions for unsigned operandsJan Hubicka1-5/+8
2003-02-22re PR c++/3782 (-quiet -fstats produces a segmentation fault in cc1plus)Steven Bosscher1-7/+7
2003-02-22Makefile.in (ggc-common.o): Depend on $(PARAMS_H)Kaveh R. Ghazi1-0/+5
2003-02-22i386.c (builtin_description): Add __builtin_ia32_paddq and __builtin_ia32_psubq.Jan Hubicka1-4/+8
2003-02-21* toplev.c (parse_options_and_default_flags): Undo accidental commit.Jan Hubicka1-1/+0
2003-02-20toplev.c (flag_sched2_use_superblocks, [...]): New global variables.Jan Hubicka1-4/+56
2003-02-19toplev.c, [...]: Move write_global_declarations from toplev.c to langhooks.c.Matt Austern1-31/+0
2003-02-18Makefile.in (toplev.o): Depend on $(LANGHOOKS_DEF_H).Andreas Schwab1-0/+1
2003-02-18langhooks.h, [...]: introduce new langhook...Matt Austern1-29/+35
2003-02-12Makefile.in (CRTSTUFF_CFLAGS): Add -fno-unit-at-a-timeJan Hubicka1-0/+11
2003-02-12diagnostic.c (real_abort): New.Geoffrey Keating1-0/+27