[libFuzzer] when using cmp traces, first check that the CMP is evaluated to one value...
[oota-llvm.git] / lib / Fuzzer / FuzzerTraceState.cpp
2015-07-28 Kostya Serebryany[libFuzzer] when using cmp traces, first check that...
2015-07-24 Kostya Serebryany[libFuzzer] allow users to supply their own implementat...
2015-05-29 Kostya Serebryany[lib/Fuzzer] relax an assertion
2015-05-23 Kostya Serebryany[lib/Fuzzer] fully get rid of std::cerr in libFuzzer
2015-05-23 Kostya Serebryany[lib/Fuzzer] start getting rid of std::cerr. Sadly...
2015-05-12 Kostya Serebryany[lib/Fuzzer] remove the -dfsan=1 flag, just use -use_tr...
2015-05-11 Kostya Serebryany[lib/Fuzzer] don't record traces when trace collection...
2015-05-11 Kostya Serebryany[lib/Fuzzer] rename FuzzerDFSan.cpp to FuzzerTraceState...