aboutsummaryrefslogtreecommitdiff
path: root/gcc/opts.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-03Implement -fsanitize=vla-bound.Marek Polacek1-0/+1
2013-10-31re PR middle-end/58134 (-ftree-vectorizer-verbose=<n> shows vectorized loops ...Sharad Singhai1-6/+0
2013-10-30regmove.c: Remove.Vladimir Makarov1-1/+0
2013-10-15re PR target/57756 (Function target attribute is retaining state of previous...Sriraman Tallam1-2/+7
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-2/+2
2013-09-27vectorizer cost model enhancementXinliang David Li1-2/+14
2013-09-16Introduce -ftree-loop-vectorize optionXinliang David Li1-4/+16
2013-09-01common.opt (fdevirtualize-speculatively): New function.Jan Hubicka1-0/+6
2013-08-30Merge ubsan into trunk.Marek Polacek1-0/+64
2013-04-12opts.c: Include diagnostic-color.h.Jakub Jelinek1-0/+6
2013-04-11opts.c (common_handle_option): Fix formatting and add FALLTHRU comment.Senthil Kumar Selvaraj1-4/+4
2013-04-10common.opt: Add -gdwarf.Senthil Kumar Selvaraj1-0/+12
2013-03-05re PR bootstrap/56509 (gnattools build failure)Jakub Jelinek1-34/+0
2013-02-27opts.h: Include obstack.h.Jakub Jelinek1-4/+41
2013-01-15re PR tree-optimization/48766 (Infinite recursion in fold_binary_loc())Jakub Jelinek1-0/+10
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2013-01-07Support -fuse-ld=bfd and -fuse-ld=goldNick Clifton1-0/+2
2013-01-04re PR middle-end/55859 (Mention -Og/-Ofast in "error: argument to '-O' should...Marek Polacek1-5/+3
2012-11-26invoke.texi: Remove -dv documentation.Steven Bosscher1-3/+0
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-6/+6
2012-11-06common.opt (gno-split-dwarf, [...]): New switches.Sterling Augustine1-0/+8
2012-11-04invoke.texi (profile-use): update documentation.Jan Hubicka1-0/+6
2012-10-20re PR c/53063 (encode group options in the .opt files)Manuel López-Ibáñez1-4/+0
2012-10-16re PR c/53063 (encode group options in the .opt files)Manuel López-Ibáñez1-9/+0
2012-10-16re PR c/53063 (encode group options in the .opt files)Manuel López-Ibáñez1-1/+3
2012-10-042012-10-03 Tobias Burnus <burnus@net-b.de>Tobias Burnus1-0/+2
2012-10-01invoke.texi: Add documentation for the new option.Sharad Singhai1-14/+8
2012-09-19re PR other/53316 (Introduce -Og)Richard Guenther1-12/+34
2012-07-23opts.c (common_handle_option): Do not set flag_value_profile_transformations ...Steven Bosscher1-2/+0
2012-07-19eh_personality.cc (__gxx_personality_seh0): New function.Tristan Gingold1-3/+3
2012-07-18invoke.texi: Add -fhoist-adjacent-loads and -ftree-slsr to list of flags cont...Bill Schmidt1-0/+1
2012-07-16opts.c (default_option): Add -fvect-cost-model to default options at -O3 and ...Bill Schmidt1-0/+1
2012-06-12opts.c: Add -fhoist-adjacent-loads to -O2 and above.Bill Schmidt1-0/+1
2012-05-17c.opt (--pedantic-errors,-pedantic-errors): Do not handle here.Manuel López-Ibáñez1-4/+4
2012-05-11re PR c/53063 (encode group options in the .opt files)Manuel López-Ibáñez1-23/+7
2012-05-04Enable -Wunused-local-typedefs when -Wall or -Wunused is onDodji Seketeli1-0/+4
2012-04-29opts.c (finish_options): Do not handle -Wmissing-noreturn here.Manuel López-Ibáñez1-4/+0
2012-04-28re PR tree-optimization/38785 (huge performance regression on EEMBC bitmnp01)Joern Rennecke1-0/+1
2012-04-11re PR c++/24985 (caret diagnostics)Manuel López-Ibáñez1-0/+5
2012-01-10re PR lto/51806 (-flto ignores -Werror)Richard Guenther1-0/+4
2012-01-04opts.c (finish_options): Remove duplicate sorry.Aldy Hernandez1-3/+0
2012-01-04re PR middle-end/51212 (ICE: verify_flow_info failed: BB 3 can not throw but ...Aldy Hernandez1-0/+3
2011-12-22re PR middle-end/51212 (ICE: verify_flow_info failed: BB 3 can not throw but ...Aldy Hernandez1-0/+3
2011-11-22opts.c (finish_options): Do not fail for -fgnu-tm.Aldy Hernandez1-2/+0
2011-11-08Merge from transactional-memory branch.Aldy Hernandez1-0/+2
2011-10-05invoke.texi (-fshrink-wrap): Document.Bernd Schmidt1-0/+1
2011-09-27common.opt: Add -foptimize-strlen option.Jakub Jelinek1-0/+1
2011-09-27re PR middle-end/43864 (Same basic blocks should be merged)Tom de Vries1-0/+1
2011-09-27invoke.texi (ffat-lto-objects): Document.Andi Kleen1-1/+3
2011-09-02opts.c (print_specific_help): Fix off-by-one compare in assertion check.Gary Funck1-1/+1