summaryrefslogtreecommitdiff
path: root/lib/tsan/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* [CMake] Add compiler-rt header files to the list of sources for targetsDan Liew2018-07-101-1/+6
* [CMake] Tidy up the organisation of compiler-rt when configured as a standaloneDan Liew2018-06-271-0/+2
* [TSan] fix build and couple of unit tests on FreeBSDDavid Carlier2018-06-201-1/+4
* [sanitizer] Split Symbolizer/StackTraces from core RTSanitizerCommonKostya Kortchinsky2018-04-161-0/+2
* tsan: add support for linux/powerpc64 in buildgo.shDmitry Vyukov2018-04-161-0/+9
* [tsan] Add interceptors for objc_sync_enter and objc_sync_exitKuba Mracek2018-04-131-1/+1
* [sanitizer] Split coverage into separate RT in sanitizer_commonKostya Kortchinsky2018-03-221-0/+2
* [Fuzzer] Avoid the unnecessary rebuild of the custom libc++Petr Hosek2018-03-071-1/+1
* Reland "[Fuzzer] Parametrize add_custom_libcxx"Petr Hosek2018-01-211-2/+3
* Revert "[Fuzzer] Parametrize add_custom_libcxx"Petr Hosek2018-01-201-2/+1
* [Fuzzer] Parametrize add_custom_libcxxPetr Hosek2018-01-201-1/+2
* [CMake] Support runtimes and monorepo layouts when looking for libcxxPetr Hosek2017-12-121-1/+1
* Move __tsan::Vector to __sanitizerKamil Rytarowski2017-12-041-2/+1
* [sanitizer] Refactor how assembly files are handledKuba Mracek2017-11-291-25/+6
* Fix CMake definitions of tsan runtime to make it installed by "install-compil...Mehdi Amini2017-11-041-2/+4
* Disable TSan tests on Android.Evgeniy Stepanov2017-10-111-1/+2
* Support compiler-rt builtinsPetr Hosek2017-07-281-1/+4
* Revert "[sanitizer] Support compiler-rt builtins"Petr Hosek2017-07-261-4/+1
* [sanitizer] Support compiler-rt builtinsPetr Hosek2017-07-251-1/+4
* [tsan] Port setjmp/longjmp assembly to Darwin/AArch64Kuba Mracek2017-07-101-1/+1
* [tsan] Provide API for libraries for race detection on custom objectsKuba Mracek2017-02-021-0/+1
* Revert "[sancov] moving sancov rt to sancov/ directory"Mike Aizatsky2017-01-121-2/+0
* [sancov] moving sancov rt to sancov/ directoryMike Aizatsky2017-01-121-0/+2
* Make cmake link flag naming consistentFrancis Ricci2017-01-101-3/+3
* Enable weak hooks on darwinFrancis Ricci2017-01-091-0/+5
* Revert "Enable weak hooks on darwin"Francis Ricci2017-01-071-5/+0
* Enable weak hooks on darwinFrancis Ricci2017-01-071-0/+5
* [tsan] Bump stack frame size limit.Evgeniy Stepanov2016-09-011-1/+1
* [CMake] Connect Compiler-RT targets to LLVM Runtimes directoryChris Bieneman2016-08-261-4/+1
* Revert "[CMake] Fix ASM building in llvm/runtimes"Jonas Hahnfeld2016-08-191-0/+19
* [CMake] Fix ASM building in llvm/runtimesJonas Hahnfeld2016-08-191-19/+0
* [TSan][MIPS] Implements setjmp assembly for MIPS64Sagar Thakur2016-08-161-0/+5
* [compiler-rt] Fix VisualStudio virtual folders layoutEtienne Bergeron2016-07-111-0/+1
* Init tsan with .preinit_array sectionVitaly Buka2016-05-261-5/+6
* tsan: split thread into logical and physical stateDmitry Vyukov2016-04-271-0/+1
* [tsan] Add TSan debugger APIsKuba Brecka2016-03-101-0/+1
* [cmake] Address Samsonov's post-commit review of r262723Filipe Cabecinhas2016-03-051-1/+1
* tsan: revert r262037Dmitry Vyukov2016-02-261-1/+0
* tsan: split thread into logical and physical stateDmitry Vyukov2016-02-261-0/+1
* [tsan] Disable sysroot flag on FreeBSDEd Maste2016-02-181-1/+5
* Re-commit r259512: [tsan] Add a libc++ and lit testsuite for each ${TSAN_SUPP...Daniel Sanders2016-02-021-4/+11
* Revert r259512 - [tsan] Add a libc++ and lit testsuite for each ${TSAN_SUPPOR...Daniel Sanders2016-02-021-11/+4
* [tsan] Add a libc++ and lit testsuite for each ${TSAN_SUPPORTED_ARCH}.Daniel Sanders2016-02-021-4/+11
* Revert "[CMake] Provide options for toggling on and off various runtime libra...Chris Bieneman2015-12-101-2/+0
* [CMake] Provide options for toggling on and off various runtime libraries.Chris Bieneman2015-12-091-0/+2
* [PPC64, TSAN] Provide setjmp interceptor support for PPC64Bill Schmidt2015-12-081-0/+5
* [CMake] Remove debug output leftovers.Alexey Samsonov2015-12-081-2/+0
* [TSan] Enforce TSan runtime doesn't include system headers with --sysroot flag.Alexey Samsonov2015-12-071-1/+12
* [CMake] Add COMPILER_RT_TSAN_DEBUG_OUTPUT option.Alexey Samsonov2015-12-051-0/+7
* [tsan] Enable building and testing TSan Go runtime on OS XKuba Brecka2015-12-041-0/+10