summaryrefslogtreecommitdiff
path: root/gcc/flag-types.h
AgeCommit message (Expand)Author
2020-01-01Update copyright years.Jakub Jelinek
2019-11-12Include new generated gcc/params.opt file.Martin Liska
2019-11-06introduce -fcallgraph-info optionEric Botcazou
2019-01-01Update copyright years.Jakub Jelinek
2018-11-29Add a new option -flive-patching={inline-only-static|inline-clone}Qing Zhao
2018-05-30passes.c (ipa_write_summaries): Only modify statements if body is in memory.Jan Hubicka
2018-01-03Update copyright years.Jakub Jelinek
2017-12-05invoke.texi: Document the options.Martin Liska
2017-10-29Delete obsolete SDB debug info support.James E Wilson
2017-10-20Add generic part for Intel CET enabling. The spec is available atIgor Tsimbalist
2017-10-19flag-types.h (enum sanitize_code): Add SANITIZE_BUILTIN.Jakub Jelinek
2017-09-19common.opt (-fstack-clash-protection): New option.Jeff Law
2017-09-06asan.c (initialize_sanitizer_builtins): Add BT_FN_VOID_UINT8_UINT8...Wish Wu
2017-07-28re PR sanitizer/80998 (Implement -fsanitize=pointer-overflow)Jakub Jelinek
2017-06-13Implement no_sanitize function attributeMartin Liska
2017-01-01Update copyright years.Jakub Jelinek
2016-11-23[Patch 5/17] Add -fpermitted-flt-eval-methods=[c11|ts-18661-3]James Greenhalgh
2016-11-09flag-types.h (enum sanitize_code): Add SANITIZE_SHIFT_BASE and SANITIZE_SHIFT...Jakub Jelinek
2016-09-26Fix handling of -fsanitize-recover* options.Martin Liska
2016-05-02Move "X +- C1 CMP C2 to X CMP C2 -+ C1" to match.pdMarc Glisse
2016-01-04Update copyright years.Jakub Jelinek
2015-12-17Add a flag to control the balance between GNAT encodings and std. DWARFPierre-Marie de Rodat
2015-11-25re PR lto/67548 (LTO drops weak binding with "ld -r")Jan Hubicka
2015-11-08Merge of the scalar-storage-order branch.Eric Botcazou
2015-10-01bb-reorder: Add -freorder-blocks-algorithm= and wire it upSegher Boessenkool
2015-08-05coretypes.h (enum symbol_visibility): Relocate here.Andrew MacLeod
2015-05-07c-ubsan.c (ubsan_instrument_bounds): Don't skip instrumenting flexible member...Marek Polacek
2015-01-15flag-types.h (enum sanitize_code): Add SANITIZE_VPTR, include SANITIZE_VPTR i...Jakub Jelinek
2015-01-05Update copyright years.Jakub Jelinek
2014-12-17re PR fortran/54687 (Use gcc option machinery for gfortran)Tobias Burnus
2014-11-10Makefile.in: Remove the compilation of graphite-clast-to-gimple.o.Roman Gareev
2014-10-16flag-types.h (sanitize_code): Don't assume targets have 32-bit integers.DJ Delorie
2014-10-10asan.c (pass_sanopt::execute): Handle IFN_UBSAN_OBJECT_SIZE.Marek Polacek
2014-09-10flag-types.h (enum sanitize_code): Add SANITIZE_NONNULL_ATTRIBUTE and SANITIZ...Jakub Jelinek
2014-08-01opts.c (common_handle_option): Handle -fsanitize=alignment.Jakub Jelinek
2014-07-31cpp.texi (__SANITIZE_ADDRESS__): Updated description.Yury Gribov
2014-06-29Makefile.in: Add the compilation of graphite-isl-ast-to-gimple.o.Roman Gareev
2014-06-20asan.c (pass_sanopt::execute): Handle IFN_UBSAN_BOUNDS.Marek Polacek
2014-05-23builtins.def: Change SANITIZE_FLOAT_DIVIDE to SANITIZE_NONDEFAULT.Marek Polacek
2014-04-30gcc.c (sanitize_spec_function): Handle SANITIZE_FLOAT_DIVIDE.Marek Polacek
2014-04-24flag-types.h (enum ivar_visibility): Add.Dimitris Papavasiliou
2014-04-15common.opt (lto_partition_model): New enum.Richard Biener
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-12-20ubsan.c: Include tree-ssanames.h, asan.h and gimplify-me.h.Jakub Jelinek
2013-12-04Implement -fsanitize=signed-integer-overflow.Marek Polacek
2013-11-22re PR sanitizer/59061 (Port leaksanitizer)Jakub Jelinek
2013-11-22ubsan.c (ubsan_source_location): Don't crash on unknown locations.Jakub Jelinek
2013-11-19bootstrap-ubsan.mk (POSTSTAGE1_LDFLAGS): Add -ldl.Marek Polacek
2013-11-03Implement -fsanitize=vla-bound.Marek Polacek
2013-09-27vectorizer cost model enhancementXinliang David Li