summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer/test/dfsan/DFSanSimpleCmpTest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [lib/Fuzzer] build tests that work well with dfsan also w/o dfsanKostya Serebryany2015-05-081-30/+0
| | | | llvm-svn: 236909
* [lib/Fuzzer] add dfsan_weak_hook_memcmp, enable the test that uses it, ↵Kostya Serebryany2015-05-071-1/+1
| | | | | | simplify the test runner llvm-svn: 236683
* [lib/Fuzzer] rename TestOneInput to LLVMFuzzerTestOneInput to make it more ↵Kostya Serebryany2015-05-061-1/+1
| | | | | | unique llvm-svn: 236652
* DFSan-based fuzzer (proof of concept).Kostya Serebryany2015-03-301-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
OpenPOWER on IntegriCloud