aboutsummaryrefslogtreecommitdiff
path: root/gcc/flag-types.h
AgeCommit message (Expand)AuthorFilesLines
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-11-12Include new generated gcc/params.opt file.Martin Liska1-0/+11
2019-11-06introduce -fcallgraph-info optionEric Botcazou1-0/+16
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-11-29Add a new option -flive-patching={inline-only-static|inline-clone}Qing Zhao1-0/+8
2018-05-30passes.c (ipa_write_summaries): Only modify statements if body is in memory.Jan Hubicka1-0/+10
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-05invoke.texi: Document the options.Martin Liska1-0/+2
2017-10-29Delete obsolete SDB debug info support.James E Wilson1-1/+0
2017-10-20Add generic part for Intel CET enabling. The spec is available atIgor Tsimbalist1-0/+9
2017-10-19flag-types.h (enum sanitize_code): Add SANITIZE_BUILTIN.Jakub Jelinek1-1/+2
2017-09-19common.opt (-fstack-clash-protection): New option.Jeff Law1-1/+8
2017-09-06asan.c (initialize_sanitizer_builtins): Add BT_FN_VOID_UINT8_UINT8...Wish Wu1-0/+8
2017-07-28re PR sanitizer/80998 (Implement -fsanitize=pointer-overflow)Jakub Jelinek1-1/+3
2017-06-13Implement no_sanitize function attributeMartin Liska1-2/+2
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