llvm-project/compiler-rt/lib
Adhemerval Zanella ebbd8a9ef3 dfsan: Enable 48-bit VMA support on aarch64
This patch adds 48-bits VMA support for msan on aarch64. As current
mappings for aarch64, 48-bit VMA also supports PIE executable.

Tested on 39 and 48-bit VMA kernels on aarch64.

llvm-svn: 279753
2016-08-25 17:07:43 +00:00
..
BlocksRuntime Move tests for BlocksRuntime and builtins to corresponding directories under test/ 2014-02-14 09:47:31 +00:00
asan [asan] minor fix in the asan memory profile 2016-08-23 18:13:51 +00:00
builtins Delete remaining compiler-rt makefiles 2016-08-23 17:32:38 +00:00
cfi [compiler-rt] Fix VisualStudio virtual folders layout 2016-07-11 21:51:56 +00:00
dfsan dfsan: Enable 48-bit VMA support on aarch64 2016-08-25 17:07:43 +00:00
esan [esan] Add iterator to esan's generic hashtable 2016-08-08 17:37:19 +00:00
interception [compilter-rt] Try to fix correctly rL277560 2016-08-03 05:03:35 +00:00
lsan [compiler-rt] Fix VisualStudio virtual folders layout 2016-07-11 21:51:56 +00:00
msan msan: Enable 48-bit VMA support on aarch64 2016-08-25 17:05:56 +00:00
profile test commit. 2016-08-10 10:48:02 +00:00
safestack [compiler-rt] Fix VisualStudio virtual folders layout 2016-07-11 21:51:56 +00:00
sanitizer_common [sanitizer] re-apply r279572 and r279595 reverted in r279643: change the 64-bit allocator to use a single array for free-d chunks instead of a lock-free linked list of tranfer batches. This change simplifies the code, makes the allocator more 'hardened', and will allow simpler code to release RAM to OS. This may also slowdown malloc stress tests due to lock contension, but I did not observe noticeable slowdown on various real multi-threaded benchmarks. 2016-08-24 21:20:10 +00:00
scudo [scudo] add NORETURN to the declaration of dieWithMessage; this should fix a warning in lib/scudo/scudo_termination.cpp 2016-08-02 23:23:13 +00:00
stats [compiler-rt] Fix VisualStudio virtual folders layout 2016-07-11 21:51:56 +00:00
tsan [TSan][MIPS] Changes mips memory layout to support pie with address space randomization. 2016-08-23 08:15:25 +00:00
ubsan [compiler-rt] Don't build ubsan cxxabi sources when unused 2016-08-22 20:27:21 +00:00
xray [compiler-rt][XRay] Fix XRay test build dependencies 2016-08-08 03:42:11 +00:00
CMakeLists.txt build: allow building a specific set of sanitizers 2016-08-19 15:13:21 +00:00