summaryrefslogtreecommitdiff
path: root/gcc/opts.c
Commit message (Expand)AuthorAgeFilesLines
* gOlogy: skip dbranch at -OgAlexandre Oliva2018-11-011-1/+1
* diagnostics: add minimum width to left margin for line numbersDavid Malcolm2018-10-151-0/+4
* Come up with TARGET_GET_VALID_OPTION_VALUES option hook (PR driver/83193).Martin Liska2018-09-031-0/+33
* diagnostics: add labeling of source rangesDavid Malcolm2018-08-151-0/+4
* diagnostics: add line numbers to source (PR other/84889)David Malcolm2018-08-091-0/+4
* PR middle-end/82063 - issues with arguments enabled by -WallMartin Sebor2018-07-201-14/+3
* Do not enable OPT_falign_* for -Os.Martin Liska2018-07-171-4/+4
* Define MAX_CODE_ALIGN globally.Martin Liska2018-07-171-4/+0
* [multiple changes]Martin Liska2018-07-041-20/+88
* Come up with new --completion option.Martin Liska2018-06-281-0/+3
* Add limit for maximal alignment options (PR c/84310).Martin Liska2018-02-201-0/+20
* Add ability to remap file names in __FILE__, etc (PR other/70268)Boris Kolpackov2018-01-181-0/+1
* re PR middle-end/82694 (Linux kernel miscompiled since r250765)Jakub Jelinek2018-01-151-0/+7
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* [PATCH] -fdump-tree, -save-temps=obj & subdirsNathan Sidwell2017-12-191-8/+18
* re PR tree-optimization/83323 (186.crafty miscompares)Michael Matz2017-12-081-1/+1
* re PR tree-optimization/81303 (410.bwaves regression caused by r249919)Bin Cheng2017-12-071-0/+1
* Add unroll and jam passMichael Matz2017-12-071-0/+1
* invoke.texi: Document the options.Martin Liska2017-12-051-0/+15
* Set default to -fomit-frame-pointerWilco Dijkstra2017-11-161-0/+1
* Delete obsolete SDB debug info support.James E Wilson2017-10-291-5/+1
* flag-types.h (enum sanitize_code): Add SANITIZE_BUILTIN.Jakub Jelinek2017-10-191-0/+1
* Do not error for no_sanitize attributes (PR sanitizer/82490).Martin Liska2017-10-111-4/+4
* asan.c (initialize_sanitizer_builtins): Add BT_FN_VOID_UINT8_UINT8...Wish Wu2017-09-061-19/+51
* Fix --help=target (PR other/39851).Martin Liska2017-08-291-4/+10
* invoke.texi: Document -ftree-loop-distribution for O3.Bin Cheng2017-08-081-0/+1
* Remove flag_tree_vectorizeJames Greenhalgh2017-08-011-8/+4
* re PR sanitizer/80998 (Implement -fsanitize=pointer-overflow)Jakub Jelinek2017-07-281-0/+1
* c-attribs.c (c_common_attribute_table): Add entry for "patchable_function_ent...Torsten Duwe2017-07-251-0/+27
* Do not allow -fgnu-tm w/ -fsanitize={kernel-,}address (PR sanitizer/81302).Martin Liska2017-07-171-0/+7
* Remove Java references in source code.Martin Liska2017-07-141-2/+2
* Add additional quotes to opts.c.Martin Liska2017-07-141-8/+9
* Add quotes to error messages related to Sanitizers.Martin Liska2017-07-131-9/+9
* asan.h (asan_sanitize_allocas_p): Declare.Maxim Ostapenko2017-07-061-0/+3
* Introduce IntegerRange for options (PR driver/79659).Martin Liska2017-06-281-0/+9
* Implement no_sanitize function attributeMartin Liska2017-06-131-2/+33
* opts.c (finish_options): Move test for flag_split_stack after it has been ini...Jan Hubicka2017-06-111-13/+14
* opts.c (finish_options): If -fsplit-stack, disable implicit -forder-blocks-an...Ian Lance Taylor2017-06-091-0/+10
* opts.c (finish_options): x_flag_reorder_blocks_and_partition no longer requir...Jan Hubicka2017-06-081-10/+0
* common.opt (fstrict-overflow): Alias negative to fwrapv.Richard Biener2017-05-021-5/+1
* Add missing punctuation to message (PR driver/79875)David Malcolm2017-03-101-1/+1
* Introduce =<number> for couple of options.Martin Liska2017-02-281-1/+1
* re PR c/79677 (Weird handling of -Werror=)Jakub Jelinek2017-02-251-2/+2
* Fix profile corruption with -O1 (PR gcov-profile/79259)Martin Liska2017-01-301-0/+2
* Offer suggestions for unrecognized sanitizer options (PR driver/78877)David Malcolm2017-01-111-2/+79
* re PR translation/79019 (translatable string typo in cif-code.def:141)Jakub Jelinek2017-01-091-1/+1
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* [Patch] Turn -fexcess-precision=fast on when in -ffast-mathJames Greenhalgh2016-12-201-1/+7
* Enable -fsanitize-address-use-after-scope only if -fsanitize=address is enabledDmitry Vyukov2016-12-081-1/+1
* re PR sanitizer/69278 (Confusion option handling for -sanitize-recovery=alll)Jakub Jelinek2016-11-231-1/+2