[libFuzzer] when a single mutation fails try a few more times with other mutations...
[oota-llvm.git] / lib / Fuzzer / FuzzerUtil.cpp
2015-09-03 Kostya Serebryany[libFuzzer] adding a parser for AFL-style dictionaries...
2015-09-02 Kostya Serebryany[libFuzzer] honour -only_ascii=1 when reading the initi...
2015-08-11 Kostya Serebryany[libFuzzer] add -only_ascii flag
2015-05-23 Kostya Serebryany[lib/Fuzzer] fully get rid of std::cerr in libFuzzer
2015-05-18 Kostya Serebryany[lib/Fuzzer] when -sync_command=<CMD> is given, periodi...
2015-05-14 Kostya Serebryany[lib/Fuzzer] Add SHA1 implementation from public domain.
2015-05-12 Kostya Serebryany[lib/Fuzzer] use sha1sum for the file hash
2015-05-12 Kostya Serebryany[lib/Fuzzer] guess the right number of workers if ...
2015-04-01 Kostya Serebryany[fuzzer] document the -tokens flag. Also change the...
2015-03-31 Kostya Serebryany[fuzzer] Add support for token-based fuzzing (e.g....
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