summaryrefslogtreecommitdiff
path: root/gcc/flag-types.h
Commit message (Expand)AuthorAgeFilesLines
* LTO: Add -fcf-protection=checkH.J. Lu2020-08-171-1/+2
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* Include new generated gcc/params.opt file.Martin Liska2019-11-121-0/+11
* introduce -fcallgraph-info optionEric Botcazou2019-11-061-0/+16
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* Add a new option -flive-patching={inline-only-static|inline-clone}Qing Zhao2018-11-291-0/+8
* passes.c (ipa_write_summaries): Only modify statements if body is in memory.Jan Hubicka2018-05-301-0/+10
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* invoke.texi: Document the options.Martin Liska2017-12-051-0/+2
* Delete obsolete SDB debug info support.James E Wilson2017-10-291-1/+0
* Add generic part for Intel CET enabling. The spec is available atIgor Tsimbalist2017-10-201-0/+9
* flag-types.h (enum sanitize_code): Add SANITIZE_BUILTIN.Jakub Jelinek2017-10-191-1/+2
* common.opt (-fstack-clash-protection): New option.Jeff Law2017-09-191-1/+8
* asan.c (initialize_sanitizer_builtins): Add BT_FN_VOID_UINT8_UINT8...Wish Wu2017-09-061-0/+8
* re PR sanitizer/80998 (Implement -fsanitize=pointer-overflow)Jakub Jelinek2017-07-281-1/+3
* Implement no_sanitize function attributeMartin Liska2017-06-131-2/+2
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* [Patch 5/17] Add -fpermitted-flt-eval-methods=[c11|ts-18661-3]James Greenhalgh2016-11-231-0/+8
* flag-types.h (enum sanitize_code): Add SANITIZE_SHIFT_BASE and SANITIZE_SHIFT...Jakub Jelinek2016-11-091-18/+20
* Fix handling of -fsanitize-recover* options.Martin Liska2016-09-261-16/+16
* Move "X +- C1 CMP C2 to X CMP C2 -+ C1" to match.pdMarc Glisse2016-05-021-24/+0
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* Add a flag to control the balance between GNAT encodings and std. DWARFPierre-Marie de Rodat2015-12-171-0/+15
* re PR lto/67548 (LTO drops weak binding with "ld -r")Jan Hubicka2015-11-251-0/+8
* Merge of the scalar-storage-order branch.Eric Botcazou2015-11-081-2/+7
* bb-reorder: Add -freorder-blocks-algorithm= and wire it upSegher Boessenkool2015-10-011-0/+7
* coretypes.h (enum symbol_visibility): Relocate here.Andrew MacLeod2015-08-051-13/+0
* c-ubsan.c (ubsan_instrument_bounds): Don't skip instrumenting flexible member...Marek Polacek2015-05-071-0/+2
* flag-types.h (enum sanitize_code): Add SANITIZE_VPTR, include SANITIZE_VPTR i...Jakub Jelinek2015-01-151-1/+2
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* re PR fortran/54687 (Use gcc option machinery for gfortran)Tobias Burnus2014-12-171-0/+34
* Makefile.in: Remove the compilation of graphite-clast-to-gimple.o.Roman Gareev2014-11-101-6/+0
* flag-types.h (sanitize_code): Don't assume targets have 32-bit integers.DJ Delorie2014-10-161-5/+5
* asan.c (pass_sanopt::execute): Handle IFN_UBSAN_OBJECT_SIZE.Marek Polacek2014-10-101-1/+3
* flag-types.h (enum sanitize_code): Add SANITIZE_NONNULL_ATTRIBUTE and SANITIZ...Jakub Jelinek2014-09-101-1/+5
* opts.c (common_handle_option): Handle -fsanitize=alignment.Jakub Jelinek2014-08-011-1/+2
* cpp.texi (__SANITIZE_ADDRESS__): Updated description.Yury Gribov2014-07-311-14/+16
* Makefile.in: Add the compilation of graphite-isl-ast-to-gimple.o.Roman Gareev2014-06-291-0/+6
* asan.c (pass_sanopt::execute): Handle IFN_UBSAN_BOUNDS.Marek Polacek2014-06-201-1/+3
* builtins.def: Change SANITIZE_FLOAT_DIVIDE to SANITIZE_NONDEFAULT.Marek Polacek2014-05-231-1/+3
* gcc.c (sanitize_spec_function): Handle SANITIZE_FLOAT_DIVIDE.Marek Polacek2014-04-301-0/+1
* flag-types.h (enum ivar_visibility): Add.Dimitris Papavasiliou2014-04-241-0/+10
* common.opt (lto_partition_model): New enum.Richard Biener2014-04-151-0/+10
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* ubsan.c: Include tree-ssanames.h, asan.h and gimplify-me.h.Jakub Jelinek2013-12-201-1/+3
* Implement -fsanitize=signed-integer-overflow.Marek Polacek2013-12-041-0/+2
* re PR sanitizer/59061 (Port leaksanitizer)Jakub Jelinek2013-11-221-6/+8
* ubsan.c (ubsan_source_location): Don't crash on unknown locations.Jakub Jelinek2013-11-221-1/+2
* bootstrap-ubsan.mk (POSTSTAGE1_LDFLAGS): Add -ldl.Marek Polacek2013-11-191-1/+2
* Implement -fsanitize=vla-bound.Marek Polacek2013-11-031-0/+2