Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [lib/Fuzzer] build tests that work well with dfsan also w/o dfsan | Kostya Serebryany | 2015-05-08 | 1 | -30/+0 |
| | | | | llvm-svn: 236909 | ||||
* | [lib/Fuzzer] add dfsan_weak_hook_memcmp, enable the test that uses it, ↵ | Kostya Serebryany | 2015-05-07 | 1 | -1/+1 |
| | | | | | | simplify the test runner llvm-svn: 236683 | ||||
* | [lib/Fuzzer] rename TestOneInput to LLVMFuzzerTestOneInput to make it more ↵ | Kostya Serebryany | 2015-05-06 | 1 | -1/+1 |
| | | | | | | unique llvm-svn: 236652 | ||||
* | DFSan-based fuzzer (proof of concept). | Kostya Serebryany | 2015-03-30 | 1 | -0/+30 |
Summary: This adds a simple DFSan-based (i.e. taint-guided) fuzzer mutator, see the comments for details. Test Plan: a test added Reviewers: samsonov, pcc Reviewed By: samsonov, pcc Subscribers: llvm-commits Differential Revision: http://reviews.llvm.org/D8669 llvm-svn: 233613 |