hanchenye-llvm-project/compiler-rt/lib/tsan
Kostya Serebryany c69bf1b4c0 [asan,tsan,msan] move the memcmp interceptor from asan/tsan to sanitizer_common. This may potentially lead to more reports from msan as it now sees the reads inside memcmp. To disable, use the flag intercept_memcmp=0. Likewise, it may potentially cause new races to appear due to more strict memcmp checking (flag strict_memcmp=1)
llvm-svn: 243595
2015-07-29 23:53:08 +00:00
..
benchmarks
dd CMake: Stop using LLVM's custom parse_arguments. NFC 2015-06-19 03:39:24 +00:00
go [sanitizer] Implement logging to syslog. 2015-07-23 22:05:20 +00:00
rtl [asan,tsan,msan] move the memcmp interceptor from asan/tsan to sanitizer_common. This may potentially lead to more reports from msan as it now sees the reads inside memcmp. To disable, use the flag intercept_memcmp=0. Likewise, it may potentially cause new races to appear due to more strict memcmp checking (flag strict_memcmp=1) 2015-07-29 23:53:08 +00:00
tests CMake: Stop using LLVM's custom parse_arguments. NFC 2015-06-19 03:39:24 +00:00
CMakeLists.txt [CMake] Remove redundant checks in TSan CMakeLists.txt 2015-06-17 22:24:49 +00:00
Makefile.old [TSan] Attempt to fix old Makefile build. 2015-04-28 01:27:17 +00:00
analyze_libtsan.sh
check_analyze.sh
check_cmake.sh
check_memcpy.sh