Age | Commit message (Expand) | Author | Files | Lines |
2020-12-16 | Remove Report keyword for options | Martin Liska | 1 | -4/+0 |
2020-11-18 | plugins: Allow plugins to handle global_options changes | Jakub Jelinek | 1 | -0/+24 |
2020-10-29 | opts: Sanity check for param names. | Martin Liska | 1 | -0/+3 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-09-10 | Rename Deprecated to WarnRemoved in *.opt files. | Martin Liska | 1 | -4/+6 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-09-05 | Ignore properly -mdirect-move (PR target/87164). | Martin Liska | 1 | -2/+0 |
2018-08-17 | Merge Ignore and Deprecated in .opt files. | Martin Liska | 1 | -2/+18 |
2018-07-20 | PR middle-end/82063 - issues with arguments enabled by -Wall | Martin Sebor | 1 | -8/+13 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-09-21 | enable handling of -gno- command-line options as negated prefixes | Alexandre Oliva | 1 | -2/+2 |
2017-07-27 | Validate that Init value is within range defined by IntegerRange. | Martin Liska | 1 | -1/+2 |
2017-06-28 | Introduce IntegerRange for options (PR driver/79659). | Martin Liska | 1 | -2/+2 |
2017-06-27 | predict.c (test_prediction_value_range): Use -1U instead of -1 to avoid narro... | Jakub Jelinek | 1 | -1/+1 |
2017-02-25 | re PR c/79677 (Weird handling of -Werror=) | Jakub Jelinek | 1 | -2/+2 |
2017-01-04 | optc-gen.awk: Emit #error for -W*/-f*/-m* Enum without RejectNegative. | Jakub Jelinek | 1 | -0/+5 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-08-09 | options.texi (EnabledBy): Document that the argument must be a Common option. | Manuel López-Ibáñez | 1 | -5/+23 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-11-29 | opt-functions.awk (lang_enabled_by): Support || for enabled-by. | Tobias Burnus | 1 | -3/+11 |
2014-09-04 | options.texi: Document that Var and Init are required if CPP is given. | Manuel López-Ibáñez | 1 | -5/+14 |
2014-08-19 | re PR preprocessor/60975 (-Wvariadic-macros does not print warning) | Manuel López-Ibáñez | 1 | -0/+51 |
2014-05-08 | re PR driver/61106 ([4.8/4.9] impliedness of -Wunused-parameter depends on -W... | Matthias Klose | 1 | -2/+4 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -2/+1 |
2012-11-07 | optc-gen.awk: Factor code out to... | Manuel López-Ibáñez | 1 | -25/+4 |
2012-10-16 | re PR c/53063 (encode group options in the .opt files) | Manuel López-Ibáñez | 1 | -10/+38 |
2012-10-16 | re PR c/53063 (encode group options in the .opt files) | Manuel López-Ibáñez | 1 | -9/+29 |
2012-05-17 | c.opt (--pedantic-errors,-pedantic-errors): Do not handle here. | Manuel López-Ibáñez | 1 | -8/+16 |
2012-05-14 | re PR c/53063 (encode group options in the .opt files) | Manuel López-Ibáñez | 1 | -27/+85 |
2012-05-13 | optc-gen.awk: Error instead of warning for conflicting help. | Manuel López-Ibáñez | 1 | -3/+3 |
2012-05-11 | re PR c/53063 (encode group options in the .opt files) | Manuel López-Ibáñez | 1 | -1/+63 |
2011-09-02 | opts.c (print_specific_help): Fix off-by-one compare in assertion check. | Gary Funck | 1 | -0/+3 |
2011-07-25 | genattr.c (write_upcase, [...]): Move to ... | Joern Rennecke | 1 | -0/+1 |
2011-05-23 | optc-save-gen.awk: New. | Joseph Myers | 1 | -370/+0 |
2011-05-21 | opt-read.awk: New. | Joseph Myers | 1 | -95/+4 |
2011-05-05 | opt-functions.awk (var_type_struct): Handle Enum options. | Joseph Myers | 1 | -0/+2 |
2011-04-04 | optc-gen.awk: Always remove type from Variable entry before recording in var_... | Joseph Myers | 1 | -5/+6 |
2011-03-31 | opts.h (cl_option): Add comments to fields. | Joseph Myers | 1 | -3/+9 |
2011-03-30 | options.texi (NegativeAlias): Document. | Joseph Myers | 1 | -0/+5 |
2011-02-08 | common.opt (fcx-limited-range): Add SetByCombined flag. | Ian Lance Taylor | 1 | -1/+5 |
2010-11-26 | options.texi (Enum, EnumValue): Document new record types. | Joseph Myers | 1 | -0/+76 |
2010-11-19 | Add PowerPC target attribute/pragma support | Michael Meissner | 1 | -1/+88 |
2010-11-19 | common.opt (debug_struct_ordinary, [...]): New Variable entries. | Joseph Myers | 1 | -0/+1 |
2010-10-11 | Fix PR bootstrap/35855: awk character classes. | Ralf Wildenhues | 1 | -1/+1 |
2010-10-08 | Makefile.in (TM_H): Include $(FLAGS_H) instead of options.h. | Joseph Myers | 1 | -1/+2 |
2010-10-04 | optc-gen.awk: Define global_options_set. | Joseph Myers | 1 | -3/+3 |
2010-09-30 | opt-functions.awk (static_var): Update comment. | Joseph Myers | 1 | -29/+28 |
2010-09-29 | optc-gen.awk: Generate global_options initializer instead of individual varia... | Joseph Myers | 1 | -46/+64 |