summaryrefslogtreecommitdiff
path: root/lib/asan/asan_interface.h
Commit message (Expand)AuthorAgeFilesLines
* [ASan] move declaration of __asan_default_options to interface headerAlexey Samsonov2012-08-151-1/+6
* [ASan] Add __asan_set_on_error_callback() interface function that allows user...Alexey Samsonov2012-08-131-0/+7
* [ASan] move flags description to separate header, add comments about them.Alexey Samsonov2012-07-101-4/+0
* [Sanitizer] Use common defines for ASan and TSan runtime. Split defines betwe...Alexey Samsonov2012-06-051-28/+26
* [asan] more renamingKostya Serebryany2012-05-311-2/+2
* [asan,tsan] introduce sanitizer_common/sanitizer_defs.h and perform some rena...Kostya Serebryany2012-05-311-53/+42
* Do not define ___asan_default_options on Windows.Alexander Potapenko2012-05-291-0/+3
* Rework the flags machinery a bit.Alexander Potapenko2012-05-281-0/+4
* [asan] last bit for gcc compatibilityKostya Serebryany2012-04-061-1/+4
* Introduce __asan_set_error_report_callback() to allow the client program post...Alexander Potapenko2012-02-271-0/+3
* AddressSanitizer: get rid of stdlib.h and add (smaller) stddef.h insteadAlexey Samsonov2012-02-221-4/+5
* [asan] Add lots of missing visibility attributes.Evgeniy Stepanov2012-02-141-11/+22
* [asan] implement __asan_set_death_callbackKostya Serebryany2012-02-131-2/+8
* [asan] unpoison the stack before every noreturn call. Fixes asan issue 37. rt...Kostya Serebryany2012-02-081-0/+4
* [asan] fix the wrong __WORDSIZE definition on Win x64, add ASAN_INTERFACE_FUN...Kostya Serebryany2012-01-311-11/+12
* Make compiler-rt/trunk/lib/asan compileable with Visual Studio 2008 on Windows.Alexander Potapenko2012-01-271-0/+5
* AddressSanitizer: return false instead of true for __asan_get_ownership(NULL)Alexey Samsonov2012-01-181-2/+2
* Revert commit 148304Alexey Samsonov2012-01-171-2/+2
* AddressSanitizer: from this patch, ASan allocator returns false for __asan_ge...Alexey Samsonov2012-01-171-2/+2
* [asan] rely on __has_feature(address_sanitizer) instead of the ADDRESS_SANITI...Kostya Serebryany2011-12-271-1/+1
* [asan] fix a bug (issue 19) where dlclose and the following mmap caused a fal...Kostya Serebryany2011-12-151-2/+4
* [asan] always collect malloc statstics (removed FLAG_stats)Kostya Serebryany2011-12-051-2/+0
* AddressSanitizer run-time library. Not yet integrated with the compiler-rt bu...Kostya Serebryany2011-11-301-0/+135