summaryrefslogtreecommitdiff
path: root/lib/asan/asan_interface_internal.h
AgeCommit message (Expand)Author
2014-04-21[asan] add __asan_memset and friendsKostya Serebryany
2014-04-21[asan] implement __asan_loadN/__asan_storeN for out-lined asan checksKostya Serebryany
2014-04-16[asan] add __asan_load1/__asan_store1/... callbacks to asan-rt; together with...Kostya Serebryany
2014-04-14[asan] don't use bool in public interface, make sure the interface headers ar...Kostya Serebryany
2013-12-19[ASan] Get rid of __asan_symbolize functionAlexey Samsonov
2013-09-18[asan] add a run-time option detect_stack_use_after_return, add verbosity out...Kostya Serebryany
2013-09-10[asan] refactor the use-after-return API so that the size class is computed a...Kostya Serebryany
2013-08-13Define SANITIZER_INTERFACE_ATTRIBUTE on Windows and fix all the places where ...Timur Iskhodzhanov
2013-03-26[ASan] Change the ABI of __asan_before_dynamic_init function: now it takes po...Alexey Samsonov
2013-03-22[asan] Change the way we report the alloca frame on stack-buff-overflow.Kostya Serebryany
2013-03-18[asan] while generating the description of a global variable, emit the module...Kostya Serebryany
2013-02-13[tsan] simplify tsan-vs-gvn test since gvn vs tsan is now fixed; fix lint Kostya Serebryany
2013-02-12[asan] change the default mapping offset on x86_64 to 0x7fff8000. This gives ...Kostya Serebryany
2013-01-31[ASan] Split ASan interface header into private and public parts. Add a test ...Alexey Samsonov