[libFuzzer] make sure that 2-byte arguments of switch() are handled properly
[oota-llvm.git] / lib / Fuzzer / FuzzerUtil.cpp
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