summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-08-29[asan/tsan] use InternalScopedBuffer instead of stack arrays. Use mmap insete...Kostya Serebryany
2012-08-29[tsan] fix tsan's Makefile.old -- our build bot still uses it (hopefully, wil...Kostya Serebryany
2012-08-29[asan] fix asan's Makefile.old -- our build bot still uses it (hopefully, wil...Kostya Serebryany
2012-08-29Relocate the external headers provided by ASan and the common sanitizerChandler Carruth
2012-08-29Some flag cleanup for the sanitizer runtimes.Chandler Carruth
2012-08-28[asan] one more fix for windows buildKostya Serebryany
2012-08-28[asan] fix the cmake build (hopefully)Kostya Serebryany
2012-08-28[asan] actually doing 'svn add' helpsKostya Serebryany
2012-08-28[asan] fix Windows buildKostya Serebryany
2012-08-28[asan] actually move StackTrace to sanitizer_commonKostya Serebryany
2012-08-28[asan] even more refactoring to move StackTrace to sanitizer_commonKostya Serebryany
2012-08-28[asan] more refactoring to move StackTrace to sanitizer_commonKostya Serebryany
2012-08-28[ASan] CMake build: share more compile flags between instrumented and non-ins...Alexey Samsonov
2012-08-28[asan] some renaming before we move StackTrace into sanitizer_common (part 2)Kostya Serebryany
2012-08-28[asan] some renaming before we move StackTrace into sanitizer_commonKostya Serebryany
2012-08-28[asan] get rid of AsanPrintf in favor of Printf from sanitizer_commonKostya Serebryany
2012-08-28[asan] improve SetErrorReportCallbackTest to actually catch missing functiona...Kostya Serebryany
2012-08-28[Sanitizer] Allow to create stub MemoryMappingLayout on WindowsAlexey Samsonov
2012-08-28[Sanitizer] One more method stub for WindowsAlexey Samsonov
2012-08-27[Sanitizer] align allocation sizes in low level allocatorAlexey Samsonov
2012-08-27CMake build rules for ASan/Android runtime.Evgeniy Stepanov
2012-08-27[Sanitizer] One more try to fix Windows buildAlexey Samsonov
2012-08-27[Sanitizer] Use low-level allocator in flag parsing to avoid calling malloc()...Alexey Samsonov
2012-08-27[Sanitizer] Rename ProcessMaps to MemoryMappingLayout and fix Windows build b...Alexey Samsonov
2012-08-27[ASan] add missing build dependency on sanitizer_common headersAlexey Samsonov
2012-08-27A few tweaks for building ASanRT against Android NDK.Evgeniy Stepanov
2012-08-27[Sanitizer] move low-level (mmap-based) allocator to sanitizer_commonAlexey Samsonov
2012-08-24tsan: improve memory allocator a bitDmitry Vyukov
2012-08-24Revert the erroneous changes made to Makefile.old in r162547Alexander Potapenko
2012-08-24If the program is linked to a dynamic ASan runtime which is not present in DY...Alexander Potapenko
2012-08-24Add add_clang_runtime_shared_library() CMake function and use it to put the s...Alexander Potapenko
2012-08-23tsan: allow to override per-thread event trace sizeDmitry Vyukov
2012-08-23tsan: fix new memory allocatorDmitry Vyukov
2012-08-23[Sanitizer] Add external symbolizer binary. Next steps - include it in CMake ...Alexey Samsonov
2012-08-23Re-implement the wrappers for libdispatch functions using blocks where approp...Alexander Potapenko
2012-08-23[Sanitizer] Switch the symbolization strategy that would be used by sanitizer...Alexey Samsonov
2012-08-22[ASan] use write instead of puts in malloc hooks test for ASan, as puts calls...Alexey Samsonov
2012-08-22[ASan] get rid of ASAN_USE_EXTERNAL_SYMBOLIZER compiler def in favor of __asa...Alexey Samsonov
2012-08-22[ASan] make ASan malloc/free hooks weak interface functions, overridable by u...Alexey Samsonov
2012-08-22[ASan] fix CMake build: make sure that all ASan runtimes are built at correct...Alexey Samsonov
2012-08-22[TSan] switch tsan to using InternalScopedBuffer from sanitizer_commonAlexey Samsonov
2012-08-21[asan] fix mac buildKostya Serebryany
2012-08-21[asan] run-time part of the initialization order checker. Patch by Reid Watso...Kostya Serebryany
2012-08-21[Sanitizer] implement internal_strcspnAlexey Samsonov
2012-08-21[asan] update asan-rt to match the interface change in LLVm (r162268)Kostya Serebryany
2012-08-21[Sanitizer] define InternalScopedBuffer to replace large arrays on stack. It ...Alexey Samsonov
2012-08-21[asan] fix lintKostya Serebryany
2012-08-20Dynamic interceptors for dispatch_async and dispatch_after.Alexander Potapenko
2012-08-20Minor refactoring: reduce code duplication by introducing a macro for dispatc...Alexander Potapenko
2012-08-20Fix a leftover #if defined(DYNAMIC_MAC_WRAPPERS).Alexander Potapenko