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