summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/asan/asan_interface_internal.h
Commit message (Expand)AuthorAgeFilesLines
* [Sanitizers] Unify the semantics and usage of "exitcode" runtime flag across ...Alexey Samsonov2015-08-211-2/+0
* [asan] Rename the ABI versioning symbol to '__asan_version_mismatch_check' in...Kuba Brecka2015-07-231-2/+6
* [ASan] New approach to dynamic allocas unpoisoning. Patch by Max Ostapenko!Yury Gribov2015-05-281-0/+4
* asan: optimization experimentsDmitry Vyukov2015-03-171-1/+16
* [Sanitizers] Move the common sanitizer interface from sanitizer_internal_defs...Timur Iskhodzhanov2015-02-191-2/+5
* Revert "[ASan] Add the new __asan_mz_* symbols to asan_interface_internal.h"Juergen Ributzka2015-02-041-18/+0
* [ASan] Add the new __asan_mz_* symbols to asan_interface_internal.hAlexander Potapenko2015-02-041-0/+18
* [asan] the run-time part of intra-object-overflow detector (-fsanitize-addres...Kostya Serebryany2014-10-171-0/+4
* [compiler-rt] recommit of r218481: ASan debugging API for report info extract...Kuba Brecka2014-09-261-0/+22
* [compiler-rt] revert r218481 due to test failure on sanitizer-x86_64-linux Kuba Brecka2014-09-261-22/+0
* [compiler-rt] ASan debugging API for report info extraction and locating addr...Kuba Brecka2014-09-251-0/+22
* [asan] introduce __asan_load_cxx_array_cookie: check that the array cookie ad...Kostya Serebryany2014-08-281-0/+2
* [Sanitizer] Kill deprecated allocator interfaces in ASan, MSan and TSan in fa...Alexey Samsonov2014-08-121-16/+0
* [asan] introduce __asan_poison_cxx_array_cookie. This is asan-rt part of PR19...Kostya Serebryany2014-08-041-0/+3
* [ASan] Add ASan debugging API to get malloc/free stack traces and shadow memo...Kuba Brecka2014-07-151-0/+11
* [ASan] Only define macros in asan_init_version.h, move the __asan_init declar...Timur Iskhodzhanov2014-07-151-0/+6
* [ASan/Win] Don't hardcode ASan runtime version in ASan dll thunkTimur Iskhodzhanov2014-07-101-14/+2
* Generalize sanitizer allocator public interface.Alexey Samsonov2014-07-071-6/+8
* [ASan] Print exact source location of global variables in error reports.Alexey Samsonov2014-07-021-2/+13
* Fix typosAlp Toker2014-05-151-1/+1
* [asan] add __asan_memset and friendsKostya Serebryany2014-04-211-0/+7
* [asan] implement __asan_loadN/__asan_storeN for out-lined asan checksKostya Serebryany2014-04-211-0/+2
* [asan] add __asan_load1/__asan_store1/... callbacks to asan-rt; together with...Kostya Serebryany2014-04-161-0/+14
* [asan] don't use bool in public interface, make sure the interface headers ar...Kostya Serebryany2014-04-141-3/+3
* [ASan] Get rid of __asan_symbolize functionAlexey Samsonov2013-12-191-4/+0
* [asan] add a run-time option detect_stack_use_after_return, add verbosity out...Kostya Serebryany2013-09-181-0/+4
* [asan] refactor the use-after-return API so that the size class is computed a...Kostya Serebryany2013-09-101-9/+0
* Define SANITIZER_INTERFACE_ATTRIBUTE on Windows and fix all the places where ...Timur Iskhodzhanov2013-08-131-65/+59
* [ASan] Change the ABI of __asan_before_dynamic_init function: now it takes po...Alexey Samsonov2013-03-261-4/+4
* [asan] Change the way we report the alloca frame on stack-buff-overflow.Kostya Serebryany2013-03-221-2/+7
* [asan] while generating the description of a global variable, emit the module...Kostya Serebryany2013-03-181-2/+3
* [tsan] simplify tsan-vs-gvn test since gvn vs tsan is now fixed; fix lint Kostya Serebryany2013-02-131-1/+1
* [asan] change the default mapping offset on x86_64 to 0x7fff8000. This gives ...Kostya Serebryany2013-02-121-1/+5
* [ASan] Split ASan interface header into private and public parts. Add a test ...Alexey Samsonov2013-01-311-0/+131
OpenPOWER on IntegriCloud