aboutsummaryrefslogtreecommitdiff
path: root/gcc/opts.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-21Improve --help output to generate references to option aliases.Martin Sebor1-3/+43
2015-10-21unconditionally compile most of the delay slot codeTrevor Saunders1-1/+1
2015-10-13Support DEFPARAMENUM in params.defTom de Vries1-6/+13
2015-10-01bb-reorder: Add -freorder-blocks-algorithm= and wire it upSegher Boessenkool1-1/+3
2015-09-25This patch unsets -freorder-blocks-and-partition when -fprofile-use is not sp...Teresa Johnson1-0/+10
2015-09-24fdiagnostics-color=never does not disable color for some diagnosticsManuel López-Ibáñez1-3/+4
2015-08-19common.opt (fstack-protector): Initialize to -1.Magnus Granberg1-0/+5
2015-08-14[PR64164] Drop copyrename, use coalescible partition as base when optimizing.Alexandre Oliva1-1/+1
2015-08-14Add DWARF2_LINENO_DEBUGGING_INFO, and use it for nvptxThomas Schwinge1-1/+1
2015-07-24Revert:David Edelsohn1-1/+1
2015-07-23[PR64164] Drop copyrename, use coalescible partition as base when optimizing.Alexandre Oliva1-1/+1
2015-07-15opth-gen.awk: Check for UNKNOWN_LOCATION rather than GCC_TM_H, don't include ...Andrew MacLeod1-4/+1
2015-06-10Revert "[PR64164] Drop copyrename, use coalescible partition as base when opt...Alexandre Oliva1-1/+1
2015-06-09[PR64164] Drop copyrename, use coalescible partition as base when optimizing.Alexandre Oliva1-1/+1
2015-05-27Add --enable-default-pie option to GCC configureH.J. Lu1-0/+9
2015-05-18dbgcnt: enhance behavior.Martin Liska1-0/+4
2015-05-07c-ubsan.c (ubsan_instrument_bounds): Don't skip instrumenting flexible member...Marek Polacek1-0/+2
2015-04-30Fix spurious semicolonsDavid Malcolm1-1/+1
2015-02-17Add -fipa-cp-alignmentH.J. Lu1-0/+4
2015-02-12tree-sra.c (dump_dereferences_table): Avoid -Wformat-security warning.David Howells1-2/+2
2015-01-30Always pass explicit location to fatal_error.Joseph Myers1-2/+3
2015-01-15flag-types.h (enum sanitize_code): Add SANITIZE_VPTR, include SANITIZE_VPTR i...Jakub Jelinek1-0/+1
2015-01-06opts.c (common_handle_option): Add support for -fno-sanitize=all and -f{,no-}...Jakub Jelinek1-1/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-11diagnostic.c (get_terminal_width): Renamed fromTobias Burnus1-12/+2
2014-12-04diagnostic.c (diagnostic_color_init): New.Manuel López-Ibáñez1-3/+1
2014-12-03Rename fuse-caller-saveTom de Vries1-1/+1
2014-11-26PR debug/38757 continued. Handle C11, C++11 and C++14.Mark Wielaard1-1/+1
2014-11-19PR jit/63854: Fix memory leak within gcc_optionsDavid Malcolm1-0/+8
2014-11-18opts.c (finish_options): Disable aggressive opts for sanitizer.Marat Zakirov1-6/+13
2014-11-13[PATCH 6/7] OpenMP 4.0 offloading infrastructure: option handling.Bernd Schmidt1-0/+11
2014-11-13common.opt (flra-remat): New.Vladimir Makarov1-0/+1
2014-11-13opts-global.c (postpone_unknown_option_warning): Fix spelling.Manuel López-Ibáñez1-4/+4
2014-10-28Enable -fsanitize-recover for KASan.Yury Gribov1-1/+3
2014-10-28Allow to override Asan shadow offset.Yury Gribov1-0/+4
2014-10-22New syntax for -fsanitize-recover.Jakub Jelinek1-15/+42
2014-10-21Add AutoFDO.Dehao Chen1-38/+62
2014-10-17Temporary fix for PR63566.Martin Liska1-2/+2
2014-10-16IPA ICF pass, part 3/5Martin Liska1-0/+6
2014-10-10asan.c (pass_sanopt::execute): Handle IFN_UBSAN_OBJECT_SIZE.Marek Polacek1-0/+2
2014-09-30Make -Q --help print param defaults and min/max valuesAndi Kleen1-1/+10
2014-09-10flag-types.h (enum sanitize_code): Add SANITIZE_NONNULL_ATTRIBUTE and SANITIZ...Jakub Jelinek1-1/+7
2014-09-03opts.c (default_options_optimization): Adjust max-combine-insns to 2 for -Og.Richard Biener1-0/+6
2014-08-01opts.c (common_handle_option): Handle -fsanitize=alignment.Jakub Jelinek1-0/+1
2014-07-31cpp.texi (__SANITIZE_ADDRESS__): Updated description.Yury Gribov1-1/+37
2014-07-15opts.c (default_options_table): Disable bit-ccp at -Og.Richard Biener1-1/+1
2014-06-27Support compressed debug sectionsRainer Orth1-0/+5
2014-06-262014-06-26 Martin Jambor <mjambor@suse.cz>Martin Jambor1-0/+7
2014-06-20asan.c (pass_sanopt::execute): Handle IFN_UBSAN_BOUNDS.Marek Polacek1-0/+1
2014-06-18common.opt (fssa-phiopt): New option.Richard Biener1-0/+1