summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common
Commit message (Expand)AuthorAge
* [Embtk] sanitizer common: only glibc defines _libc_malloc, do not use it on u...Abdoulaye Walsimou Gaye2013-03-26
* sanitizer common: do not assume GLIBC and __libc_malloc, __libc_freeAbdoulaye Walsimou Gaye2013-03-26
* tsan: add internal_unlink() functionDmitry Vyukov2013-03-20
* asan/tsan: reduce per-thread memory allocator cachesDmitry Vyukov2013-03-20
* [sanitizer] Enable prctl interceptor on Android.Evgeniy Stepanov2013-03-20
* [sanitizer] More renamed macros.Evgeniy Stepanov2013-03-19
* [sanitizer] Replace more platform checks with SANITIZER_ constants.Evgeniy Stepanov2013-03-19
* [sanitizer] Move ASan platform macros to sanitizer_common and rename them app...Evgeniy Stepanov2013-03-19
* tsan: fix buildDmitry Vyukov2013-03-19
* tsan: flush dead thread info earlier (when another thread is finished rather ...Dmitry Vyukov2013-03-19
* tsan: symbolizer "flush caches" functinalityDmitry Vyukov2013-03-19
* [sanitizer] Avoid use of uintptr_t.Evgeniy Stepanov2013-03-19
* [sanitizer] Don't adjust the size of the user-allocated stack.Evgeniy Stepanov2013-03-19
* tsan: fix clang -Wall buildDmitry Vyukov2013-03-18
* tsan: fix Go buildDmitry Vyukov2013-03-18
* tsan: fix huge stack framesDmitry Vyukov2013-03-18
* tsan: fix lint warningsDmitry Vyukov2013-03-18
* [Sanitizer] Get rid of global mutexes in StopTheWorld implementationAlexey Samsonov2013-03-18
* [Sanitizer] Rely on template argument deduction in sanitizer_allocator_testAlexey Samsonov2013-03-18
* [libsanitizer] StopTheWorld in sanitizer_commonAlexander Potapenko2013-03-15
* [Sanitizer] Don't intercept frexpf and frexpl on Windows. Add frexp declarati...Alexey Samsonov2013-03-15
* [Sanitizer] Don't link tests with -lpthread on Android.Alexey Samsonov2013-03-15
* [sanitizer] fix gcc build warningsKostya Serebryany2013-03-15
* [asan] Add ForEachChunk() to sanitizer allocators. Patch by Sergey MatveevKostya Serebryany2013-03-15
* [Sanitizer] Generalize compile/link flags for sanitizer_common tests on Andro...Alexey Samsonov2013-03-15
* [Sanitizer] Build sanitizer_common tests w/o RTTI. Move ThreadRegistry class ...Alexey Samsonov2013-03-15
* Fix a virtual destructor warning.Eric Christopher2013-03-15
* [Sanitizer] Fix compiler warnings and style issues in sanitizer_common tests....Alexey Samsonov2013-03-14
* [Sanitizer] Add generic ThreadRegistry class for sanitizer runtimes. This cla...Alexey Samsonov2013-03-14
* [Sanitizer] Add default constructor for BlockingMutexAlexey Samsonov2013-03-14
* [sanitizer] No dirent64 on Android.Evgeniy Stepanov2013-03-14
* [Sanitizer] Build sanitizer_common with -fno-rttiAlexey Samsonov2013-03-14
* [asan] remove one redundant malloc stress test, unify the usage of ASAN_LOW_M...Kostya Serebryany2013-03-14
* [libsanitizer] fixed a bug in ThreadLister tests where we forgot to terminate...Alexander Potapenko2013-03-14
* [msan] Add changes missing from r177065.Evgeniy Stepanov2013-03-14
* [libsanitizer] Fixed incorrect handling of pre-existing threads in ThreadList...Alexander Potapenko2013-03-14
* [sanitizer] Intercept frexp and friends.Evgeniy Stepanov2013-03-14
* [Sanitizer] fix compilation for WindowsAlexey Samsonov2013-03-14
* [Sanitizer] Write a slightly better implementation of GetEnv() function on Wi...Alexey Samsonov2013-03-14
* [sanitizer] Fix lint.Evgeniy Stepanov2013-03-13
* [msan] Increase stack size as required.Evgeniy Stepanov2013-03-13
* [sanitizer] Move GetTlsSize code from TSan to sanitizer_common.Evgeniy Stepanov2013-03-13
* Break a >80 char line.Evgeniy Stepanov2013-03-13
* [Sanitizer] Fixup for r176931 for Mac and WindowsAlexey Samsonov2013-03-13
* [Sanitizer] Fix a typo in function nameAlexey Samsonov2013-03-13
* [Sanitizer] Change MemoryMappingLayout methods to also report memory protecti...Alexey Samsonov2013-03-13
* [sanitizer] use fewer size classes in the allocator to reduce the memory foot...Kostya Serebryany2013-03-12
* [sanitizer] simplify the allocator's SizeClassMap: do not require an extra te...Kostya Serebryany2013-03-12
* [Sanitizer] Implement BlockingMutex::CheckLocked()Alexey Samsonov2013-03-11
* [ASan] Reduce the local buffer size in Report() not to fail the check enforce...Alexander Potapenko2013-03-11