]> granicus.if.org Git - llvm/commit
[libFuzzer] experimental feature -reduce_inputs (off by default) that tries to replac...
authorKostya Serebryany <kcc@google.com>
Thu, 13 Jul 2017 01:08:53 +0000 (01:08 +0000)
committerKostya Serebryany <kcc@google.com>
Thu, 13 Jul 2017 01:08:53 +0000 (01:08 +0000)
commitbb9605f1d6072660269344a48ff528c27455ef39
treecdb28fa1a0f9df504a464409201a88c90148ae33
parent95621c216553edfb30867410f63e8c9ff1807055
[libFuzzer] experimental feature -reduce_inputs (off by default) that tries to replace elements in the corpus with smaller ones that have the same feature set. Still needs tuning

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@307873 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Fuzzer/FuzzerCorpus.h
lib/Fuzzer/FuzzerDriver.cpp
lib/Fuzzer/FuzzerInternal.h
lib/Fuzzer/FuzzerLoop.cpp
lib/Fuzzer/test/CMakeLists.txt
lib/Fuzzer/test/FuzzerUnittest.cpp
lib/Fuzzer/test/ShrinkControlFlowSimpleTest.cpp [new file with mode: 0644]
lib/Fuzzer/test/reduce_inputs.test [new file with mode: 0644]
lib/Fuzzer/test/shrink.test