aboutsummaryrefslogtreecommitdiff
path: root/gcc/toplev.c
AgeCommit message (Expand)AuthorFilesLines
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
2002-12-19ChangeLog: Follow spelling conventions.Kazu Hirata1-2/+2
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-10/+7
2002-12-09* toplev.c (dump_file): Fix order to match reality.Jan Hubicka1-1/+1
2002-11-23toplev.c (rest_of_compilation): Fix comments.Dale Johannesen1-7/+9
2002-11-02re PR c++/8391 (infinite loop in cp/decl2.c(finish_file))Mark Mitchell1-0/+3
2002-10-30toplev.c (rest_of_type_compilation): Return early in case of errors.Hans-Peter Nilsson1-3/+13
2002-10-29toplev.c (rest_of_compilation): Reorganize way reg_scan is called before fina...Jan Hubicka1-29/+24
2002-10-27Makefile.in (dwarf2out.o): Add dependendcy on hashtab.h.Zdenek Dvorak1-0/+11
2002-10-25toplev.c (dump_file_index): Add DFI_ce3.Jan Hubicka1-15/+23
2002-10-20re PR c/761 (Undocumented options, part 1)Roger Sayle1-21/+3
2002-10-17Really commit patch announced at Oct 14 PR c/7344Jan Hubicka1-0/+2
2002-10-09* toplev.c (rest_of_compilation): Revert opt/2960 change.Richard Henderson1-2/+1
2002-10-08c-opts.c (c_common_decode_option): Add warn_strict_aliasing to -Wall.Nathan Sidwell1-1/+8
2002-10-06re PR rtl-optimization/2960 (Duplicate loop conditions even with -Os)Richard Henderson1-1/+2
2002-10-02re PR rtl-optimization/6627 (-fno-align-functions regression from 2.95)Roger Sayle1-0/+4
2002-09-27LANGUAGES: Follow spelling conventions.Kazu Hirata1-5/+5
2002-09-21real.c (struct real_format): Move to real.h.Richard Henderson1-5/+0