aboutsummaryrefslogtreecommitdiff
path: root/gcc/asan.h
AgeCommit message (Expand)AuthorFilesLines
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-04-17asan.c (set_sanitized_sections): New function.Yury Gribov1-0/+2
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-04Makefile.in (OBJS): Add sanopt.o.Marek Polacek1-0/+1
2014-10-28Don't inline GCC memory builtins if ASan is enabled.Max Ostapenko1-0/+24
2014-10-28Allow to override Asan shadow offset.Yury Gribov1-1/+3
2014-08-19asan_emit_stack_protection returns an insnDavid Malcolm1-2/+2
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-20ubsan.c: Include tree-ssanames.h, asan.h and gimplify-me.h.Jakub Jelinek1-0/+3
2013-11-28cfgexpand.c (struct stack_vars_data): Add asan_base and asan_alignb fields.Jakub Jelinek1-2/+5
2013-11-22sanitizer.def (BUILT_IN_ASAN_BEFORE_DYNAMIC_INIT, [...]): New.Jakub Jelinek1-0/+1
2013-11-04libsanitizer merge from upstream r191666Kostya Serebryany1-0/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-1/+1
2012-12-03sanitizer.def: Add Address Sanitizer builtins.Jakub Jelinek1-0/+1
2012-11-12Implement protection of global variablesJakub Jelinek1-0/+11
2012-11-12Implement protection of stack variablesJakub Jelinek1-1/+30
2012-11-12Emit GIMPLE directly instead of gimplifying GENERIC.Jakub Jelinek1-1/+1
2012-11-12Initial asan cleanupsJakub Jelinek1-1/+5
2012-11-12Initial import of asan from the Google branchWei Mi1-0/+26