[26/46] Make more use of dyn_cast in tree-vect*
[gcc.git] / gcc / asan.h
2018-01-03 Jakub JelinekUpdate copyright years.
2017-11-30 Maxim Ostapenkore PR sanitizer/81697 (Incorrect ASan global variables...
2017-07-06 Maxim Ostapenkoasan.h (asan_sanitize_allocas_p): Declare.
2017-07-06 Maxim OstapenkoASAN: Implement dynamic allocas/VLAs sanitization.
2017-06-13 Martin LiskaImplement no_sanitize function attribute
2017-01-23 Martin Liskause-after-scope: handle writes to a poisoned variable
2017-01-23 Martin LiskaSpeed up use-after-scope (v2): rewrite into SSA
2017-01-01 Jakub JelinekUpdate copyright years.
2016-12-13 Martin LiskaAdd pretty printer for ASAN_MARK and add a helper fn
2016-11-08 Maxim Ostapenkoasan.h (asan_intercepted_p): Handle BUILT_IN_STRCSPN...
2016-11-08 Maxim Ostapenkoasan.h (ASAN_STACK_MAGIC_PARTIAL): Remove.
2016-11-07 Martin LiskaIntroduce -fsanitize-address-use-after-scope
2016-01-04 Jakub JelinekUpdate copyright years.
2015-04-17 Yury Gribovasan.c (set_sanitized_sections): New function.
2015-01-05 Jakub JelinekUpdate copyright years.
2014-11-04 Marek PolacekMakefile.in (OBJS): Add sanopt.o.
2014-10-28 Max OstapenkoDon't inline GCC memory builtins if ASan is enabled.
2014-10-28 Yury GribovAllow to override Asan shadow offset.
2014-08-19 David Malcolmasan_emit_stack_protection returns an insn
2014-01-02 Richard SandifordUpdate copyright years in gcc/
2013-12-20 Jakub Jelinekubsan.c: Include tree-ssanames.h, asan.h and gimplify...
2013-11-28 Jakub Jelinekcfgexpand.c (struct stack_vars_data): Add asan_base...
2013-11-22 Jakub Jelineksanitizer.def (BUILT_IN_ASAN_BEFORE_DYNAMIC_INIT, ...
2013-11-04 Kostya Serebryanylibsanitizer merge from upstream r191666
2013-01-10 Richard SandifordUpdate copyright years in gcc/
2012-12-03 Jakub Jelineksanitizer.def: Add Address Sanitizer builtins.
2012-11-12 Jakub JelinekImplement protection of global variables
2012-11-12 Jakub JelinekImplement protection of stack variables
2012-11-12 Jakub JelinekEmit GIMPLE directly instead of gimplifying GENERIC.
2012-11-12 Jakub JelinekInitial asan cleanups
2012-11-12 Wei MiInitial import of asan from the Google branch