[lib/Fuzzer] add a trace-based mutatation logic. Same idea as with DFSan-based mutato...
authorKostya Serebryany <kcc@google.com>
Mon, 11 May 2015 20:51:19 +0000 (20:51 +0000)
committerKostya Serebryany <kcc@google.com>
Mon, 11 May 2015 20:51:19 +0000 (20:51 +0000)
commit5a99ecbbb3f629a99eee4b395fc8959cb711d66f
tree0e05ba436d33c76d193bc13b748c1b3074de2749
parentce6f907e2f585f724d3befe26f6542001144edb5
[lib/Fuzzer] add a trace-based mutatation logic. Same idea as with DFSan-based mutator, but instead of relying on taint  tracking, try to find the data directly in the input. More (logic and comments) to go.

llvm-svn: 237043
llvm/lib/Fuzzer/FuzzerDFSan.cpp
llvm/lib/Fuzzer/FuzzerDriver.cpp
llvm/lib/Fuzzer/FuzzerFlags.def
llvm/lib/Fuzzer/FuzzerInternal.h
llvm/lib/Fuzzer/test/fuzzer.test