llvm-6502/test/Instrumentation
2013-03-18 07:33:49 +00:00
..
AddressSanitizer [asan] don't instrument functions with available_externally linkage. This saves a bit of compile time and reduces the number of redundant global strings generated by asan (https://code.google.com/p/address-sanitizer/issues/detail?id=167) 2013-03-18 07:33:49 +00:00
BoundsChecking
MemorySanitizer [msan] Implement sanitize_memory attribute. 2013-02-28 11:25:14 +00:00
ThreadSanitizer