llvm-6502/lib/Transforms/Instrumentation
Evgeniy Stepanov dc10cc86fd [asan] Fix shadow mapping on Android/AArch64.
Instrumentation and the runtime library were in disagreement about
ASan shadow offset on Android/AArch64.

This fixes a large number of existing tests on Android/AArch64.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@242595 91177308-0d34-0410-b5e6-96231b3b80d8
2015-07-17 23:51:18 +00:00
..
AddressSanitizer.cpp [asan] Fix shadow mapping on Android/AArch64. 2015-07-17 23:51:18 +00:00
BoundsChecking.cpp
CMakeLists.txt
DataFlowSanitizer.cpp
GCOVProfiling.cpp
InstrProfiling.cpp
Instrumentation.cpp
LLVMBuild.txt
Makefile
MaximumSpanningTree.h
MemorySanitizer.cpp Revert the new EH instructions 2015-07-10 07:15:17 +00:00
SafeStack.cpp
SanitizerCoverage.cpp [SanitizerCoverage] Don't add instrumentation to unreachable blocks. 2015-06-30 23:11:45 +00:00
ThreadSanitizer.cpp