Age | Commit message (Expand) | Author | Files | Lines |
2008-09-03 | diagnostic.c (error_at): New. | Aldy Hernandez | 1 | -0/+1 |
2008-08-26 | [multiple changes] | Vladimir Makarov | 1 | -0/+5 |
2008-08-21 | diagnostic.c (pedwarn_at): Rename as pedwarn. | Manuel López-Ibáñez | 1 | -3/+2 |
2008-08-20 | diagnostic.c (inform): Add an explicit location_t parameter. | Manuel López-Ibáñez | 1 | -1/+1 |
2008-08-18 | diagnostics.c (permerror_at): Rename as permerror. | Manuel López-Ibáñez | 1 | -3/+1 |
2008-08-13 | toplev.h (pedwarn_at): Fix declaration. | Manuel López-Ibáñez | 1 | -0/+1 |
2008-08-13 | re PR c/15236 (pedantic switch modifies treatment of non-ISO compliant enumer... | Manuel López-Ibáñez | 1 | -0/+1 |
2008-08-08 | re PR other/36901 (pedwarn() + -pedantic-errors + -w (inhibit_warnings) shoul... | Manuel López-Ibáñez | 1 | -7/+5 |
2008-08-06 | re PR c++/26785 ("extra qualification" error gives line number of end of decl... | Manuel López-Ibáñez | 1 | -0/+2 |
2008-07-23 | re PR c/35058 (-Werror= works only with some warnings) | Manuel López-Ibáñez | 1 | -1/+3 |
2008-07-23 | Add ability to set target options (ix86 only) and optimization options on a f... | Michael Meissner | 1 | -0/+2 |
2008-07-21 | Makefile.in: Replace toplev.h with TOPLEV_H. | Rafael Avila de Espindola | 1 | -0/+3 |
2008-04-05 | tree-dump.c (dump_enable_all): Remove prototype; do not accept letter argument. | Jan Hubicka | 1 | -1/+1 |
2008-03-31 | common.opt (fprofile-dir=, [...]): New options | Seongbae Park | 1 | -0/+1 |
2008-03-02 | re PR c++/24924 (front end and preprocessor pedantic_errors settings should a... | Manuel López-Ibáñez | 1 | -0/+1 |
2007-09-23 | opth-gen.awk (target_flags_explicit): Declare. | Richard Sandiford | 1 | -2/+0 |
2007-09-04 | Add new fp flags: -fassociative-math and -freciprocal-math | Revital Eres | 1 | -0/+2 |
2007-08-27 | Separate target-specific initialization from general back-end initialization. | Sandra Loosemore | 1 | -0/+2 |
2007-07-26 | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 1 | -4/+3 |
2007-07-25 | cfglayout.c (insn_scope, insn_line): Constify. | Kaveh R. Ghazi | 1 | -4/+4 |
2007-03-14 | flags.h (flag_random_seed): Remove declaration, in favor of... | Alexandre Oliva | 1 | -1/+6 |
2006-12-23 | toplev.c (dump_memory_report): Break out from... | Jan Hubicka | 1 | -0/+2 |
2006-02-26 | common.opt (-floop-optimize, [...]): Remove. | Steven Bosscher | 1 | -1/+0 |
2005-09-08 | re PR debug/23190 (debug info omitted for uninitialized variables (stabs)) | Richard Henderson | 1 | -1/+5 |
2005-07-28 | Makefile.in (rtl-profile.o): Kill all traces of it. | Jan Hubicka | 1 | -1/+0 |
2005-07-19 | toplev.h: Add comment about the first parameter for warning(). | DJ Delorie | 1 | -0/+1 |
2005-07-05 | Makefile.in: Adjust dependencies. | Paolo Bonzini | 1 | -1/+1 |
2005-07-03 | c-common.h (GCC_DIAG_STYLE): Define. | Joseph Myers | 1 | -17/+8 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-06-18 | diagnostic.h (verbatim): Move ... | Kaveh R. Ghazi | 1 | -0/+1 |
2005-06-01 | system.h (TARGET_OPTIONS, [...]): Poison. | Richard Sandiford | 1 | -2/+0 |
2005-04-23 | diagnostic.c (warning): Accept parameter to classify warning option. | DJ Delorie | 1 | -1/+2 |
2005-01-17 | common.opt (-fnew-ra): Remove. | Paolo Bonzini | 1 | -2/+1 |
2004-11-11 | toplev.c (floor_log2): Rename from floor_log2_wide, use CLZ_HWI. | Richard Henderson | 1 | -29/+28 |
2004-11-04 | passes.c (rest_of_compilation): Make it static. | Kazu Hirata | 1 | -1/+0 |
2004-10-01 | c-decl.c (c_expand_body): Update call tree_rest_of_compilation. | Jan Hubicka | 1 | -1/+1 |
2004-09-06 | Unify the management of RTL and tree-level dump files. | Paolo Bonzini | 1 | -1/+0 |
2004-08-18 | Hot/cold partitioning update patch. | Caroline Tice | 1 | -0/+5 |
2004-08-05 | re PR c/14516 (-fleading-underscore does not work correctly for file static v... | Geoffrey Keating | 1 | -1/+1 |
2004-07-06 | toplev.h (NO_FRONT_END_DIAG, [...]): Define. | Joseph Myers | 1 | -5/+14 |
2004-06-16 | toplev.h (rest_of_compilation): Adjust prototype. | Paolo Bonzini | 1 | -1/+1 |
2004-06-14 | Makefile.in (FLAGS_H): New. | Zdenek Dvorak | 1 | -1/+0 |
2004-06-08 | toplev.c (floor_log2_wide): Replace loop with faster bit operations. | DJ Delorie | 1 | -0/+23 |
2004-05-24 | intl.h (open_quote, [...]): New. | Joseph Myers | 1 | -1/+1 |
2004-05-17 | toplev.h (flag_delete_null_pointer_checks): Move from here to... | Jeff Law | 1 | -1/+0 |
2004-05-13 | Merge tree-ssa-20020619-branch into mainline. | Diego Novillo | 1 | -0/+2 |
2004-02-27 | passes.c: New file. | Richard Henderson | 1 | -0/+3 |
2004-01-21 | alias.c, [...]: Update copyright. | Kazu Hirata | 1 | -1/+2 |
2004-01-13 | cgraphunit.c (cgraph_optimize_function): Always do optimize_inline_calls when... | Jan Hubicka | 1 | -1/+1 |
2003-11-20 | ssa.c, [...]: Remove files. | Richard Henderson | 1 | -3/+0 |