[libFuzzer] extend the dictionary mutator to optionally overwrite data with the dict...
[oota-llvm.git] / lib / Fuzzer / FuzzerMutate.cpp
2016-01-06 Kostya Serebryany[libFuzzer] extend the dictionary mutator to optionally...
2015-12-19 Kostya Serebryany[libFuzzer] make CrossOver just one of the other mutations
2015-12-19 Kostya Serebryany[libFuzzer] print successfull mutations sequences
2015-10-08 Kostya Serebryany[libFuzzer] fix 32-bit build
2015-09-08 Kostya Serebryany[libFuzzer] add one more mutator: Mutate_ChangeASCIIInteger
2015-09-04 Kostya Serebryany[libFuzzer] when a single mutation fails try a few...
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] 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