aboutsummaryrefslogtreecommitdiff
path: root/gcc/flag-types.h
AgeCommit message (Expand)AuthorFilesLines
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-23[Patch 5/17] Add -fpermitted-flt-eval-methods=[c11|ts-18661-3]James Greenhalgh1-0/+8
2016-11-09flag-types.h (enum sanitize_code): Add SANITIZE_SHIFT_BASE and SANITIZE_SHIFT...Jakub Jelinek1-18/+20
2016-09-26Fix handling of -fsanitize-recover* options.Martin Liska1-16/+16
2016-05-02Move "X +- C1 CMP C2 to X CMP C2 -+ C1" to match.pdMarc Glisse1-24/+0
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-17Add a flag to control the balance between GNAT encodings and std. DWARFPierre-Marie de Rodat1-0/+15
2015-11-25re PR lto/67548 (LTO drops weak binding with "ld -r")Jan Hubicka1-0/+8
2015-11-08Merge of the scalar-storage-order branch.Eric Botcazou1-2/+7
2015-10-01bb-reorder: Add -freorder-blocks-algorithm= and wire it upSegher Boessenkool1-0/+7
2015-08-05coretypes.h (enum symbol_visibility): Relocate here.Andrew MacLeod1-13/+0
2015-05-07c-ubsan.c (ubsan_instrument_bounds): Don't skip instrumenting flexible member...Marek Polacek1-0/+2
2015-01-15flag-types.h (enum sanitize_code): Add SANITIZE_VPTR, include SANITIZE_VPTR i...Jakub Jelinek1-1/+2
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-17re PR fortran/54687 (Use gcc option machinery for gfortran)Tobias Burnus1-0/+34
2014-11-10Makefile.in: Remove the compilation of graphite-clast-to-gimple.o.Roman Gareev1-6/+0
2014-10-16flag-types.h (sanitize_code): Don't assume targets have 32-bit integers.DJ Delorie1-5/+5
2014-10-10asan.c (pass_sanopt::execute): Handle IFN_UBSAN_OBJECT_SIZE.Marek Polacek1-1/+3
2014-09-10flag-types.h (enum sanitize_code): Add SANITIZE_NONNULL_ATTRIBUTE and SANITIZ...Jakub Jelinek1-1/+5
2014-08-01opts.c (common_handle_option): Handle -fsanitize=alignment.Jakub Jelinek1-1/+2
2014-07-31cpp.texi (__SANITIZE_ADDRESS__): Updated description.Yury Gribov1-14/+16
2014-06-29Makefile.in: Add the compilation of graphite-isl-ast-to-gimple.o.Roman Gareev1-0/+6
2014-06-20asan.c (pass_sanopt::execute): Handle IFN_UBSAN_BOUNDS.Marek Polacek1-1/+3
2014-05-23builtins.def: Change SANITIZE_FLOAT_DIVIDE to SANITIZE_NONDEFAULT.Marek Polacek1-1/+3
2014-04-30gcc.c (sanitize_spec_function): Handle SANITIZE_FLOAT_DIVIDE.Marek Polacek1-0/+1
2014-04-24flag-types.h (enum ivar_visibility): Add.Dimitris Papavasiliou1-0/+10
2014-04-15common.opt (lto_partition_model): New enum.Richard Biener1-0/+10
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-20ubsan.c: Include tree-ssanames.h, asan.h and gimplify-me.h.Jakub Jelinek1-1/+3
2013-12-04Implement -fsanitize=signed-integer-overflow.Marek Polacek1-0/+2
2013-11-22re PR sanitizer/59061 (Port leaksanitizer)Jakub Jelinek1-6/+8
2013-11-22ubsan.c (ubsan_source_location): Don't crash on unknown locations.Jakub Jelinek1-1/+2
2013-11-19bootstrap-ubsan.mk (POSTSTAGE1_LDFLAGS): Add -ldl.Marek Polacek1-1/+2
2013-11-03Implement -fsanitize=vla-bound.Marek Polacek1-0/+2
2013-09-27vectorizer cost model enhancementXinliang David Li1-0/+9
2013-08-30Merge ubsan into trunk.Marek Polacek1-0/+13
2013-08-06Commit the vtable verification feature.Caroline Tice1-0/+6
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-11-26invoke.texi: Remove -dv documentation.Steven Bosscher1-7/+0
2012-10-01invoke.texi: Add documentation for the new option.Sharad Singhai1-16/+0
2012-07-10Implement -freuse-stack= optionXinliang David Li1-0/+8
2012-06-06invoke.texi (sched-pressure-algorithm): Document new --param.Richard Sandiford1-8/+0
2012-04-26common.opt (fsched-pressure-algorithm=): New option.Richard Sandiford1-0/+8
2011-11-23re PR rtl-optimization/48455 (Huge code size regression for all ARM configura...Vladimir Makarov1-1/+5
2010-11-24common.opt (user_vect_verbosity_level): New Variable entry.Joseph Myers1-0/+16
2010-11-24flag-types.h (struct visibility_flags): Don't declare here.Joseph Myers1-6/+0
2010-11-22common.opt (exit_after_options, [...]): New Variable entries.Joseph Myers1-1/+1
2010-11-19common.opt (debug_struct_ordinary, [...]): New Variable entries.Joseph Myers1-0/+35
2010-11-04tree.def (FMA_EXPR): New tree code.Richard Guenther1-0/+7