]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/asan.h
AARCH64: Add Qualcomnm oryon-1 core
[thirdparty/gcc.git] / gcc / asan.h
2024-01-31  Tamar Christinahwasan: instrument new memory and string functions...
2024-01-03  Jakub JelinekUpdate copyright years.
2023-02-16  Patrick Palkadon't declare header-defined functions both static...
2023-02-14  Jakub Jelinekasan: Add --param=asan-kernel-mem-intrinsic-prefix...
2023-01-02  Jakub JelinekUpdate copyright years.
2022-01-03  Jakub JelinekUpdate copyright years.
2021-09-13  Martin Liskac++: fix -fsanitize-coverage=trace-pc ICE [PR101331]
2021-05-25  Martin LiskaAdd no_sanitize_coverage attribute.
2021-01-04  Jakub JelinekUpdate copyright years.
2020-11-25  Matthew Malcomsonlibsanitizer: Add hwasan pass and associated gimple...
2020-11-25  Matthew Malcomsonlibsanitizer: mid-end: Introduce stack variable handli...
2020-07-23  Kito ChengPR target/96260 - KASAN should work even back-end not...
2020-01-01  Jakub JelinekUpdate copyright years.
2019-01-01  Jakub JelinekUpdate copyright years.
2018-11-30  Martin LiskaMake red zone size more flexible for stack variables...
2018-09-24  Martin LiskaUnpoison variable partition properly (PR sanitizer...
2018-01-03  Jakub JelinekUpdate copyright years.
2017-11-30  Maxim Ostapenkore PR sanitizer/81697 (Incorrect ASan global variables...
2017-07-06  Maxim Ostapenkoasan.h (asan_sanitize_allocas_p): Declare.
2017-07-06  Maxim OstapenkoASAN: Implement dynamic allocas/VLAs sanitization.
2017-06-13  Martin LiskaImplement no_sanitize function attribute
2017-01-23  Martin Liskause-after-scope: handle writes to a poisoned variable
2017-01-23  Martin LiskaSpeed up use-after-scope (v2): rewrite into SSA
2017-01-01  Jakub JelinekUpdate copyright years.
2016-12-13  Martin LiskaAdd pretty printer for ASAN_MARK and add a helper fn
2016-11-08  Maxim Ostapenkoasan.h (asan_intercepted_p): Handle BUILT_IN_STRCSPN...
2016-11-08  Maxim Ostapenkoasan.h (ASAN_STACK_MAGIC_PARTIAL): Remove.
2016-11-07  Martin LiskaIntroduce -fsanitize-address-use-after-scope
2016-01-04  Jakub JelinekUpdate copyright years.
2015-04-17  Yury Gribovasan.c (set_sanitized_sections): New function.
2015-01-05  Jakub JelinekUpdate copyright years.
2014-11-04  Marek PolacekMakefile.in (OBJS): Add sanopt.o.
2014-10-28  Max OstapenkoDon't inline GCC memory builtins if ASan is enabled.
2014-10-28  Yury GribovAllow to override Asan shadow offset.
2014-08-19  David Malcolmasan_emit_stack_protection returns an insn
2014-01-02  Richard SandifordUpdate copyright years in gcc/
2013-12-20  Jakub Jelinekubsan.c: Include tree-ssanames.h, asan.h and gimplify...
2013-11-28  Jakub Jelinekcfgexpand.c (struct stack_vars_data): Add asan_base...
2013-11-22  Jakub Jelineksanitizer.def (BUILT_IN_ASAN_BEFORE_DYNAMIC_INIT, ...
2013-11-04  Kostya Serebryanylibsanitizer merge from upstream r191666
2013-01-10  Richard SandifordUpdate copyright years in gcc/
2012-12-03  Jakub Jelineksanitizer.def: Add Address Sanitizer builtins.
2012-11-12  Jakub JelinekImplement protection of global variables
2012-11-12  Jakub JelinekImplement protection of stack variables
2012-11-12  Jakub JelinekEmit GIMPLE directly instead of gimplifying GENERIC.
2012-11-12  Jakub JelinekInitial asan cleanups
2012-11-12  Wei MiInitial import of asan from the Google branch