summaryrefslogtreecommitdiff
path: root/gcc/asan.h
AgeCommit message (Expand)Author
2020-01-01Update copyright years.Jakub Jelinek
2019-01-01Update copyright years.Jakub Jelinek
2018-11-30Make red zone size more flexible for stack variables (PR sanitizer/81715).Martin Liska
2018-09-24Unpoison variable partition properly (PR sanitizer/85774).Martin Liska
2018-01-03Update copyright years.Jakub Jelinek
2017-11-30re PR sanitizer/81697 (Incorrect ASan global variables alignment on arm)Maxim Ostapenko
2017-07-06asan.h (asan_sanitize_allocas_p): Declare.Maxim Ostapenko
2017-07-06ASAN: Implement dynamic allocas/VLAs sanitization.Maxim Ostapenko
2017-06-13Implement no_sanitize function attributeMartin Liska
2017-01-23use-after-scope: handle writes to a poisoned variableMartin Liska
2017-01-23Speed up use-after-scope (v2): rewrite into SSAMartin Liska
2017-01-01Update copyright years.Jakub Jelinek
2016-12-13Add pretty printer for ASAN_MARK and add a helper fnMartin Liska
2016-11-09asan.h (asan_intercepted_p): Handle BUILT_IN_STRCSPN, BUILT_IN_STRPBRK, BUILT...Maxim Ostapenko
2016-11-09asan.h (ASAN_STACK_MAGIC_PARTIAL): Remove.Maxim Ostapenko
2016-11-07Introduce -fsanitize-address-use-after-scopeMartin Liska
2016-01-04Update copyright years.Jakub Jelinek
2015-04-17asan.c (set_sanitized_sections): New function.Yury Gribov
2015-01-05Update copyright years.Jakub Jelinek
2014-11-04Makefile.in (OBJS): Add sanopt.o.Marek Polacek
2014-10-28Don't inline GCC memory builtins if ASan is enabled.Max Ostapenko
2014-10-28Allow to override Asan shadow offset.Yury Gribov
2014-08-19asan_emit_stack_protection returns an insnDavid Malcolm
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-12-20ubsan.c: Include tree-ssanames.h, asan.h and gimplify-me.h.Jakub Jelinek
2013-11-28cfgexpand.c (struct stack_vars_data): Add asan_base and asan_alignb fields.Jakub Jelinek
2013-11-22sanitizer.def (BUILT_IN_ASAN_BEFORE_DYNAMIC_INIT, [...]): New.Jakub Jelinek
2013-11-04libsanitizer merge from upstream r191666Kostya Serebryany
2013-01-10Update copyright years in gcc/Richard Sandiford
2012-12-03sanitizer.def: Add Address Sanitizer builtins.Jakub Jelinek
2012-11-12Implement protection of global variablesJakub Jelinek
2012-11-12Implement protection of stack variablesJakub Jelinek
2012-11-12Emit GIMPLE directly instead of gimplifying GENERIC.Jakub Jelinek
2012-11-12Initial asan cleanupsJakub Jelinek
2012-11-12Initial import of asan from the Google branchWei Mi