aboutsummaryrefslogtreecommitdiff
path: root/gcc/toplev.c
AgeCommit message (Expand)Author
2004-03-05re PR target/1532 (-O3 generates (obviously) redundant tests and jumps)Ian Lance Taylor
2003-12-23re PR rtl-optimization/13394 (noreturn attribute ignored on recursive invokat...Eric Botcazou
2003-10-09re PR rtl-optimization/12510 (ICE in final_scan_insn)Eric Botcazou
2003-09-17re PR rtl-optimization/11646 (ICE in commit_one_edge_insertion with -fnon-cal...Eric Botcazou
2003-07-18re PR rtl-optimization/11083 (ICE in commit_one_edge_insertion, at cfgrtl.c:1...Eric Botcazou
2003-06-20re PR c++/9393 (Anonymous namespaces and compiling the same file twice)Geoffrey Keating
2003-05-05toplev.c (check_global_declarations): Do not warn about unused static consts.Mark Mitchell
2003-05-02re PR c++/10570 (-fforce-unwind-exceptions semantics needs updating)Richard Henderson
2003-04-29c-pragma.c (maybe_apply_renaming_pragma): Fix typo.Kriang Lerdsuwanakij
2003-04-23toplev.c (rest_of_compilation): Delay no_new_pseudos until after initialize_u...Richard Henderson
2003-04-01except.c (convert_from_eh_region_ranges_1): Smash REG_EH_REGION notes for not...Richard Henderson
2003-03-19toplev.c (independent_decode_option): Return success for --help, --target-hel...Alexandre Oliva
2003-03-13re PR rtl-optimization/7189 (gcc -O2 -Wall does not print ``control reaches e...Steven Bosscher
2003-03-10* toplev.c (rest_of_compilation): Revert the previous patch.Jan Hubicka
2003-03-09toplev.c (rest_of_compilation): Defer RTL compilation only when RTL inlining ...Jan Hubicka
2003-03-06params.def: Introduce parameter max-inline-insns-rtl for a separate limit for...Kurt Garloff
2003-03-05toplev.c (rest_of_compilation): Do duplicate loop headers when optimizing for...Jan Hubicka
2003-03-03toplev.c (rest_of_compilation): Avoid cfg_cleanup calls when not optimizing.Jan Hubicka
2003-02-28toplev.c (rest_of_compilation): Rearrange insn splittingJan Hubicka
2003-02-27toplev.c (print_version): Add indentation for GGC heuristics and output after...Geert Bosch
2003-02-22i386.c (builtin_description): Add __builtin_ia32_paddq and __builtin_ia32_psubq.Jan Hubicka
2003-02-22re PR c++/3782 (-quiet -fstats produces a segmentation fault in cc1plus)Steven Bosscher
2003-02-22invoke.texi (ggc-min-expand, [...]): Update documentation.Kaveh R. Ghazi
2003-02-19toplev.c, [...]: Move write_global_declarations from toplev.c to langhooks.c.Matt Austern
2003-02-18langhooks.h, [...]: introduce new langhook...Matt Austern
2002-12-09* toplev.c (dump_file): Fix order to match reality.Jan Hubicka
2002-11-23toplev.c (rest_of_compilation): Fix comments.Dale Johannesen
2002-11-02re PR c++/8391 (infinite loop in cp/decl2.c(finish_file))Mark Mitchell
2002-10-30toplev.c (rest_of_type_compilation): Return early in case of errors.Hans-Peter Nilsson
2002-10-29toplev.c (rest_of_compilation): Reorganize way reg_scan is called before fina...Jan Hubicka
2002-10-27Makefile.in (dwarf2out.o): Add dependendcy on hashtab.h.Zdenek Dvorak
2002-10-25toplev.c (dump_file_index): Add DFI_ce3.Jan Hubicka
2002-10-20re PR c/761 (Undocumented options, part 1)Roger Sayle
2002-10-17Really commit patch announced at Oct 14 PR c/7344Jan Hubicka
2002-10-09* toplev.c (rest_of_compilation): Revert opt/2960 change.Richard Henderson
2002-10-08c-opts.c (c_common_decode_option): Add warn_strict_aliasing to -Wall.Nathan Sidwell
2002-10-06re PR rtl-optimization/2960 (Duplicate loop conditions even with -Os)Richard Henderson
2002-10-02re PR rtl-optimization/6627 (-fno-align-functions regression from 2.95)Roger Sayle
2002-09-27LANGUAGES: Follow spelling conventions.Kazu Hirata
2002-09-21real.c (struct real_format): Move to real.h.Richard Henderson
2002-09-18toplev.c (backend_init): Move init_real_once invocation ...Richard Henderson
2002-09-16real.c, real.h: Rewrite from scratch.Richard Henderson
2002-09-15ChangeLog: Follow spelling conventions.Kazu Hirata
2002-09-12toplev.c: Move default definition of USER_LABEL_PREFIX...Zack Weinberg
2002-09-12* toplev.c (do_abort): Fix a comment typo.Kazu Hirata
2002-08-29diagnostic.c (fancy_abort): Don't repeat "internal error".Gabriel Dos Reis
2002-08-25function.h (struct function): Add flag all_throwers_are_sibcalls.Stuart Hastings
2002-08-14toplev.c (parse_options_and_default_flags): Don't call post_options here.Neil Booth
2002-08-04Index: ChangeLogGeoffrey Keating
2002-08-04gcc.c (cc1_options): Pass output file as auxbase when appropriate.Nathan Sidwell