[libFuzzer] fix minor inefficiency, PR24584
[oota-llvm.git] / lib / Fuzzer / FuzzerIO.cpp
2015-08-26 Kostya Serebryany[libFuzzer] fix minor inefficiency, PR24584
2015-08-12 Kostya Serebryany[libFuzzer] use raw C IO to reduce the risk of a deadlo...
2015-07-18 Kostya Serebryany[libFuzzer] require the files and directories passed...
2015-05-23 Kostya Serebryany[lib/Fuzzer] start getting rid of std::cerr. Sadly...
2015-05-18 Kostya Serebryany[lib/Fuzzer] when -sync_command=<CMD> is given, periodi...
2015-05-08 Kostya Serebryany[lib/Fuzzer] use -fsanitize-coverage=trace-cmp when...
2015-05-05 Kostya Serebryany[lib/Fuzzer] on crash print the contents of the crashy...
2015-03-31 Kostya Serebryany[fuzzer] Add support for token-based fuzzing (e.g....
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-28 Kostya Serebryany[fuzzer] add option -save_minimized_corpus
2015-01-27 Kostya SerebryanyAdd a Fuzzer library