summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer/test/value-profile-mem.test
Commit message (Collapse)AuthorAgeFilesLines
* [libFuzzer] remove stale codeKostya Serebryany2017-03-141-1/+1
| | | | llvm-svn: 297781
* [libFuzzer] enable use_cmp by defaultKostya Serebryany2016-10-271-3/+1
| | | | llvm-svn: 285353
* [libFuzzer] stop using bits for memcmp's value profile -- seems to blow up ↵Kostya Serebryany2016-08-301-3/+3
| | | | | | the corpus too much llvm-svn: 280096
* [libFuzzer] use bits instead of bytes for memcmp/strcmp value profile -- the ↵Kostya Serebryany2016-08-301-3/+3
| | | | | | fuzzer reaches the goal much faster, at least on the simple puzzles llvm-svn: 280054
* [libFuzzer] make a test more deterministic Kostya Serebryany2016-08-241-3/+3
| | | | llvm-svn: 279686
* [libFuzzer] new experimental feature: value profiling. Profiles values that ↵Kostya Serebryany2016-08-161-0/+4
affect control flow and treats new values as new coverage. llvm-svn: 278839
OpenPOWER on IntegriCloud