summaryrefslogtreecommitdiff
path: root/gcc/opt-functions.awk
AgeCommit message (Expand)Author
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
2010-10-10* opt-functions.awk (opt_sanitized_name): Remove gdwarf+ handling.Eric Botcazou
2010-09-30opt-functions.awk (static_var): Update comment.Joseph Myers
2010-09-03options.texi (SeparateAlias): Document.Joseph Myers
2010-09-02opts.h (struct cl_option): Add warn_message field.Joseph Myers
2010-09-02re PR driver/44076 (-MT <target> behaves different as -MT<target> (w/o space))Joseph Myers
2010-08-16options.texi (NoDriverArg): Document.Joseph Myers
2010-08-16common.opt: Add driver options.Joseph Myers
2010-04-13opt-functions.awk (opt_sanitized_name): New.Manuel López-Ibáñez
2010-04-02Make-lang.in, [...]: Update copyright years.Steven Bosscher
2010-03-31re PR middle-end/43574 (Revision 157795 failed gcc.dg/lto/20090914-1 c_lto_20...Jie Zhang
2009-07-30opt-functions.awk (opt_args): Allow argument to be enclosed in curly braces.Dave Korn
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek
2008-08-30Change attribute((option(...))) to attribute((target(...))); Do not allocate ...Michael Meissner
2008-07-23Add ability to set target options (ix86 only) and optimization options on a f...Michael Meissner