Backport from GCC mainline.
[platform/upstream/linaro-gcc.git] / gcc / asan.h
2016-01-04 jakub Update copyright years.
2015-04-17 ygribov2015-04-17 Yury Gribov <y.gribov@samsung.com>
2015-01-05 jakub Update copyright years.
2014-11-04 mpolacek * Makefile.in (OBJS): Add sanopt.o.
2014-10-28 chefmaxDon't inline GCC memory builtins if ASan is enabled.
2014-10-28 ygribovAllow to override Asan shadow offset.
2014-08-19 dmalcolmasan_emit_stack_protection returns an insn
2014-01-03 mrsMerge in trunk.
2014-01-02 rsandifoUpdate copyright years in gcc/
2013-12-20 jakub * ubsan.c: Include tree-ssanames.h, asan.h and gimplif...
2013-12-04 rsandifoMerge with trunk.
2013-11-28 jakub * cfgexpand.c (struct stack_vars_data): Add asan_base...
2013-11-22 jakub * sanitizer.def (BUILT_IN_ASAN_BEFORE_DYNAMIC_INIT,
2013-11-06 mrsMerge in trunk.
2013-11-04 kcclibsanitizer merge from upstream r191666
2013-01-10 rsandifoUpdate copyright years in gcc/
2012-12-03 jakub * sanitizer.def: Add Address Sanitizer builtins.
2012-11-12 dodjiImplement protection of global variables
2012-11-12 dodjiImplement protection of stack variables
2012-11-12 dodjiEmit GIMPLE directly instead of gimplifying GENERIC.
2012-11-12 dodjiInitial asan cleanups
2012-11-12 dodjiInitial import of asan from the Google branch