summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer/test/ShrinkControlFlowSimpleTest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Moving libFuzzer from LLVM to compiler-rt.George Karpenkov2017-08-211-19/+0
| | | | | | | | | This change only removes libFuzzer tests and CMake machinery, the source copy temporarily remains at the old location. Differential Revision: https://reviews.llvm.org/D36980 llvm-svn: 311405
* [libFuzzer] experimental feature -reduce_inputs (off by default) that tries ↵Kostya Serebryany2017-07-131-0/+19
to replace elements in the corpus with smaller ones that have the same feature set. Still needs tuning llvm-svn: 307873
OpenPOWER on IntegriCloud