Age | Commit message (Expand) | Author | Files | Lines |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -2/+1 |
2013-01-04 | Update Copyright years for files modified in 2011 and/or 2012. | Jakub Jelinek | 1 | -1/+1 |
2012-11-17 | This patch rewrites the old VEC macro-based interface into a new one based on... | Diego Novillo | 1 | -2/+0 |
2012-08-24 | dwarf2out.c (gen_producer_string): Omit command line switch if CL_NO_DWARF_RE... | Simon Baldwin | 1 | -0/+1 |
2011-11-03 | re PR lto/44965 (lto option code breaks file format with each added option) | Richard Guenther | 1 | -4/+0 |
2011-09-02 | opts.c (print_specific_help): Fix off-by-one compare in assertion check. | Gary Funck | 1 | -9/+9 |
2011-08-18 | Allow HOST_WIDE_INT for option variable. | H.J. Lu | 1 | -1/+3 |
2011-05-16 | opts-common.c (opt_enum_arg_to_value): New. | Joseph Myers | 1 | -0/+2 |
2011-04-04 | options.texi (ToLower): Document. | Joseph Myers | 1 | -0/+2 |
2011-03-31 | opts.h (cl_option): Add comments to fields. | Joseph Myers | 1 | -18/+43 |
2011-03-30 | options.texi (NegativeAlias): Document. | Joseph Myers | 1 | -0/+1 |
2011-03-29 | lto-opts.c (register_user_option_p, [...]): Make type argument unsigned. | Joseph Myers | 1 | -22/+22 |
2010-11-26 | options.texi (Enum, EnumValue): Document new record types. | Joseph Myers | 1 | -1/+56 |
2010-11-24 | common.opt (initial_max_fld_align, [...]): New Variable entries. | Joseph Myers | 1 | -1/+5 |
2010-11-24 | flag-types.h (struct visibility_flags): Don't declare here. | Joseph Myers | 1 | -0/+24 |
2010-11-19 | options.texi (Var): Document effects of Defer. | Joseph Myers | 1 | -1/+21 |
2010-11-12 | opts-common.c (control_warning_option): New. | Joseph Myers | 1 | -0/+8 |
2010-11-12 | Makefile.in (OPTS_H): Define. | Joseph Myers | 1 | -13/+7 |
2010-11-11 | opts.c (warning_as_error_callback, [...]): Remove. | Joseph Myers | 1 | -1/+0 |
2010-11-10 | common.opt (flag_excess_precision_cmdline, [...]): New Variable declarations. | Joseph Myers | 1 | -2/+4 |
2010-11-05 | defaults.h (DEFAULT_WORD_SWITCH_TAKES_ARG, [...]): Remove. | Joseph Myers | 1 | -6/+11 |
2010-10-08 | Makefile.in (TM_H): Include $(FLAGS_H) instead of options.h. | Joseph Myers | 1 | -3/+11 |
2010-10-05 | opts-common.c (handle_option, [...]): Add diagnostic_context parameter. | Joseph Myers | 1 | -5/+9 |
2010-10-04 | optc-gen.awk: Define global_options_set. | Joseph Myers | 1 | -3/+9 |
2010-09-30 | opt-functions.awk (static_var): Update comment. | Joseph Myers | 1 | -8/+15 |
2010-09-22 | opts-common.c (prune_options): Make static. | Joseph Myers | 1 | -1/+0 |
2010-09-03 | options.texi (SeparateAlias): Document. | Joseph Myers | 1 | -6/+7 |
2010-09-02 | opts.h (struct cl_option): Add warn_message field. | Joseph Myers | 1 | -0/+4 |
2010-09-02 | re PR driver/44076 (-MT <target> behaves different as -MT<target> (w/o space)) | Joseph Myers | 1 | -0/+3 |
2010-08-30 | opts.h (CL_ERR_NEGATIVE): Define. | Joseph Myers | 1 | -0/+3 |
2010-08-22 | Makefile.in (gccspec.o, cppspec.o): Update dependencies. | Joseph Myers | 1 | -0/+5 |
2010-08-16 | options.texi (NoDriverArg): Document. | Joseph Myers | 1 | -6/+7 |
2010-08-16 | common.opt: Add driver options. | Joseph Myers | 1 | -5/+7 |
2010-08-11 | opts.h (struct cl_option_handler_func): Make handler take cl_decoded_option s... | Joseph Myers | 1 | -7/+9 |
2010-07-28 | darwin-driver.c (SWITCH_TAKES_ARG, [...]): Remove. | Joseph Myers | 1 | -4/+6 |
2010-07-27 | coretypes.h (struct cl_option_handlers): Declare. | Joseph Myers | 1 | -3/+49 |
2010-07-27 | common.opt (o): Add MissingArgError. | Joseph Myers | 1 | -0/+1 |
2010-07-27 | langhooks-def.h (lhd_init_options, [...]): New. | Joseph Myers | 1 | -0/+8 |
2010-06-20 | re PR other/32998 (-frecord-gcc-switches issues) | Joseph Myers | 1 | -7/+19 |
2010-06-12 | opts-common.c: Include options.h. | Joseph Myers | 1 | -1/+33 |
2010-05-06 | re PR c/40989 (-Werror= and #pragma diagnostics do not work with group flags) | Manuel López-Ibáñez | 1 | -2/+3 |
2010-04-07 | diagnostic.h (diagnostic_override_option_index): New macro to set a diagnosti... | Simon Baldwin | 1 | -0/+1 |
2009-10-13 | re PR lto/41565 (-m32 causes an ICE when the object files were compiled with ... | Richard Guenther | 1 | -0/+1 |
2009-02-20 | Update Copyright years for files modified in 2008 and/or 2009. | Jakub Jelinek | 1 | -1/+2 |
2008-10-07 | re PR middle-end/37576 (-v --help ICEs) | Jakub Jelinek | 1 | -8/+8 |
2008-08-30 | Change attribute((option(...))) to attribute((target(...))); Do not allocate ... | Michael Meissner | 1 | -1/+2 |
2008-07-25 | cgraphbuild.c (record_reference): Drop non-unit-at-a-time code. | Jan Hubicka | 1 | -1/+0 |
2008-02-25 | re PR other/28322 (GCC new warnings and compatibility) | Manuel López-Ibáñez | 1 | -0/+1 |
2007-07-26 | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 1 | -4/+3 |
2007-02-15 | re PR c/26494 (-pedantic-errors can be overridden by -W*) | Manuel López-Ibáñez | 1 | -0/+2 |