aboutsummaryrefslogtreecommitdiff
path: root/gcc/optc-save-gen.awk
AgeCommit message (Expand)AuthorFilesLines
2020-10-07options: Avoid unused variable mask warning [PR97305]Jakub Jelinek1-2/+24
2020-10-05options: Save and restore opts_set for Optimization and Target options falloutJakub Jelinek1-9/+45
2020-10-03options: Fix up opts_set saving/restoring for underlying vars of Mask/Inverse...Jakub Jelinek1-0/+46
2020-09-16options, lto: Optimize streaming of optimization nodesJakub Jelinek1-7/+10
2020-09-14options: Save and restore opts_set for Optimization and Target optionsJakub Jelinek1-10/+360
2020-06-29arc: add exceptions for PR92860.Martin Liska1-0/+4
2020-06-24options: Properly compare string options.Martin Liska1-4/+16
2020-06-11Fix -Wformat-diag in options-save.cMartin Liska1-1/+1
2020-06-10Add gcc_assert that &global_options are not dirty modified.Martin Liska1-0/+25
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/+25
2019-09-29re PR bootstrap/90543 (Build failure on MINGW for gcc-9.1.0)Jakub Jelinek1-1/+1
2019-05-29re PR bootstrap/90543 (Build failure on MINGW for gcc-9.1.0)Jakub Jelinek1-4/+37
2019-02-15re PR other/89342 (ICE in maybe_default_option, at opts.c:347)Jakub Jelinek1-4/+9
2019-02-14optc-save-gen.awk: Set var_opt_hash for initial optimizations and set current...Ian Lance Taylor1-1/+5
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-07-20PR middle-end/82063 - issues with arguments enabled by -WallMartin Sebor1-6/+8
2018-07-04[multiple changes]Martin Liska1-6/+89
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-10-22Rename inchash::hash::add_wide_intRichard Sandiford1-2/+2
2017-07-02Reorganise machmode.h headersRichard Sandiford1-3/+0
2017-01-07[-fcompare-debug] var tracking options are not optimization optionsAlexandre Oliva1-2/+5
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
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-3/+7
2015-01-16Mark cl_target_option_print_diff args unusedRainer Orth1-3/+3
2015-01-15Target optimization nodes: add support for arrays.Martin Liska1-2/+42
2015-01-13Option diff dump is added for target and optimizationMartin Liska1-0/+133
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-15lto-streamer-out.c (hash_tree): Use cl_optimization_hash.Jan Hubicka1-0/+57
2014-11-14optc-save-gen.awk: Output cl_target_option_eq...Jan Hubicka1-0/+134
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-10-15re PR target/57756 (Function target attribute is retaining state of previous...Sriraman Tallam1-2/+2
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2011-08-18Allow HOST_WIDE_INT for option variable.H.J. Lu1-2/+8
2011-05-23optc-save-gen.awk: New.Joseph Myers1-0/+415