aboutsummaryrefslogtreecommitdiff
path: root/gcc/opth-gen.awk
AgeCommit message (Expand)AuthorFilesLines
2020-06-10Add gcc_assert that &global_options are not dirty modified.Martin Liska1-0/+3
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-11-07optc-save-gen.awk: Generate cl_target_option_free and cl_optimization_option_...Jan Hubicka1-0/+6
2019-09-10Rename Deprecated to WarnRemoved in *.opt files.Martin Liska1-1/+1
2019-02-15re PR other/89342 (ICE in maybe_default_option, at opts.c:347)Jakub Jelinek1-1/+2
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-10-09Cleanup of libcpp diagnostic callbacksDavid Malcolm1-2/+4
2018-08-17Merge Ignore and Deprecated in .opt files.Martin Liska1-0/+1
2018-07-20PR middle-end/82063 - issues with arguments enabled by -WallMartin Sebor1-8/+9
2018-07-04[multiple changes]Martin Liska1-0/+3
2018-01-03Update copyright years.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-11-23opth-gen.awk: Use unsigned shifts for bit masks.Bernd Edlinger1-6/+6
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-07-15opth-gen.awk: Check for UNKNOWN_LOCATION rather than GCC_TM_H, don't include ...Andrew MacLeod1-3/+2
2015-01-29optc-save-gen.awk: flag_fp_contract_mode is no longer speical.Jan Hubicka1-2/+1
2015-01-18ipa-icf-32.c: Update template.Jan Hubicka1-1/+2
2015-01-13Option diff dump is added for target and optimizationMartin Liska1-0/+6
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-1/+1
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-15lto-streamer-out.c (hash_tree): Use cl_optimization_hash.Jan Hubicka1-0/+3
2014-11-14optc-save-gen.awk: Output cl_target_option_eq...Jan Hubicka1-0/+6
2014-09-09opth-gen.awk: Generate mapping from cpp message reasons to the options that e...Manuel López-Ibáñez1-0/+27
2014-08-19re PR preprocessor/60975 (-Wvariadic-macros does not print warning)Manuel López-Ibáñez1-0/+4
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-10-18opth-gen.awk: Define target_flags_explicit.Sriraman Tallam1-0/+1
2013-10-15re PR target/57756 (Function target attribute is retaining state of previous...Sriraman Tallam1-1/+2
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-10-17opth-gen.awk (TARGET_* generation): Always generate TARGET_<xxx> for Mask opt...Michael Meissner1-6/+2
2012-05-14re PR c/53063 (encode group options in the .opt files)Manuel López-Ibáñez1-2/+12
2012-05-11re PR c/53063 (encode group options in the .opt files)Manuel López-Ibáñez1-1/+14
2012-04-23Check if MASK_/TARGET_ macros defined for extra_masksH.J. Lu1-4/+8
2012-03-27Remove MaskNeededH.J. Lu1-16/+34
2011-08-19opth-gen.awk: Do not declare target save/restore structures and functions if ...Joseph Myers1-1/+1
2011-08-18Allow HOST_WIDE_INT for option variable.H.J. Lu1-2/+10
2011-05-23optc-save-gen.awk: New.Joseph Myers1-2/+2
2011-05-21opt-read.awk: New.Joseph Myers1-94/+4
2011-03-29lto-opts.c (register_user_option_p, [...]): Make type argument unsigned.Joseph Myers1-2/+2
2011-02-08common.opt (fcx-limited-range): Add SetByCombined flag.Ian Lance Taylor1-1/+8
2010-11-26options.texi (Enum, EnumValue): Document new record types.Joseph Myers1-0/+25
2010-11-19Add PowerPC target attribute/pragma supportMichael Meissner1-2/+61
2010-11-19common.opt (debug_struct_ordinary, [...]): New Variable entries.Joseph Myers1-1/+5
2010-10-12flag-types.h: New.Joseph Myers1-0/+2
2010-10-11Fix PR bootstrap/35855: awk character classes.Ralf Wildenhues1-4/+4
2010-10-08Makefile.in (TM_H): Include $(FLAGS_H) instead of options.h.Joseph Myers1-0/+3
2010-10-04optc-gen.awk: Define global_options_set.Joseph Myers1-2/+2
2010-09-30opt-functions.awk (static_var): Update comment.Joseph Myers1-4/+13
2010-09-29optc-gen.awk: Generate global_options initializer instead of individual varia...Joseph Myers1-12/+36
2010-09-17options.texi (Variable): Document.Joseph Myers1-1/+11