aboutsummaryrefslogtreecommitdiff
path: root/gcc/opts.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-04Refactor -frecord-gcc-switches.Martin Liska1-0/+119
2020-11-25libsanitizer: options: Add hwasan flags and argument parsingMatthew Malcomson1-16/+82
2020-11-24Revert: "Fix -ffast-math flags handling inconsistencies"Ulrich Weigand1-32/+26
2020-11-24Fix -ffast-math flags handling inconsistenciesUlrich Weigand1-26/+32
2020-11-16gcov: Add -fprofile-info-section supportSebastian Huber1-0/+4
2020-11-10opts: Change `is incompatible with` messages to have standard parametrised formMatthew Malcomson1-56/+50
2020-10-30Add -fzero-call-used-regs option and zero_call_used_regs function attributes.qing zhao1-0/+44
2020-10-06dbgcnt: print list after compilationMartin Liska1-5/+0
2020-09-26Disable ipa-modref with live patchingJan Hubicka1-0/+7
2020-09-20New modref/ipa_modref optimization passesJan Hubicka1-0/+1
2020-08-12Fix up flag_cunroll_grow_size handling in presence of optimize attr [PR96535]Jakub Jelinek1-5/+15
2020-08-03Removal of HSA offloading from gcc and libgompMartin Jambor1-29/+2
2020-07-29Don't make -gsplit-dwarf imply -gFangrui Song1-5/+0
2020-07-27driver: fix a problem with implementation of -falign-foo=0 [PR96247]Hu Jiangping1-6/+22
2020-07-14diagnostics: Support conversion of tabs to spaces [PR49973] [PR86904]Lewis Hyatt1-0/+14
2020-05-26revamp dump and aux output namesAlexandre Oliva1-35/+0
2020-05-04diagnostics: get_option_html_page fixesJakub Jelinek1-19/+9
2020-05-01Add patch_area_size and patch_area_entry to crtlH.J. Lu1-1/+3
2020-04-30--with-{documentation,changes}-root-url tweaksJakub Jelinek1-10/+0
2020-04-29diagnostics: Add %{...%} pretty-format support for URLs and use it in -Wpsabi...Jakub Jelinek1-0/+10
2020-04-27Fix warning URLs for Fortran and analyzer [PR 92830]David Malcolm1-8/+79
2020-04-02c/94392 - only enable -ffinite-loops for C++Richard Biener1-1/+0
2020-03-23driver: Improve the generated help text for alias optionsLewis Hyatt1-6/+23
2020-02-21i18n: Fix translation of --help [PR93759]Jakub Jelinek1-4/+4
2020-01-27Filter out language specific options from --help=common.Martin Liska1-0/+8
2020-01-27Do not print params in --help except --help=param.Martin Liska1-1/+3
2020-01-13Exclude CL_WARNING and CL_PARAM from --help=optimize.Martin Liska1-0/+5
2020-01-10Add diagnostic pathsDavid Malcolm1-0/+8
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-12-18Add diagnostic_metadata and CWE supportDavid Malcolm1-0/+4
2019-12-12opts.c (default_options_table): Move -ftree-loop-distribute-patterns entry fr...Jakub Jelinek1-1/+1
2019-12-08opts.c (common_handle_option): Do not clear ipa_reference for -fprofile-use.Jan Hubicka1-4/+0
2019-11-23Convert inliner to function specific param infrastructureJan Hubicka1-0/+4
2019-11-14Add Optimization keyword for param_max_inline_insns_auto param.Martin Liska1-1/+5
2019-11-13Update comment in opts.c.Martin Liska1-1/+1
2019-11-12Use more SET_OPTION_IF_UNSET.Martin Liska1-75/+48
2019-11-12Remove last leftover usage of params* files.Martin Liska1-67/+4
2019-11-12Remove gcc/params.* files.Martin Liska1-1/+0
2019-11-12Apply mechanical replacement (generated patch).Martin Liska1-32/+16
2019-11-12Param to options conversion.Martin Liska1-37/+1
2019-11-06introduce -fcallgraph-info optionEric Botcazou1-0/+26
2019-10-15re PR middle-end/92046 (Command line options (that are per-functions) are aff...Richard Biener1-7/+1
2019-10-14re PR middle-end/92046 (Command line options (that are per-functions) are aff...Richard Biener1-15/+0
2019-10-10Documentation hyperlinks for [-Wname-of-option] (PR 87488)David Malcolm1-0/+21
2019-10-10pretty-print: support URL escape sequences (PR 87488)David Malcolm1-0/+4
2019-10-10re PR middle-end/92046 (Command line options (that are per-functions) are aff...Richard Biener1-18/+0
2019-10-02cif-code.def (MAX_INLINE_INSNS_SINGLE_O2_LIMIT, [...]): New.Jan Hubicka1-3/+1
2019-09-10Rename Deprecated to WarnRemoved in *.opt files.Martin Liska1-1/+1
2019-09-04Disallow -fvtable-verify and -flto to be used together.Caroline Tice1-0/+4
2019-08-23re PR middle-end/91283 (gcc.dg/torture/c99-contract-1.c FAILs)Jakub Jelinek1-5/+3