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