summaryrefslogtreecommitdiff
path: root/gcc/optc-gen.awk
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* options.texi (EnabledBy): Document that the argument must be a Common option.Manuel López-Ibáñez2015-08-091-5/+23
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* opt-functions.awk (lang_enabled_by): Support || for enabled-by.Tobias Burnus2014-11-291-3/+11
* options.texi: Document that Var and Init are required if CPP is given.Manuel López-Ibáñez2014-09-041-5/+14
* re PR preprocessor/60975 (-Wvariadic-macros does not print warning)Manuel López-Ibáñez2014-08-191-0/+51
* re PR driver/61106 ([4.8/4.9] impliedness of -Wunused-parameter depends on -W...Matthias Klose2014-05-081-2/+4
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* optc-gen.awk: Factor code out to...Manuel López-Ibáñez2012-11-071-25/+4
* re PR c/53063 (encode group options in the .opt files)Manuel López-Ibáñez2012-10-161-10/+38
* re PR c/53063 (encode group options in the .opt files)Manuel López-Ibáñez2012-10-161-9/+29
* c.opt (--pedantic-errors,-pedantic-errors): Do not handle here.Manuel López-Ibáñez2012-05-171-8/+16
* re PR c/53063 (encode group options in the .opt files)Manuel López-Ibáñez2012-05-141-27/+85
* optc-gen.awk: Error instead of warning for conflicting help.Manuel López-Ibáñez2012-05-131-3/+3
* re PR c/53063 (encode group options in the .opt files)Manuel López-Ibáñez2012-05-111-1/+63
* opts.c (print_specific_help): Fix off-by-one compare in assertion check.Gary Funck2011-09-021-0/+3
* genattr.c (write_upcase, [...]): Move to ...Joern Rennecke2011-07-251-0/+1
* optc-save-gen.awk: New.Joseph Myers2011-05-231-370/+0
* opt-read.awk: New.Joseph Myers2011-05-211-95/+4
* opt-functions.awk (var_type_struct): Handle Enum options.Joseph Myers2011-05-051-0/+2
* optc-gen.awk: Always remove type from Variable entry before recording in var_...Joseph Myers2011-04-041-5/+6
* opts.h (cl_option): Add comments to fields.Joseph Myers2011-03-311-3/+9
* options.texi (NegativeAlias): Document.Joseph Myers2011-03-301-0/+5
* common.opt (fcx-limited-range): Add SetByCombined flag.Ian Lance Taylor2011-02-081-1/+5
* options.texi (Enum, EnumValue): Document new record types.Joseph Myers2010-11-261-0/+76
* Add PowerPC target attribute/pragma supportMichael Meissner2010-11-191-1/+88
* common.opt (debug_struct_ordinary, [...]): New Variable entries.Joseph Myers2010-11-191-0/+1
* Fix PR bootstrap/35855: awk character classes.Ralf Wildenhues2010-10-111-1/+1
* Makefile.in (TM_H): Include $(FLAGS_H) instead of options.h.Joseph Myers2010-10-081-1/+2
* optc-gen.awk: Define global_options_set.Joseph Myers2010-10-041-3/+3
* opt-functions.awk (static_var): Update comment.Joseph Myers2010-09-301-29/+28
* optc-gen.awk: Generate global_options initializer instead of individual varia...Joseph Myers2010-09-291-46/+64
* options.texi (Variable): Document.Joseph Myers2010-09-171-11/+9
* opts.h (struct cl_option): Add warn_message field.Joseph Myers2010-09-021-3/+13
* re PR driver/44076 (-MT <target> behaves different as -MT<target> (w/o space))Joseph Myers2010-09-021-2/+32
* coretypes.h (struct cl_option_handlers): Declare.Joseph Myers2010-07-271-0/+1
* common.opt (o): Add MissingArgError.Joseph Myers2010-07-271-2/+9
* vmsdbgout.c (ASM_OUTPUT_DEBUG_DATA1): Change format string placeholder from 0...Uros Bizjak2010-05-021-8/+8
* opt-functions.awk (opt_sanitized_name): New.Manuel López-Ibáñez2010-04-131-5/+1
* Make-lang.in, [...]: Update copyright years.Steven Bosscher2010-04-021-1/+2
* c.opt (-ftemplate-depth=): New.Manuel López-Ibáñez2010-02-241-1/+2
* re PR middle-end/37565 (__optimize__ attribute doesn't work correctly)Steve Ellcey2009-10-291-0/+1
* optc-gen.awk: Warn if an option flag has multiple different help strings.Ralf Wildenhues2009-03-301-0/+4
* optc-gen.awk: No need to duplicate option flags twice.Ralf Wildenhues2009-03-011-5/+6
* optc-gen.awk: Assign all remaining fields to help string...Ralf Wildenhues2009-03-011-0/+2
* Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek2009-02-201-1/+1
* Fix PR 36907, breakage in building libobj with function specific changesMichael Meissner2008-07-231-1/+1
* Add ability to set target options (ix86 only) and optimization options on a f...Michael Meissner2008-07-231-0/+319
* * optc-gen.awk: Fix comment typo.Volker Reichelt2008-05-111-1/+1