aboutsummaryrefslogtreecommitdiff
path: root/gcc/toplev.c
AgeCommit message (Expand)AuthorFilesLines
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
2003-02-09toplev.c (rest_of_compilation): Recompute register usage after split_all_insns.Richard Sandiford1-12/+5
2003-02-08cfgloop.h (fix_loop_placement, [...]): Declare.Zdenek Dvorak1-0/+40
2003-02-06Makefile.in (host_hook_obj): New.Geoffrey Keating1-0/+4
2003-02-01flags.h (flag_volatile): Remove declaration.Richard Sandiford1-18/+0
2003-01-26avr.h, [...]: Undefine ASM_FINISH_DECLARE_OBJECT before defining it.Steven Bosscher1-9/+5
2003-01-25function.h (struct function): New field calls_constant_p.Roger Sayle1-1/+1
2003-01-25cse.c (fold_rtx): Instantiate CONSTANT_P_RTX to 0 when not optimizing, even i...Roger Sayle1-1/+2
2003-01-24cfgloopanal.c: New file.Zdenek Dvorak1-0/+1
2003-01-24Rename -W to -Wextra.Phil Edwards1-3/+12
2003-01-23re PR rtl-optimization/8423 (CSE1 not propagating __builtin_constant_p enough)Roger Sayle1-4/+7
2003-01-17ifcvt.c: Fix comment typos.Kazu Hirata1-1/+1
2003-01-16gcse.c (one_cprop_pass): Change function arguments to take both cprop_jumps a...Roger Sayle1-0/+28
2003-01-11* toplev.c (documented_lang_options): Document -Winvalid-pch.Geoffrey Keating1-1/+3
2003-01-10Merge from pch-branch.Geoffrey Keating1-1/+1
2002-12-24regmove.c: Fix comment typos.Kazu Hirata1-4/+4