llvm-6502/test/Instrumentation
Evgeniy Stepanov 351f65d972 [msan] Implement exact shadow propagation for relational ICmp.
Only for integers, pointers, and vectors of those. No floats.
Instrumentation seems very heavy, and may need to be replaced
with some approximation in the future.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173452 91177308-0d34-0410-b5e6-96231b3b80d8
2013-01-25 15:31:10 +00:00
..
AddressSanitizer [asan] adaptive redzones for globals (the larger the global the larger is the redzone) 2013-01-24 10:35:40 +00:00
BoundsChecking revert r160742: it's breaking CMake build 2012-07-25 18:49:28 +00:00
MemorySanitizer [msan] Implement exact shadow propagation for relational ICmp. 2013-01-25 15:31:10 +00:00
ThreadSanitizer tsan: instrument atomic nand operation 2012-11-27 08:09:25 +00:00