aboutsummaryrefslogtreecommitdiff
path: root/gcc/opts.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-04common.opt: Split up -fisolate-erroneous-paths into -fisolate-erroneous-paths...Jeff Law1-1/+1
2013-12-04Implement -fsanitize=signed-integer-overflow.Marek Polacek1-0/+2
2013-12-04re PR tree-optimization/59355 (ICE: SIGSEGV in hash_table::find_slot_with_has...Jakub Jelinek1-1/+1
2013-11-22re PR sanitizer/59061 (Port leaksanitizer)Jakub Jelinek1-0/+1
2013-11-22ubsan.c (ubsan_source_location): Don't crash on unknown locations.Jakub Jelinek1-0/+1
2013-11-21Add minimal line tables at -g1.Cary Coutant1-2/+7
2013-11-20opts.c (finish_options): Imply -ffat-lto-objects with -fno-use-linker-plugin.Jan Hubicka1-2/+5
2013-11-19common.opt (ffat-lto-objects): Disable by default.Jan Hubicka1-2/+7
2013-11-19i386-common.c: Enable -freorder-blocks-and-partition at -O2 and up for x86.Teresa Johnson1-9/+12
2013-11-19bootstrap-ubsan.mk (POSTSTAGE1_LDFLAGS): Add -ldl.Marek Polacek1-0/+5
2013-11-05Makefile.in (OBJS): Add gimple-ssa-isolate-paths.oJeff Law1-0/+1
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