summaryrefslogtreecommitdiff
path: root/lib/tsan/CMakeLists.txt
AgeCommit message (Expand)Author
2017-12-12[CMake] Support runtimes and monorepo layouts when looking for libcxxPetr Hosek
2017-12-04Move __tsan::Vector to __sanitizerKamil Rytarowski
2017-11-29[sanitizer] Refactor how assembly files are handledKuba Mracek
2017-11-04Fix CMake definitions of tsan runtime to make it installed by "install-compil...Mehdi Amini
2017-10-11Disable TSan tests on Android.Evgeniy Stepanov
2017-07-28Support compiler-rt builtinsPetr Hosek
2017-07-26Revert "[sanitizer] Support compiler-rt builtins"Petr Hosek
2017-07-25[sanitizer] Support compiler-rt builtinsPetr Hosek
2017-07-10[tsan] Port setjmp/longjmp assembly to Darwin/AArch64Kuba Mracek
2017-02-02[tsan] Provide API for libraries for race detection on custom objectsKuba Mracek
2017-01-12Revert "[sancov] moving sancov rt to sancov/ directory"Mike Aizatsky
2017-01-12[sancov] moving sancov rt to sancov/ directoryMike Aizatsky
2017-01-10Make cmake link flag naming consistentFrancis Ricci
2017-01-09Enable weak hooks on darwinFrancis Ricci
2017-01-07Revert "Enable weak hooks on darwin"Francis Ricci
2017-01-07Enable weak hooks on darwinFrancis Ricci
2016-09-01[tsan] Bump stack frame size limit.Evgeniy Stepanov
2016-08-26[CMake] Connect Compiler-RT targets to LLVM Runtimes directoryChris Bieneman
2016-08-19Revert "[CMake] Fix ASM building in llvm/runtimes"Jonas Hahnfeld
2016-08-19[CMake] Fix ASM building in llvm/runtimesJonas Hahnfeld
2016-08-16[TSan][MIPS] Implements setjmp assembly for MIPS64Sagar Thakur
2016-07-11[compiler-rt] Fix VisualStudio virtual folders layoutEtienne Bergeron
2016-05-26Init tsan with .preinit_array sectionVitaly Buka
2016-04-27tsan: split thread into logical and physical stateDmitry Vyukov
2016-03-10[tsan] Add TSan debugger APIsKuba Brecka
2016-03-05[cmake] Address Samsonov's post-commit review of r262723Filipe Cabecinhas
2016-02-26tsan: revert r262037Dmitry Vyukov
2016-02-26tsan: split thread into logical and physical stateDmitry Vyukov
2016-02-18[tsan] Disable sysroot flag on FreeBSDEd Maste
2016-02-02Re-commit r259512: [tsan] Add a libc++ and lit testsuite for each ${TSAN_SUPP...Daniel Sanders
2016-02-02Revert r259512 - [tsan] Add a libc++ and lit testsuite for each ${TSAN_SUPPOR...Daniel Sanders
2016-02-02[tsan] Add a libc++ and lit testsuite for each ${TSAN_SUPPORTED_ARCH}.Daniel Sanders
2015-12-10Revert "[CMake] Provide options for toggling on and off various runtime libra...Chris Bieneman
2015-12-09[CMake] Provide options for toggling on and off various runtime libraries.Chris Bieneman
2015-12-08[PPC64, TSAN] Provide setjmp interceptor support for PPC64Bill Schmidt
2015-12-08[CMake] Remove debug output leftovers.Alexey Samsonov
2015-12-07[TSan] Enforce TSan runtime doesn't include system headers with --sysroot flag.Alexey Samsonov
2015-12-05[CMake] Add COMPILER_RT_TSAN_DEBUG_OUTPUT option.Alexey Samsonov
2015-12-04[tsan] Enable building and testing TSan Go runtime on OS XKuba Brecka
2015-12-03[tsan] Add interceptors for Darwin-specific locking APIsKuba Brecka
2015-11-29Fixup for r254228 ("Port tsan_rtl_amd64.S to OS X to add support for setjmp/l...Kuba Brecka
2015-11-28[tsan] Port tsan_rtl_amd64.S to OS X to add support for setjmp/longjmpKuba Brecka
2015-11-19[tsan] Handle dispatch_once on OS XKuba Brecka
2015-11-16[compiler-rt] [tsan] Enable intercept setjmp/longjmp for AArch64Adhemerval Zanella
2015-11-11[tsan] Add TSan unit test support for OS XKuba Brecka
2015-11-06[tsan] Enable new/delete C++ interceptors for OS XKuba Brecka
2015-11-05[tsan] Use malloc zone interceptors on OS X, part 2Kuba Brecka
2015-11-04[tsan] Shadow memory setup for OS XKuba Brecka
2015-11-03[tsan] CMake support for TSan on OS XKuba Brecka
2015-08-27[CMake] Add ARCHS option to add_sanitizer_rt_symbols.Chris Bieneman