1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-26 22:42:46 +02:00
llvm-mirror/lib/Transforms
Adhemerval Zanella 4e03bf749d [sanitizers] Add DFSan support for AArch64 42-bit VMA
This patch adds support for dfsan 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: 245840
2015-08-24 13:48:10 +00:00
..
Hello Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) 2015-06-23 09:49:53 +00:00
InstCombine Re-apply r245635, "[InstCombine] Transform A & (L - 1) u< L --> L != 0" 2015-08-21 22:22:37 +00:00
Instrumentation [sanitizers] Add DFSan support for AArch64 42-bit VMA 2015-08-24 13:48:10 +00:00
IPO Require Dominator Tree For SROA, improve compile-time 2015-08-23 22:15:49 +00:00
ObjCARC [ARC] Pull the ObjC ARC components that really serve the role of 2015-08-20 08:06:03 +00:00
Scalar Rename Instruction::dropUnknownMetadata() to dropUnknownNonDebugMetadata() 2015-08-20 22:00:30 +00:00
Utils [WinEH] Require token linkage in EH pad/ret signatures 2015-08-23 00:26:33 +00:00
Vectorize Standardized 'failed' to 'Failed' in LoopVectorizationRequirements. 2015-08-21 23:03:24 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile