summaryrefslogtreecommitdiff
path: root/gcc/opts.c
AgeCommit message (Expand)Author
2020-05-04diagnostics: get_option_html_page fixesJakub Jelinek
2020-05-01Add patch_area_size and patch_area_entry to crtlH.J. Lu
2020-04-30--with-{documentation,changes}-root-url tweaksJakub Jelinek
2020-04-29diagnostics: Add %{...%} pretty-format support for URLs and use it in -Wpsabi...Jakub Jelinek
2020-04-27Fix warning URLs for Fortran and analyzer [PR 92830]David Malcolm
2020-04-02c/94392 - only enable -ffinite-loops for C++Richard Biener
2020-03-23driver: Improve the generated help text for alias optionsLewis Hyatt
2020-02-21i18n: Fix translation of --help [PR93759]Jakub Jelinek
2020-01-27Filter out language specific options from --help=common.Martin Liska
2020-01-27Do not print params in --help except --help=param.Martin Liska
2020-01-13Exclude CL_WARNING and CL_PARAM from --help=optimize.Martin Liska
2020-01-10Add diagnostic pathsDavid Malcolm
2020-01-01Update copyright years.Jakub Jelinek
2019-12-18Add diagnostic_metadata and CWE supportDavid Malcolm
2019-12-12opts.c (default_options_table): Move -ftree-loop-distribute-patterns entry fr...Jakub Jelinek
2019-12-08opts.c (common_handle_option): Do not clear ipa_reference for -fprofile-use.Jan Hubicka
2019-11-23Convert inliner to function specific param infrastructureJan Hubicka
2019-11-14Add Optimization keyword for param_max_inline_insns_auto param.Martin Liska
2019-11-13Update comment in opts.c.Martin Liska
2019-11-12Use more SET_OPTION_IF_UNSET.Martin Liska
2019-11-12Remove last leftover usage of params* files.Martin Liska
2019-11-12Remove gcc/params.* files.Martin Liska
2019-11-12Apply mechanical replacement (generated patch).Martin Liska
2019-11-12Param to options conversion.Martin Liska
2019-11-06introduce -fcallgraph-info optionEric Botcazou
2019-10-15re PR middle-end/92046 (Command line options (that are per-functions) are aff...Richard Biener
2019-10-14re PR middle-end/92046 (Command line options (that are per-functions) are aff...Richard Biener
2019-10-10Documentation hyperlinks for [-Wname-of-option] (PR 87488)David Malcolm
2019-10-10pretty-print: support URL escape sequences (PR 87488)David Malcolm
2019-10-10re PR middle-end/92046 (Command line options (that are per-functions) are aff...Richard Biener
2019-10-02cif-code.def (MAX_INLINE_INSNS_SINGLE_O2_LIMIT, [...]): New.Jan Hubicka
2019-09-10Rename Deprecated to WarnRemoved in *.opt files.Martin Liska
2019-09-04Disallow -fvtable-verify and -flto to be used together.Caroline Tice
2019-08-23re PR middle-end/91283 (gcc.dg/torture/c99-contract-1.c FAILs)Jakub Jelinek
2019-08-09Add -flto=auto option value.Martin Liska
2019-08-09Provide proper error message for -flto=abcd.Martin Liska
2019-07-29Don't run DSE at -OgRichard Sandiford
2019-07-24PR driver/80545 - option -Wstringop-overflow not recognized by FortranMartin Sebor
2019-07-24gimplify.c (flag_instrument_functions_exclude_p): Include namespace/class inf...Oliver Browne
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-06-13PR tree-optimization/89713 - Assume loop with an exit is finiteFeng Xue
2019-06-03Fix alignment option parser (PR90684)Wilco Dijkstra
2019-05-28Support again multiple --help options (PR other/90315).Martin Liska
2019-05-23re PR tree-optimization/88440 (size optimization of memcpy-like code)Richard Biener
2019-05-17trans.c (check_inlining_for_nested_subprog): Quote reserved names.Martin Sebor
2019-05-03opts.h (finish_options): Remove lang_mask argument.Jakub Jelinek
2019-05-02Postpone print of --help=* option.Martin Liska
2019-04-30Add option suggestion for -Werror=foo and corresponding pragma.Martin Liska
2019-04-30Wrap a string with _ for translation (PR translation/90274).Martin Liska
2019-03-19re PR debug/88389 (-flto -g -gsplit-dwarf is broken)Richard Biener