aboutsummaryrefslogtreecommitdiff
path: root/gcc/opts.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-30re PR rtl-optimization/89115 (compile time and memory hog)Richard Biener1-1/+10
2019-01-06opts.c (enable_fdo_optimizations): Enable version-loops-for-strides...Jan Hubicka1-0/+8
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-12-17Add a loop versioning passRichard Sandiford1-0/+1
2018-11-29Add a new option -flive-patching={inline-only-static|inline-clone}Qing Zhao1-0/+154
2018-11-15Machine-readable diagnostic output (PR other/19165)David Malcolm1-0/+5
2018-11-14re PR middle-end/59658 (Document -f* flags enabled by -Og)Sandra Loosemore1-65/+76
2018-11-09Come up with -fipa-reference-addressable flag.Martin Liska1-0/+1
2018-11-08collect2.c (linker_select): Add USE_LLD_LD.Roman Geissler1-0/+1
2018-11-01gOlogy: skip dbranch at -OgAlexandre Oliva1-1/+1
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