llvm-6502/lib/Transforms/Instrumentation
Nuno Lopes 5e1d0d39db fix PR17635: false positive with packed structures
LLVM optimizers may widen accesses to packed structures that overflow the structure itself, but should be in bounds up to the alignment of the object

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193317 91177308-0d34-0410-b5e6-96231b3b80d8
2013-10-24 09:17:24 +00:00
..
AddressSanitizer.cpp
BoundsChecking.cpp fix PR17635: false positive with packed structures 2013-10-24 09:17:24 +00:00
CMakeLists.txt
DataFlowSanitizer.cpp
DebugIR.cpp
DebugIR.h
GCOVProfiling.cpp Fixed comment typo in GCOVProfiling.cpp 2013-10-23 20:35:00 +00:00
Instrumentation.cpp
LLVMBuild.txt
Makefile
MaximumSpanningTree.h
MemorySanitizer.cpp [msan] Use zero-extension in shadow cast by default. 2013-10-17 10:53:50 +00:00
ThreadSanitizer.cpp