[libFuzzer] implement strncmp hook for data-flow-guided fuzzing (w/ and w/o dfsan...
[oota-llvm.git] / lib / Fuzzer / test / CMakeLists.txt
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-21 Alexey Samsonov[Fuzzer] Clearly separate regular and DFSan tests....
2015-05-22 Kostya Serebryany[lib/Fuzzer] extend the fuzzer interface to allow user...
2015-05-08 Kostya Serebryany[lib/Fuzzer] build tests that work well with dfsan...
2015-05-07 Alexey SamsonovUpdate CMake flags, LibFuzzer comments and docs for...
2015-05-06 Kostya Serebryany[lib/Fuzzer] add a fuzzer test for memcmp (does not...
2015-03-31 Kostya Serebryany[fuzzer] Add support for token-based fuzzing (e.g....
2015-03-30 Kostya SerebryanyDFSan-based fuzzer (proof of concept).
2015-03-03 Kostya Serebryany[sanitizer/coverage] Add AFL-style coverage counters...
2015-02-20 Kostya Serebryany[fuzzer] one more experimental search mode: -use_covera...
2015-02-03 Kostya Serebryany[fuzzer] Add proper dependensices to the fuzzer tests
2015-01-30 Kostya Serebryany[fuzzer] Add a gtest-style test
2015-01-29 Kostya Serebryany[fuzzer] add -use_full_coverage_set=1 which solves...
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 SerebryanyAdd lit-style tests for the Fuzzer library