1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-24 21:42:54 +02:00
llvm-mirror/lib/Transforms
Adhemerval Zanella c60acaac8a [asan] Add ASAN support for AArch64 42-bit VMA
This patch adds support for asan on aarch64-linux with 42-bit VMA
(current default config for 64K pagesize kernels).  The support is
enabled by defining the SANITIZER_AARCH64_VMA to 42 at build time
for both clang/llvm and compiler-rt.  The default VMA is 39 bits.

llvm-svn: 245594
2015-08-20 18:30:40 +00:00
..
Hello Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) 2015-06-23 09:49:53 +00:00
InstCombine Fix a bug that caused SimplifyCFG to drop DebugLocs. 2015-08-20 18:24:02 +00:00
Instrumentation [asan] Add ASAN support for AArch64 42-bit VMA 2015-08-20 18:30:40 +00:00
IPO [PM/AA] Remove the last relics of the separate IPA library from LLVM, 2015-08-18 17:51:53 +00:00
ObjCARC [ARC] Pull the ObjC ARC components that really serve the role of 2015-08-20 08:06:03 +00:00
Scalar [ValueTracking] computeOverflowForSignedAdd and isKnownNonNegative 2015-08-20 18:27:04 +00:00
Utils Fix a bug that caused SimplifyCFG to drop DebugLocs. 2015-08-20 18:24:02 +00:00
Vectorize Fix a bug that caused SimplifyCFG to drop DebugLocs. 2015-08-20 18:24:02 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile