| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move DFSan test suite under test/ | Alexey Samsonov | 2014-02-14 | 1 | -21/+0 |
| | | | | | llvm-svn: 201403 | ||||
| * | [dfsan] Runtime support for ABI list functionality; can now run integration ↵ | Peter Collingbourne | 2013-08-14 | 1 | -0/+1 |
| | | | | | | | | | tests with args ABI. Differential Revision: http://llvm-reviews.chandlerc.com/D1351 llvm-svn: 188401 | ||||
| * | [dfsan] Introduce dfsan_read_label runtime function. | Peter Collingbourne | 2013-08-13 | 1 | -0/+3 |
| | | | | | | | Differential Revision: http://llvm-reviews.chandlerc.com/D1349 llvm-svn: 188319 | ||||
| * | DataFlowSanitizer; compiler-rt changes. | Peter Collingbourne | 2013-08-07 | 1 | -0/+17 |
| 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/D967 llvm-svn: 187924 | |||||

