aboutsummaryrefslogtreecommitdiff
path: root/gcc/opts.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-15diagnostics: add minimum width to left margin for line numbersDavid Malcolm1-0/+4
2018-09-03Come up with TARGET_GET_VALID_OPTION_VALUES option hook (PR driver/83193).Martin Liska1-0/+33
2018-08-15diagnostics: add labeling of source rangesDavid Malcolm1-0/+4
2018-08-09diagnostics: add line numbers to source (PR other/84889)David Malcolm1-0/+4
2018-07-20PR middle-end/82063 - issues with arguments enabled by -WallMartin Sebor1-14/+3
2018-07-17Do not enable OPT_falign_* for -Os.Martin Liska1-4/+4
2018-07-17Define MAX_CODE_ALIGN globally.Martin Liska1-4/+0
2018-07-04[multiple changes]Martin Liska1-20/+88
2018-06-28Come up with new --completion option.Martin Liska1-0/+3
2018-02-20Add limit for maximal alignment options (PR c/84310).Martin Liska1-0/+20
2018-01-18Add ability to remap file names in __FILE__, etc (PR other/70268)Boris Kolpackov1-0/+1
2018-01-15re PR middle-end/82694 (Linux kernel miscompiled since r250765)Jakub Jelinek1-0/+7
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-19[PATCH] -fdump-tree, -save-temps=obj & subdirsNathan Sidwell1-8/+18
2017-12-08re PR tree-optimization/83323 (186.crafty miscompares)Michael Matz1-1/+1
2017-12-07re PR tree-optimization/81303 (410.bwaves regression caused by r249919)Bin Cheng1-0/+1
2017-12-07Add unroll and jam passMichael Matz1-0/+1
2017-12-05invoke.texi: Document the options.Martin Liska1-0/+15
2017-11-16Set default to -fomit-frame-pointerWilco Dijkstra1-0/+1
2017-10-29Delete obsolete SDB debug info support.James E Wilson1-5/+1
2017-10-19flag-types.h (enum sanitize_code): Add SANITIZE_BUILTIN.Jakub Jelinek1-0/+1
2017-10-11Do not error for no_sanitize attributes (PR sanitizer/82490).Martin Liska1-4/+4
2017-09-06asan.c (initialize_sanitizer_builtins): Add BT_FN_VOID_UINT8_UINT8...Wish Wu1-19/+51
2017-08-29Fix --help=target (PR other/39851).Martin Liska1-4/+10
2017-08-08invoke.texi: Document -ftree-loop-distribution for O3.Bin Cheng1-0/+1
2017-08-01Remove flag_tree_vectorizeJames Greenhalgh1-8/+4
2017-07-28re PR sanitizer/80998 (Implement -fsanitize=pointer-overflow)Jakub Jelinek1-0/+1
2017-07-25c-attribs.c (c_common_attribute_table): Add entry for "patchable_function_ent...Torsten Duwe1-0/+27
2017-07-17Do not allow -fgnu-tm w/ -fsanitize={kernel-,}address (PR sanitizer/81302).Martin Liska1-0/+7
2017-07-14Remove Java references in source code.Martin Liska1-2/+2
2017-07-14Add additional quotes to opts.c.Martin Liska1-8/+9
2017-07-13Add quotes to error messages related to Sanitizers.Martin Liska1-9/+9
2017-07-06asan.h (asan_sanitize_allocas_p): Declare.Maxim Ostapenko1-0/+3
2017-06-28Introduce IntegerRange for options (PR driver/79659).Martin Liska1-0/+9
2017-06-13Implement no_sanitize function attributeMartin Liska1-2/+33
2017-06-11opts.c (finish_options): Move test for flag_split_stack after it has been ini...Jan Hubicka1-13/+14
2017-06-09opts.c (finish_options): If -fsplit-stack, disable implicit -forder-blocks-an...Ian Lance Taylor1-0/+10
2017-06-08opts.c (finish_options): x_flag_reorder_blocks_and_partition no longer requir...Jan Hubicka1-10/+0
2017-05-02common.opt (fstrict-overflow): Alias negative to fwrapv.Richard Biener1-5/+1
2017-03-10Add missing punctuation to message (PR driver/79875)David Malcolm1-1/+1
2017-02-28Introduce =<number> for couple of options.Martin Liska1-1/+1
2017-02-25re PR c/79677 (Weird handling of -Werror=)Jakub Jelinek1-2/+2
2017-01-30Fix profile corruption with -O1 (PR gcov-profile/79259)Martin Liska1-0/+2
2017-01-11Offer suggestions for unrecognized sanitizer options (PR driver/78877)David Malcolm1-2/+79
2017-01-09re PR translation/79019 (translatable string typo in cif-code.def:141)Jakub Jelinek1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-20[Patch] Turn -fexcess-precision=fast on when in -ffast-mathJames Greenhalgh1-1/+7
2016-12-08Enable -fsanitize-address-use-after-scope only if -fsanitize=address is enabledDmitry Vyukov1-1/+1
2016-11-23re PR sanitizer/69278 (Confusion option handling for -sanitize-recovery=alll)Jakub Jelinek1-1/+2
2016-11-23re PR target/78213 (-fself-test fails on aarch64)Aldy Hernandez1-0/+8