summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer/test/DeepRecursionTest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [libFuzzer] prototype implementation of recursion-depth coverage features ↵Kostya Serebryany2017-07-201-2/+2
| | | | | | (commented out; real implementation needs to use inlined instrumentation) llvm-svn: 308577
* [libFuzzer] add DeepRecursionTest, inspired by ↵Kostya Serebryany2017-07-201-0/+25
https://guidovranken.wordpress.com/2017/07/08/libfuzzer-gv-new-techniques-for-dramatically-faster-fuzzing/ (Stack-depth-guided fuzzing). libFuzzer does not solve it yet. llvm-svn: 308571
OpenPOWER on IntegriCloud