llvm-project/compiler-rt/lib/tsan
Alexey Samsonov 56d6fc81a5 Introduce tsan_cxx and msan_cxx libraries (compiler-rt part).
For now tsan_cxx and msan_cxx contain only operator new/delete
replacements. In the future, when we add support for running UBSan+TSan
and UBSan+MSan, they will also contain bits ubsan_cxx runtime.

llvm-svn: 235928
2015-04-27 22:08:09 +00:00
..
benchmarks [tsan] ThreadSanitizer tests and micro benchmarks. No makefiles yet. 2012-05-10 14:18:22 +00:00
dd Use 'override/final' instead of 'virtual' for overridden methods 2015-04-11 02:44:24 +00:00
go Revert r230171 "TSan runtime: unbreak the build with ccache" 2015-02-22 12:20:05 +00:00
rtl [TSan] Move new/delete interceptors into a separate source file. NFC. 2015-04-27 19:33:55 +00:00
tests [TSan][MIPS] Adding support for MIPS64 2015-02-20 06:42:41 +00:00
CMakeLists.txt Introduce tsan_cxx and msan_cxx libraries (compiler-rt part). 2015-04-27 22:08:09 +00:00
Makefile.old [TSan] Fixup for r233038: restrict the -Wno-maybe-uninitialized flag to GCC only. 2015-03-23 23:44:38 +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] Update check_analyze.sh expectations to match trunk Clang output. 2015-02-02 22:17:23 +00:00
check_cmake.sh tsan: use a different dir for llvm build 2014-10-15 08:56:15 +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