llvm-6502/test/Instrumentation
Evgeniy Stepanov 84af05e1ba [msan] Propagate shadow through (x<0) and (x>=0) comparisons.
This is a special case of signed relational comparison where result
only depends on the sign of x.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168881 91177308-0d34-0410-b5e6-96231b3b80d8
2012-11-29 14:25:47 +00:00
..
AddressSanitizer [asan] when checking the noreturn attribute on the call, also check it on the callee 2012-11-29 08:57:20 +00:00
BoundsChecking revert r160742: it's breaking CMake build 2012-07-25 18:49:28 +00:00
MemorySanitizer [msan] Propagate shadow through (x<0) and (x>=0) comparisons. 2012-11-29 14:25:47 +00:00
ThreadSanitizer tsan: instrument atomic nand operation 2012-11-27 08:09:25 +00:00