[libFuzzer] move the mutators to public interface so that custom mutators may reuse...
[oota-llvm.git] / lib / Fuzzer / FuzzerMutate.cpp
2015-08-06 Kostya Serebryany[libFuzzer] add one more mutation strategy: byte shuffling
2015-08-01 Kostya Serebryany[libFuzzer] more refactoring of the Mutator and adding...
2015-08-01 Kostya Serebryany[libFuzzer] start refactoring the Mutator and adding...
2015-07-24 Kostya Serebryany[libFuzzer] allow users to supply their own implementat...
2015-05-22 Kostya Serebryany[lib/Fuzzer] extend the fuzzer interface to allow user...
2015-02-19 Kostya Serebryany[fuzzer] properly annotate fallthrough, add one more...
2015-02-04 Kostya Serebryany[fuzzer] make multi-process execution more verbose...
2015-01-29 Aaron BallmanReverting r227452, which adds back the fuzzer library...
2015-01-29 Aaron BallmanTemporarily reverting the fuzzer library as it causes...
2015-01-27 Kostya SerebryanyAdd a Fuzzer library