aboutsummaryrefslogtreecommitdiff
path: root/gcc/opt-functions.awk
AgeCommit message (Expand)AuthorFilesLines
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
2010-09-30opt-functions.awk (static_var): Update comment.Joseph Myers1-7/+7
2010-09-03options.texi (SeparateAlias): Document.Joseph Myers1-0/+1
2010-09-02opts.h (struct cl_option): Add warn_message field.Joseph Myers1-1/+3
2010-09-02re PR driver/44076 (-MT <target> behaves different as -MT<target> (w/o space))Joseph Myers1-3/+0
2010-08-16options.texi (NoDriverArg): Document.Joseph Myers1-0/+1
2010-08-16common.opt: Add driver options.Joseph Myers1-2/+4
2010-04-13opt-functions.awk (opt_sanitized_name): New.Manuel López-Ibáñez1-0/+18
2010-04-02Make-lang.in, [...]: Update copyright years.Steven Bosscher1-1/+2
2010-03-31re PR middle-end/43574 (Revision 157795 failed gcc.dg/lto/20090914-1 c_lto_20...Jie Zhang1-2/+2
2009-07-30opt-functions.awk (opt_args): Allow argument to be enclosed in curly braces.Dave Korn1-1/+7
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2008-08-30Change attribute((option(...))) to attribute((target(...))); Do not allocate ...Michael Meissner1-0/+1
2008-07-23Add ability to set target options (ix86 only) and optimization options on a f...Michael Meissner1-0/+17
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-3/+3
2007-02-12invoke.texi (Overall Options): Document --help=.Nick Clifton1-1/+3
2005-06-25Update FSF address.Kelley Cook1-1/+1
2005-06-14opt-functions.awk (global_state_p, [...]): New.Richard Sandiford1-4/+30
2005-05-26opt-functions.awk (var_type): New function.Richard Sandiford1-1/+14
2005-05-07opt-functions.awk (var_set): Emit OPTION_MASK_ for InverseMask if variable na...David Edelsohn1-2/+7
2005-04-28opt-functions.awk (var_set): Emit proper initializer for non-target bitfields.DJ Delorie1-2/+7
2005-03-30opt-functions.awk (flag_set_p, test_flag): New functions.Richard Sandiford1-14/+27
2005-03-14config.gcc (extra_options): New variable for listing option files.Richard Sandiford1-22/+53