llvm-project/compiler-rt/lib/tsan
Dmitry Vyukov fb251f51a9 tsan: add __tsan_java_finalize interface function
It is required to prevent false positives between object ctor and finalizer,
as otherwise they look completely unsynchronized.

llvm-svn: 211829
2014-06-27 00:47:38 +00:00
..
benchmarks [tsan] ThreadSanitizer tests and micro benchmarks. No makefiles yet. 2012-05-10 14:18:22 +00:00
dd [Deadlock detector] Fix CMake build rules for shared runtime 2014-06-05 00:58:28 +00:00
go tsan: fix windows build script 2014-06-20 23:22:31 +00:00
rtl tsan: add __tsan_java_finalize interface function 2014-06-27 00:47:38 +00:00
tests tsan: optimize memory access functions 2014-05-30 13:36:29 +00:00
CMakeLists.txt tsan: refactor storage of meta information for heap blocks and sync objects 2014-05-29 13:50:54 +00:00
Makefile.mk [tsan] makefile machinery to build tsan-rt (linux-x86_64 only) 2012-05-15 15:17:35 +00:00
Makefile.old tsan: fix vector clocks 2014-04-11 15:38:03 +00:00
analyze_libtsan.sh tsan: add interface functions for unaligned access, e.g. __sanitizer_unaligned_load16 2013-04-30 11:56:56 +00:00
check_analyze.sh tsan: optimize memory access functions 2014-05-30 13:36:29 +00:00
check_cmake.sh tsan: do not build llvm from scratch on each presubmit 2013-10-15 12:54:50 +00:00
check_memcpy.sh tsan: refactor storage of meta information for heap blocks and sync objects 2014-05-29 13:50:54 +00:00