Age | Commit message (Expand) | Author | Files | Lines |
2013-08-05 | Handwritten part of conversion of passes to C++ classes | David Malcolm | 1 | -1/+0 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -3/+1 |
2013-01-04 | Update Copyright years for files modified in 2011 and/or 2012. | Jakub Jelinek | 1 | -1/+1 |
2012-10-06 | invoke.texi (-fprofile-report): Document. | Jan Hubicka | 1 | -0/+1 |
2012-04-10 | toplev.h (tree_rest_of_compilation): Remove. | Richard Guenther | 1 | -1/+0 |
2011-09-29 | Change random seeds to 64bit and drop re-crcing | Andi Kleen | 1 | -1/+1 |
2010-12-01 | common.opt (main_input_filename, [...]): New Variable entries. | Joseph Myers | 1 | -19/+0 |
2010-11-30 | hwint.c: New. | Joseph Myers | 1 | -70/+0 |
2010-11-30 | diagnostic-core.h: Include bversion.h. | Joseph Myers | 1 | -3/+0 |
2010-11-24 | flag-types.h (struct visibility_flags): Don't declare here. | Joseph Myers | 1 | -8/+0 |
2010-11-22 | common.opt (exit_after_options, [...]): New Variable entries. | Joseph Myers | 1 | -4/+1 |
2010-11-19 | common.opt (debug_struct_ordinary, [...]): New Variable entries. | Joseph Myers | 1 | -0/+2 |
2010-11-10 | common.opt (flag_excess_precision_cmdline, [...]): New Variable declarations. | Joseph Myers | 1 | -5/+0 |
2010-10-16 | opts.c (set_fast_math_flags, [...]): Make static. | Joseph Myers | 1 | -7/+0 |
2010-09-28 | re PR fortran/40569 (F2008: Support COMPILER_OPTIONS() / COMPILER_VERSION()) | Tobias Burnus | 1 | -0/+4 |
2010-08-05 | Replace exact_log2(x & -x) in favor of more direct computation. | Richard Henderson | 1 | -8/+42 |
2010-07-26 | target.def (output_source_filename): New hook. | Anatoly Sokolov | 1 | -1/+0 |
2010-07-08 | toplev.h: Do not include diagnostic-core.h. | Manuel López-Ibáñez | 1 | -1/+0 |
2010-06-30 | toplev.h (_fatal_insn_not_found, [...]): Move declarations to rtl.h. | Manuel López-Ibáñez | 1 | -12/+0 |
2010-06-28 | system.h: Poison GCC_EXCEPT_H for front-end files. | Steven Bosscher | 1 | -0/+5 |
2010-06-20 | re PR other/32998 (-frecord-gcc-switches issues) | Joseph Myers | 1 | -1/+0 |
2010-06-07 | common.opt (fira-verbose): Use Var. | Joseph Myers | 1 | -18/+0 |
2010-05-27 | diagnostic-core.h: New. | Joseph Myers | 1 | -44/+1 |
2010-05-27 | input.c: New file. | Joseph Myers | 1 | -0/+3 |
2010-03-01 | toplev.h (inform_n, error_n): Declare. | Shujing Zhao | 1 | -0/+4 |
2010-01-03 | Pass -dumpbase and -dumpdir to gcc for LTO | H.J. Lu | 1 | -2/+4 |
2009-11-25 | Remove trailing white spaces. | H.J. Lu | 1 | -1/+1 |
2009-10-14 | params.def (PARAM_IRA_LOOP_RESERVED_REGS): New. | Vladimir Makarov | 1 | -0/+1 |
2009-06-16 | toplev.h (floor_log2): If GCC_VERSION >= 3004, declare as static inline, not ... | Ian Lance Taylor | 1 | -4/+8 |
2009-05-22 | Makefile.in (bversion.h, s-bversion): New targets. | Ben Elliston | 1 | -1/+2 |
2009-05-08 | re PR c/36892 (Support __attribute__((deprecated("text string")))) | H.J. Lu | 1 | -1/+1 |
2009-04-27 | dbgcnt.def (cprop1, [...]): Remove | Steven Bosscher | 1 | -0/+1 |
2009-04-17 | re PR other/31567 (cc1, cc1plus, etc. don't support @file mechanism) | Rafael Avila de Espindola | 1 | -1/+1 |
2009-02-20 | Update Copyright years for files modified in 2008 and/or 2009. | Jakub Jelinek | 1 | -2/+2 |
2009-01-29 | tm.texi (TARGET_IRA_COVER_CLASSES): Modify description. | Vladimir Makarov | 1 | -1/+0 |
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 |