]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/asan.h
Put the CL into the right dir.
[thirdparty/gcc.git] / gcc / asan.h
2019-01-01  jakub Update copyright years.
2018-11-30  marxinMake red zone size more flexible for stack variables...
2018-09-24  marxinUnpoison variable partition properly (PR sanitizer...
2018-01-03  jakub Update copyright years.
2017-11-30  chefmaxgcc/
2017-07-06  chefmaxgcc/
2017-07-06  chefmaxASAN: Implement dynamic allocas/VLAs sanitization.
2017-06-13  marxinImplement no_sanitize function attribute
2017-01-23  marxinuse-after-scope: handle writes to a poisoned variable
2017-01-23  marxinSpeed up use-after-scope (v2): rewrite into SSA
2017-01-01  jakub Update copyright years.
2016-12-13  marxinAdd pretty printer for ASAN_MARK and add a helper fn
2016-11-08  chefmaxgcc/
2016-11-08  chefmaxgcc/
2016-11-07  marxinIntroduce -fsanitize-address-use-after-scope
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