llvm-6502/test/Instrumentation
2014-05-23 11:52:07 +00:00
..
AddressSanitizer [asan] properly instrument memory accesses that have small alignment (smaller than min(8,size)) by making two checks instead of one. This may slowdown some cases, e.g. long long on 32-bit or wide loads produced after loop unrolling. The benefit is higher sencitivity. 2014-05-23 11:52:07 +00:00
BoundsChecking
DataFlowSanitizer
MemorySanitizer [msan] Fix -fsanitize=memory -fno-integrated-as. 2014-05-07 14:10:51 +00:00
ThreadSanitizer