summaryrefslogtreecommitdiff
path: root/gcc/asan.h
Commit message (Expand)AuthorAgeFilesLines
* gcc/chefmax2017-07-061-0/+2
* ASAN: Implement dynamic allocas/VLAs sanitization.chefmax2017-07-061-0/+1
* Implement no_sanitize function attributemarxin2017-06-131-7/+20
* use-after-scope: handle writes to a poisoned variablemarxin2017-01-231-0/+2
* Speed up use-after-scope (v2): rewrite into SSAmarxin2017-01-231-0/+2
* Update copyright years.jakub2017-01-011-1/+1
* Add pretty printer for ASAN_MARK and add a helper fnmarxin2016-12-131-3/+8
* gcc/chefmax2016-11-081-0/+4
* gcc/chefmax2016-11-081-1/+0
* Introduce -fsanitize-address-use-after-scopemarxin2016-11-071-11/+55
* Update copyright years.jakub2016-01-041-1/+1
* 2015-04-17 Yury Gribov <y.gribov@samsung.com>ygribov2015-04-171-0/+2
* Update copyright years.jakub2015-01-051-1/+1
* * Makefile.in (OBJS): Add sanopt.o.mpolacek2014-11-041-0/+1
* Don't inline GCC memory builtins if ASan is enabled.chefmax2014-10-281-0/+24
* Allow to override Asan shadow offset.ygribov2014-10-281-1/+3
* asan_emit_stack_protection returns an insndmalcolm2014-08-191-2/+2
* Update copyright years in gcc/rsandifo2014-01-021-1/+1
* * ubsan.c: Include tree-ssanames.h, asan.h and gimplify-me.h.jakub2013-12-201-0/+3
* * cfgexpand.c (struct stack_vars_data): Add asan_base and asan_alignbjakub2013-11-281-2/+5
* * sanitizer.def (BUILT_IN_ASAN_BEFORE_DYNAMIC_INIT,jakub2013-11-221-0/+1
* libsanitizer merge from upstream r191666kcc2013-11-041-0/+1
* Update copyright years in gcc/rsandifo2013-01-101-1/+1
* * sanitizer.def: Add Address Sanitizer builtins.jakub2012-12-031-0/+1
* Implement protection of global variablesdodji2012-11-121-0/+11
* Implement protection of stack variablesdodji2012-11-121-1/+30
* Emit GIMPLE directly instead of gimplifying GENERIC.dodji2012-11-121-1/+1
* Initial asan cleanupsdodji2012-11-121-1/+5
* Initial import of asan from the Google branchdodji2012-11-121-0/+26