Age | Commit message (Expand) | Author | Files | Lines |
2021-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2020-12-16 | Remove Report keyword for options | Martin Liska | 1 | -1/+3 |
2020-05-05 | optgen: make more sanity checks for enums. | Martin Liska | 1 | -0/+10 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-11-12 | Param to options conversion. | Martin Liska | 1 | -1/+2 |
2019-09-09 | opt-functions.awk: fix comparison of limit, begin and end | Jose E. Marchesi | 1 | -3/+4 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-08-17 | Merge Ignore and Deprecated in .opt files. | Martin Liska | 1 | -1/+0 |
2018-07-20 | PR middle-end/82063 - issues with arguments enabled by -Wall | Martin Sebor | 1 | -6/+35 |
2018-06-12 | Come up with Deprecated option flag. | Martin Liska | 1 | -1/+2 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-07-27 | Validate that Init value is within range defined by IntegerRange. | Martin Liska | 1 | -1/+3 |
2017-06-28 | Introduce IntegerRange for options (PR driver/79659). | Martin Liska | 1 | -0/+11 |
2017-06-27 | predict.c (test_prediction_value_range): Use -1U instead of -1 to avoid narro... | Jakub Jelinek | 1 | -1/+1 |
2017-01-07 | [-fcompare-debug] var tracking options are not optimization options | Alexandre Oliva | 1 | -1/+1 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-12-12 | re PR other/78766 (GCC Awk scripts use the non-POSIX /^{/ regex) | Jakub Jelinek | 1 | -3/+3 |
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 | -3/+3 |
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 | -20/+24 |
2014-03-03 | opts.h (CL_PCH_IGNORE): Define. | Joern Rennecke | 1 | -0/+1 |
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 |
2013-01-04 | Update Copyright years for files modified in 2011 and/or 2012. | Jakub Jelinek | 1 | -1/+1 |
2012-11-07 | optc-gen.awk: Factor code out to... | Manuel López-Ibáñez | 1 | -0/+32 |
2012-10-16 | re PR c/53063 (encode group options in the .opt files) | Manuel López-Ibáñez | 1 | -0/+16 |
2012-08-24 | dwarf2out.c (gen_producer_string): Omit command line switch if CL_NO_DWARF_RE... | Simon Baldwin | 1 | -0/+1 |
2012-05-14 | re PR c/53063 (encode group options in the .opt files) | Manuel López-Ibáñez | 1 | -1/+10 |
2011-08-18 | Allow HOST_WIDE_INT for option variable. | H.J. Lu | 1 | -2/+23 |
2011-05-05 | opt-functions.awk (var_type_struct): Handle Enum options. | Joseph Myers | 1 | -0/+4 |
2011-04-04 | options.texi (ToLower): Document. | Joseph Myers | 1 | -0/+1 |
2011-03-31 | opts.h (cl_option): Add comments to fields. | Joseph Myers | 1 | -15/+36 |
2011-03-30 | options.texi (NegativeAlias): Document. | Joseph Myers | 1 | -1/+2 |
2010-11-26 | options.texi (Enum, EnumValue): Document new record types. | Joseph Myers | 1 | -9/+17 |
2010-11-19 | options.texi (Var): Document effects of Defer. | Joseph Myers | 1 | -1/+5 |
2010-11-05 | defaults.h (DEFAULT_WORD_SWITCH_TAKES_ARG, [...]): Remove. | Joseph Myers | 1 | -0/+6 |
2010-10-11 | Fix PR bootstrap/35855: awk character classes. | Ralf Wildenhues | 1 | -2/+10 |
2010-10-10 | * opt-functions.awk (opt_sanitized_name): Remove gdwarf+ handling. | Eric Botcazou | 1 | -2/+0 |
2010-09-30 | opt-functions.awk (static_var): Update comment. | Joseph Myers | 1 | -7/+7 |
2010-09-03 | options.texi (SeparateAlias): Document. | Joseph Myers | 1 | -0/+1 |
2010-09-02 | opts.h (struct cl_option): Add warn_message field. | Joseph Myers | 1 | -1/+3 |
2010-09-02 | re PR driver/44076 (-MT <target> behaves different as -MT<target> (w/o space)) | Joseph Myers | 1 | -3/+0 |
2010-08-16 | options.texi (NoDriverArg): Document. | Joseph Myers | 1 | -0/+1 |
2010-08-16 | common.opt: Add driver options. | Joseph Myers | 1 | -2/+4 |
2010-04-13 | opt-functions.awk (opt_sanitized_name): New. | Manuel López-Ibáñez | 1 | -0/+18 |
2010-04-02 | Make-lang.in, [...]: Update copyright years. | Steven Bosscher | 1 | -1/+2 |
2010-03-31 | re PR middle-end/43574 (Revision 157795 failed gcc.dg/lto/20090914-1 c_lto_20... | Jie Zhang | 1 | -2/+2 |
2009-07-30 | opt-functions.awk (opt_args): Allow argument to be enclosed in curly braces. | Dave Korn | 1 | -1/+7 |
2009-02-20 | Update Copyright years for files modified in 2008 and/or 2009. | Jakub Jelinek | 1 | -1/+1 |