hanchenye-llvm-project/compiler-rt/lib
Adhemerval Zanella 4e3b4ac241 [dfsan] Enable dfsan for aarch64
This patch enable DFSan for AArch64 (39-bit VMA).  All tests are passing
but:

 * test/dfsan/custom.cc

Due an invalid access in dl_iterate_phdr instrumentation (commenting out
this function make the testcase to pass).  The test is XFAIL for aarch64
for now.

llvm-svn: 243688
2015-07-30 21:13:21 +00:00
..
BlocksRuntime
asan [asan] Support arm64 devices in asan_device_setup. 2015-07-30 20:07:13 +00:00
builtins Let cmake infer source file language by the file extension. 2015-07-28 16:52:42 +00:00
cfi CFI: Add a default blacklist. 2015-07-15 12:16:25 +00:00
dfsan [dfsan] Enable dfsan for aarch64 2015-07-30 21:13:21 +00:00
interception CMake: Stop using LLVM's custom parse_arguments. NFC 2015-06-19 03:39:24 +00:00
lsan [sanitizer] Implement include_if_exists with process name substitution. 2015-07-21 23:03:13 +00:00
msan [sanitizer] Implement include_if_exists with process name substitution. 2015-07-21 23:03:13 +00:00
profile [probile] Fix memory leak introduced in r241824. 2015-07-15 22:50:39 +00:00
safestack [sanitizer] Implement logging to syslog. 2015-07-23 22:05:20 +00:00
sanitizer_common [Sanitizers] [Bug 24151] Generalize type of offset in internal_mmap 2015-07-30 21:00:48 +00:00
tsan [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
ubsan [UBSan][MIPS] Fix cast-overflow tests for mips big endian 2015-07-28 05:51:51 +00:00
CMakeLists.txt CFI: Add a default blacklist. 2015-07-15 12:16:25 +00:00
Makefile.mk