summaryrefslogtreecommitdiff
path: root/lib/tsan
AgeCommit message (Expand)Author
2017-12-12[CMake] Support runtimes and monorepo layouts when looking for libcxxPetr Hosek
2017-12-06[TSan] Make more TSan interceptors symbolizer-aware.Alex Shlyapnikov
2017-12-04Move __tsan::Vector to __sanitizerKamil Rytarowski
2017-11-29[sanitizer] Refactor how assembly files are handledKuba Mracek
2017-11-29Defer StartBackgroundThread() and StopBackgroundThread() in TSanKamil Rytarowski
2017-11-28Support the setjmp(3) family of functions in TSan/NetBSDKamil Rytarowski
2017-11-28[PowerPC][tsan] Update tsan to handle changed memory layouts in newer kernelsBill Seurer
2017-11-28Correct mangled_sp on NetBSD/amd64 in TSanKamil Rytarowski
2017-11-28Handle symbol renaming of sigaction for NetBSDKamil Rytarowski
2017-11-21Correct NetBSD support in pthread_once(3)/TSanKamil Rytarowski
2017-11-20[tsan] Fix sigaction implementation when it's called only to get handlerVitaly Buka
2017-11-20Try to fix syntax for !NetBSD in TSAN_INTERCEPTORsKamil Rytarowski
2017-11-20Handle NetBSD specific indirection of libpthread functionsKamil Rytarowski
2017-11-13Update TSan/ARM64 max VM to 0xfc0000000 to reflect a kernel change.Kuba Mracek
2017-11-13[tsan] Fix signal chainingVitaly Buka
2017-11-13[tsan] Deadly signal handler for tsanVitaly Buka
2017-11-13[PowerPC][tsan] Update tsan to handle changed memory layouts in newer kernelsBill Seurer
2017-11-10[tsan] Move out more types to sanitizer_commonVitaly Buka
2017-11-10[compiler-rt] Fix const and volatile qualifier warningsKuba Mracek
2017-11-10[tsan] Move code of sigaction_impl and signal_implVitaly Buka
2017-11-10[tsan] Extract sigaction_impl and signal_implVitaly Buka
2017-11-10[tsan] Use __sanitizer_siginfo from sanitizer_commonVitaly Buka
2017-11-10[sanitizer] Remove references and hide CommonSanitizerReportMutexVitaly Buka
2017-11-08Correct atexit(3) support in TSan/NetBSDKamil Rytarowski
2017-11-07(NFC) Rename GetMax{,User}VirtualAddress.Evgeniy Stepanov
2017-11-07tsan: allow usage of global vars with ctors in interceptorsDmitry Vyukov
2017-11-04Fix CMake definitions of tsan runtime to make it installed by "install-compil...Mehdi Amini
2017-11-03Late fixup in _lwp_exit on TSan/NetBSDKamil Rytarowski
2017-11-03Correct detection of a thread terminationKamil Rytarowski
2017-11-03Disable detection of on_exit()/TSan on NetBSDKamil Rytarowski
2017-10-25Add NetBSD improvements in sanitizersKamil Rytarowski
2017-10-25[tsan] Fix warnings in tsan_interceptors.cc from expansion of variadic macrosDmitry Vyukov
2017-10-20[tsan] Add Mutex annotation flag for constant-initialized __tsan_mutex_linker...Dmitry Vyukov
2017-10-11Disable TSan tests on Android.Evgeniy Stepanov
2017-10-11[sanitizer] Move the errno/ENOMEM allocator checks logic to separate .ccKostya Kortchinsky
2017-10-04[sanitizer] Move cxx-abi library earlier in link flags.Evgeniy Stepanov
2017-09-28tsan: handle signals in pause callDmitry Vyukov
2017-09-21[tsan] Annotate function parameters with attribute 'noescape'.Akira Hatanaka
2017-09-15tsan: respect LDFLAGS when build Go testDmitry Vyukov
2017-09-11[compiler-rt] Cleanup decoratorsVitaly Buka
2017-08-30Add NetBSD support in tsan_interceptors.ccKamil Rytarowski
2017-08-30Fix for TSan unit-tests:George Karpenkov
2017-08-25tsan: don't pass bogus PCs to __tsan_symbolize_externalDmitry Vyukov
2017-08-18[TSan] Update test valuesVlad Tsyrklevich
2017-08-15[sanitizers CMake] NFC Refactor the logic for compiling and generating testsGeorge Karpenkov
2017-08-07[tsan] Fix format string in WriteMemoryProfileKuba Mracek
2017-08-02[tsan] Check for pvalloc overlowKostya Kortchinsky
2017-07-28[sanitizers test CMake] further refactor testing CMake for tsanGeorge Karpenkov
2017-07-28[sanitizer tests CMake] Factor out CMake logic for compiling sanitizer testsGeorge Karpenkov
2017-07-28Support libc++abi in addition to libstdc++Petr Hosek