summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/dfsan
Commit message (Collapse)AuthorAgeFilesLines
* [dfsan] Remove the unused __dfsan_memcpy function.Peter Collingbourne2013-08-131-7/+0
| | | | | | Differential Revision: http://llvm-reviews.chandlerc.com/D1350 llvm-svn: 188238
* [dfsan] Begin a private header and move shadow_for there.Peter Collingbourne2013-08-122-4/+36
| | | | | | Differential Revision: http://llvm-reviews.chandlerc.com/D1348 llvm-svn: 188231
* [dfsan] Introduce dfsan_union runtime function.Peter Collingbourne2013-08-122-0/+14
| | | | | | Differential Revision: http://llvm-reviews.chandlerc.com/D1347 llvm-svn: 188229
* [tests] Update to use lit_config and lit package, as appropriate.Daniel Dunbar2013-08-092-11/+14
| | | | llvm-svn: 188116
* Simplify (and fix) check-dfsan configsAlexey Samsonov2013-08-084-24/+9
| | | | llvm-svn: 187968
* DataFlowSanitizer; compiler-rt changes.Peter Collingbourne2013-08-079-0/+454
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
OpenPOWER on IntegriCloud