[libFuzzer] actually make the dictionaries work (+docs)
[oota-llvm.git] / lib / Fuzzer / FuzzerInterface.h
2015-09-04 Kostya Serebryany[libFuzzer] actually make the dictionaries work (+docs)
2015-09-03 Kostya Serebryany[libFuzzer] refactor the mutation functions so that...
2015-08-06 Kostya Serebryany[libFuzzer] move the mutators to public interface so...
2015-08-06 Kostya Serebryany[libFuzzer] add one more mutation strategy: byte shuffling
2015-07-24 Kostya Serebryany[libFuzzer] allow users to supply their own implementat...
2015-05-30 Kostya Serebryany[lib/Fuzzer] make assertions more informative and updat...
2015-05-23 Kostya Serebryany[lib/Fuzzer] doxygen-ify the comments for the user...
2015-05-22 Kostya Serebryany[lib/Fuzzer] extend the fuzzer interface to allow user...
2015-02-19 Kostya Serebryany[fuzzer] split main() into FuzzerDriver() that takes...