llvm-6502/lib
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
..
Analysis
AsmParser
Bitcode
CodeGen Using the integrated assembler we'd fail to change section to the 2013-08-07 21:13:06 +00:00
DebugInfo
ExecutionEngine
IR
IRReader
Linker
MC Fix a FIXME, on darwin all virtual sections have a zerofill type. 2013-08-07 21:13:01 +00:00
Object
Option
Support On Windows, autolink advapi32 from Path.inc for CryptAcquireContextW 2013-08-07 20:19:31 +00:00
TableGen
Target
Transforms DataFlowSanitizer; LLVM changes. 2013-08-07 22:47:18 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile