[libFuzzer] honour -only_ascii=1 when reading the initial corpus. Also, remove ugly...
[oota-llvm.git] / lib / Fuzzer / FuzzerTraceState.cpp
2015-08-12 Kostya Serebryany[libFuzzer] add two flags, -tbm_depth and -tbm_width...
2015-08-05 Kostya Serebryany[libFuzzer] avoid build warnings in non-assert build...
2015-08-05 Kostya Serebryany[libFuzzer] in dfsan mode, set labels every time we...
2015-08-05 Kostya Serebryany[libFuzzer] use data-flow feedback from strcmp
2015-08-01 Kostya Serebryany[libFuzzer] start refactoring the Mutator and adding...
2015-07-31 Kostya Serebryany[libFuzzer] make sure that 2-byte arguments of switch...
2015-07-31 Kostya Serebryany[libFuzzer] record traces from the switch statements...
2015-07-31 Kostya Serebryany[libFuzzer] support switch interception in dfsan mode
2015-07-31 Kostya Serebryany[libFuzzer] trace switch statements and apply mutations...
2015-07-30 Kostya Serebryany[libFuzzer] fix the strncmp interceptor -- it should...
2015-07-30 Kostya Serebryany[libFuzzer] implement strncmp hook for data-flow-guided...
2015-07-30 Kostya Serebryany[libFuzzer] implement memcmp hook for data-flow-guided...
2015-07-28 Kostya Serebryany[libFuzzer] ensure that the dfsan tracing hooks actuall...
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...