[libFuzzer] allow users to supply their own implementation of rand
[oota-llvm.git] / lib / Fuzzer / FuzzerMutate.cpp
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