summaryrefslogtreecommitdiff
path: root/gcc/opth-gen.awk
AgeCommit message (Expand)Author
2020-01-01Update copyright years.Jakub Jelinek
2019-11-07optc-save-gen.awk: Generate cl_target_option_free and cl_optimization_option_...Jan Hubicka
2019-09-10Rename Deprecated to WarnRemoved in *.opt files.Martin Liska
2019-02-15re PR other/89342 (ICE in maybe_default_option, at opts.c:347)Jakub Jelinek
2019-01-01Update copyright years.Jakub Jelinek
2018-10-09Cleanup of libcpp diagnostic callbacksDavid Malcolm
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-07-04[multiple changes]Martin Liska
2018-01-03Update copyright years.Jakub Jelinek
2017-01-07[-fcompare-debug] var tracking options are not optimization optionsAlexandre Oliva
2017-01-01Update copyright years.Jakub Jelinek
2016-11-23opth-gen.awk: Use unsigned shifts for bit masks.Bernd Edlinger
2016-01-04Update copyright years.Jakub Jelinek
2015-07-15opth-gen.awk: Check for UNKNOWN_LOCATION rather than GCC_TM_H, don't include ...Andrew MacLeod
2015-01-29optc-save-gen.awk: flag_fp_contract_mode is no longer speical.Jan Hubicka
2015-01-18ipa-icf-32.c: Update template.Jan Hubicka
2015-01-13Option diff dump is added for target and optimizationMartin Liska
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison
2015-01-05Update copyright years.Jakub Jelinek
2014-11-15lto-streamer-out.c (hash_tree): Use cl_optimization_hash.Jan Hubicka
2014-11-14optc-save-gen.awk: Output cl_target_option_eq...Jan Hubicka
2014-09-09opth-gen.awk: Generate mapping from cpp message reasons to the options that e...Manuel López-Ibáñez
2014-08-19re PR preprocessor/60975 (-Wvariadic-macros does not print warning)Manuel López-Ibáñez
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-10-18opth-gen.awk: Define target_flags_explicit.Sriraman Tallam
2013-10-15re PR target/57756 (Function target attribute is retaining state of previous...Sriraman Tallam
2013-01-10Update copyright years in gcc/Richard Sandiford
2012-10-17opth-gen.awk (TARGET_* generation): Always generate TARGET_<xxx> for Mask opt...Michael Meissner
2012-05-14re PR c/53063 (encode group options in the .opt files)Manuel López-Ibáñez
2012-05-11re PR c/53063 (encode group options in the .opt files)Manuel López-Ibáñez
2012-04-23Check if MASK_/TARGET_ macros defined for extra_masksH.J. Lu
2012-03-27Remove MaskNeededH.J. Lu
2011-08-19opth-gen.awk: Do not declare target save/restore structures and functions if ...Joseph Myers
2011-08-18Allow HOST_WIDE_INT for option variable.H.J. Lu
2011-05-23optc-save-gen.awk: New.Joseph Myers
2011-05-21opt-read.awk: New.Joseph Myers
2011-03-29lto-opts.c (register_user_option_p, [...]): Make type argument unsigned.Joseph Myers
2011-02-08common.opt (fcx-limited-range): Add SetByCombined flag.Ian Lance Taylor
2010-11-26options.texi (Enum, EnumValue): Document new record types.Joseph Myers
2010-11-19Add PowerPC target attribute/pragma supportMichael Meissner
2010-11-19common.opt (debug_struct_ordinary, [...]): New Variable entries.Joseph Myers
2010-10-12flag-types.h: New.Joseph Myers
2010-10-11Fix PR bootstrap/35855: awk character classes.Ralf Wildenhues
2010-10-08Makefile.in (TM_H): Include $(FLAGS_H) instead of options.h.Joseph Myers
2010-10-04optc-gen.awk: Define global_options_set.Joseph Myers
2010-09-30opt-functions.awk (static_var): Update comment.Joseph Myers
2010-09-29optc-gen.awk: Generate global_options initializer instead of individual varia...Joseph Myers
2010-09-17options.texi (Variable): Document.Joseph Myers
2010-09-03options.texi (SeparateAlias): Document.Joseph Myers