llvm-6502/test/Instrumentation
Peter Collingbourne 6fa33f5dd9 DataFlowSanitizer; LLVM changes.
DataFlowSanitizer is a generalised dynamic data flow analysis.

Unlike other Sanitizer tools, this tool is not designed to detect a
specific class of bugs on its own.  Instead, it provides a generic
dynamic data flow analysis framework to be used by clients to help
detect application-specific issues within their own code.

Differential Revision: http://llvm-reviews.chandlerc.com/D965

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187923 91177308-0d34-0410-b5e6-96231b3b80d8
2013-08-07 22:47:18 +00:00
..
AddressSanitizer Change the linkage of these global values to 'internal'. 2013-08-06 22:52:42 +00:00
BoundsChecking revert r160742: it's breaking CMake build 2012-07-25 18:49:28 +00:00
DataFlowSanitizer DataFlowSanitizer; LLVM changes. 2013-08-07 22:47:18 +00:00
MemorySanitizer [msan] Unpoison stack allocations and undef values in blacklisted functions. 2013-07-03 14:39:14 +00:00
ThreadSanitizer Add missing colons to check lines. 2013-04-11 12:41:41 +00:00