aboutsummaryrefslogtreecommitdiff
path: root/gcc/opt-functions.awk
AgeCommit message (Expand)AuthorFilesLines
2024-01-04opts: add logic to generate options-urls.ccDavid Malcolm1-0/+15
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-10-01RISC-V:Optimize the MASK opt generationFeng Wang1-0/+13
2023-01-02Update copyright years.Jakub Jelinek1-1/+1
2022-03-30options: Improve 'LangEnabledBy' option property diagnosticsThomas Schwinge1-36/+11
2022-03-29options: Fix 'enabledby_negargs' typo in 'LangEnabledBy' option property diag...Thomas Schwinge1-2/+2
2022-01-24options: Add EnumBitSet property support [PR104158]Jakub Jelinek1-2/+4
2022-01-24options: Add EnumSet and Set property support [PR104158]Jakub Jelinek1-1/+4
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-12-07Fix --help -Q outputMartin Liska1-1/+1
2021-11-01Fix negative integer range for UInteger.Martin Liska1-1/+3
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-12-16Remove Report keyword for optionsMartin Liska1-1/+3
2020-05-05optgen: make more sanity checks for enums.Martin Liska1-0/+10
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-11-12Param to options conversion.Martin Liska1-1/+2
2019-09-09opt-functions.awk: fix comparison of limit, begin and endJose E. Marchesi1-3/+4
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-08-17Merge Ignore and Deprecated in .opt files.Martin Liska1-1/+0
2018-07-20PR middle-end/82063 - issues with arguments enabled by -WallMartin Sebor1-6/+35
2018-06-12Come up with Deprecated option flag.Martin Liska1-1/+2
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-07-27Validate that Init value is within range defined by IntegerRange.Martin Liska1-1/+3
2017-06-28Introduce IntegerRange for options (PR driver/79659).Martin Liska1-0/+11
2017-06-27predict.c (test_prediction_value_range): Use -1U instead of -1 to avoid narro...Jakub Jelinek1-1/+1
2017-01-07[-fcompare-debug] var tracking options are not optimization optionsAlexandre Oliva1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-12re PR other/78766 (GCC Awk scripts use the non-POSIX /^{/ regex)Jakub Jelinek1-3/+3
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-08-09options.texi (EnabledBy): Document that the argument must be a Common option.Manuel López-Ibáñez1-3/+3
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-29opt-functions.awk (lang_enabled_by): Support || for enabled-by.Tobias Burnus1-20/+24
2014-03-03opts.h (CL_PCH_IGNORE): Define.Joern Rennecke1-0/+1
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-11-07optc-gen.awk: Factor code out to...Manuel López-Ibáñez1-0/+32
2012-10-16re PR c/53063 (encode group options in the .opt files)Manuel López-Ibáñez1-0/+16
2012-08-24dwarf2out.c (gen_producer_string): Omit command line switch if CL_NO_DWARF_RE...Simon Baldwin1-0/+1
2012-05-14re PR c/53063 (encode group options in the .opt files)Manuel López-Ibáñez1-1/+10
2011-08-18Allow HOST_WIDE_INT for option variable.H.J. Lu1-2/+23
2011-05-05opt-functions.awk (var_type_struct): Handle Enum options.Joseph Myers1-0/+4
2011-04-04options.texi (ToLower): Document.Joseph Myers1-0/+1
2011-03-31opts.h (cl_option): Add comments to fields.Joseph Myers1-15/+36
2011-03-30options.texi (NegativeAlias): Document.Joseph Myers1-1/+2
2010-11-26options.texi (Enum, EnumValue): Document new record types.Joseph Myers1-9/+17
2010-11-19options.texi (Var): Document effects of Defer.Joseph Myers1-1/+5
2010-11-05defaults.h (DEFAULT_WORD_SWITCH_TAKES_ARG, [...]): Remove.Joseph Myers1-0/+6
2010-10-11Fix PR bootstrap/35855: awk character classes.Ralf Wildenhues1-2/+10
2010-10-10* opt-functions.awk (opt_sanitized_name): Remove gdwarf+ handling.Eric Botcazou1-2/+0