aboutsummaryrefslogtreecommitdiff
path: root/gcc/opts.c
AgeCommit message (Expand)Author
2018-03-06Backport r257842Martin Liska
2017-09-15Subject: Backport r251400Martin Liska
2017-07-27Subject: Backport r250271Martin Liska
2017-03-10Add missing punctuation to message (PR driver/79875)David Malcolm
2017-02-28Introduce =<number> for couple of options.Martin Liska
2017-02-25re PR c/79677 (Weird handling of -Werror=)Jakub Jelinek
2017-01-30Fix profile corruption with -O1 (PR gcov-profile/79259)Martin Liska
2017-01-11Offer suggestions for unrecognized sanitizer options (PR driver/78877)David Malcolm
2017-01-09re PR translation/79019 (translatable string typo in cif-code.def:141)Jakub Jelinek
2017-01-01Update copyright years.Jakub Jelinek
2016-12-20[Patch] Turn -fexcess-precision=fast on when in -ffast-mathJames Greenhalgh
2016-12-08Enable -fsanitize-address-use-after-scope only if -fsanitize=address is enabledDmitry Vyukov
2016-11-23re PR sanitizer/69278 (Confusion option handling for -sanitize-recovery=alll)Jakub Jelinek
2016-11-23re PR target/78213 (-fself-test fails on aarch64)Aldy Hernandez
2016-11-09flag-types.h (enum sanitize_code): Add SANITIZE_SHIFT_BASE and SANITIZE_SHIFT...Jakub Jelinek
2016-11-07Introduce -fsanitize-address-use-after-scopeMartin Liska
2016-10-28GIMPLE store merging passKyrylo Tkachov
2016-10-24Do not disable aggressive loop opts forMartin Liska
2016-10-20loop splittingMichael Matz
2016-10-09ipa-cp.c (ipcp_alignment_lattice): Remove.Prathamesh Kulkarni
2016-09-26Fix handling of -fsanitize-recover* options.Martin Liska
2016-09-20Add IPA VRPKugan Vivekanandarajah
2016-09-07i386.c: Add 'U' suffix to processor feature bits to avoid -Wnarrowing warning.Eric Gallager
2016-08-26Patch for performing interprocedural bitwise constant propagation.Prathamesh Kulkarni
2016-08-12re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek
2016-07-12re PR tree-optimization/23286 (Missed code hoisting optimization)Steven Bosscher
2016-06-30Offer suggestions for misspelled --param names.David Malcolm
2016-06-22Implement -fdiagnostics-parseable-fixitsDavid Malcolm
2016-05-30invoke.texi (-fpeel-loops,-O3): Update documentation.Jan Hubicka
2016-05-12re PR driver/71063 (ICE: Segmentation fault with --help="^")Marek Polacek
2016-05-03re PR rtl-optimization/57193 (suboptimal register allocation for SSE registers)Bernd Schmidt
2016-04-26Enable -frename-registers at -O2.Bernd Schmidt
2016-03-17Properly set flag_pie and flag_picH.J. Lu
2016-02-12PR driver/69265 and 69453: improved suggestions for various misspelled optionsDavid Malcolm
2016-01-26re PR lto/69254 (ICE in streamer_get_builtin_tree when using -fsanitize=shift...Jakub Jelinek
2016-01-19Fix memory chunk corruption for opts_obstack (PR jit/68446)David Malcolm
2016-01-19Merge of HSAMartin Jambor
2016-01-04Update copyright years.Jakub Jelinek
2015-12-17[PATCH] Limit path splitting to loops we optimize for speedJeff Law
2015-12-16Add pass_oacc_ipaTom de Vries
2015-12-08re PR c/48088 (-Werror=frame-larger-than=100 does not work as expected)Jakub Jelinek
2015-11-23libsanitizer merge from upstream r253555, compiler part.Max Ostapenko
2015-11-17Extend tree-call-cdce to calls whose result is usedRichard Sandiford
2015-11-13[Patch,tree-optimization]: Add new path Splitting pass on tree ssaAjit Agarwal
2015-11-12Fix big memory leak in ix86_valid_target_attribute_pMartin Liska
2015-10-21Improve --help output to generate references to option aliases.Martin Sebor
2015-10-21unconditionally compile most of the delay slot codeTrevor Saunders
2015-10-13Support DEFPARAMENUM in params.defTom de Vries
2015-10-01bb-reorder: Add -freorder-blocks-algorithm= and wire it upSegher Boessenkool
2015-09-25This patch unsets -freorder-blocks-and-partition when -fprofile-use is not sp...Teresa Johnson