llvm-project/llvm/test/Instrumentation
Anna Zaks 644d9d3a44 [asan] Do not instrument pointers with address space attributes
Do not instrument pointers with address space attributes since we cannot track
them anyway. Instrumenting them results in false positives in ASan and a
compiler crash in TSan. (The compiler should not crash in any case, but that's
a different problem.)

llvm-svn: 273339
2016-06-22 00:15:52 +00:00
..
AddressSanitizer [asan] Do not instrument pointers with address space attributes 2016-06-22 00:15:52 +00:00
BoundsChecking Add a bunch of CHECK missing colons in tests. NFC. 2015-03-14 01:43:57 +00:00
DataFlowSanitizer [PR27284] Reverse the ownership between DICompileUnit and DISubprogram. 2016-04-15 15:57:41 +00:00
EfficiencySanitizer [sanitizers] Disable target-specific lowering of string functions. 2016-06-18 10:10:37 +00:00
InstrProfiling [profile] value profiling bug fix -- missing icall targets in profile-use 2016-06-02 16:33:41 +00:00
MemorySanitizer [sanitizers] Disable target-specific lowering of string functions. 2016-06-18 10:10:37 +00:00
SanitizerCoverage DebugInfo: Remove MDString-based type references 2016-04-23 21:08:00 +00:00
ThreadSanitizer [asan] Do not instrument pointers with address space attributes 2016-06-22 00:15:52 +00:00