summaryrefslogtreecommitdiff
path: root/lib/tsan/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Rename tsan_interceptors.cpp into tsan_interceptors_posix.cppVitaly Buka2019-10-011-1/+1
* [TSan] Add interceptors for mach_vm_[de]allocateJulian Lettner2019-09-091-0/+1
* [TSan] Rename file with libdispatch interceptorsJulian Lettner2019-08-201-1/+1
* [TSan] Rename file to make it clear that it defines interceptorsJulian Lettner2019-08-191-1/+1
* compiler-rt: Rename .cc file in lib/tsan/rtl to .cppNico Weber2019-08-011-35/+41
* [NFC][TSan][libdispatch] Better CMake variable namesJulian Lettner2019-04-041-1/+1
* [TSan][libdispatch] Enable linking and running of tests on LinuxJulian Lettner2019-03-151-4/+1
* [tsan] Support interception of libdispatch on LinuxJulian Lettner2019-03-061-1/+8
* [compiler-rt] Build custom libcxx with libcxxabiJonas Hahnfeld2019-02-171-0/+1
* Improve the comment in previousKamil Rytarowski2018-12-161-2/+2
* Expand TSan sysroot workaround to NetBSDKamil Rytarowski2018-12-161-5/+6
* [compiler-rt][TSan] Add TSan runtime support for Go on linux-aarch64.Arnaud A. de Grandmaison2018-09-191-0/+9
* [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