[libFuzzer] split the tests to run them in parallel, remove one redundant test
[oota-llvm.git] / lib / Fuzzer / test / CMakeLists.txt
2015-12-19 Kostya Serebryany[libFuzzer] split the tests to run them in parallel...
2015-12-02 Kostya Serebryany[libFuzzer] add a test that is built with -fsanitize...
2015-11-09 Kostya Serebryany[libFuzzer] make libFuzzer link if there is no sanitize...
2015-10-22 Kostya Serebryany[libFuzzer] use the indirect caller-callee counter...
2015-10-22 Kostya Serebryany[libFuzzer] remove the deprecated 'tokens' feature
2015-09-08 Ivan Krasin[libFuzzer]Add a test for defeating a hash sum.
2015-09-04 Kostya Serebryany[libFuzzer] actually make the dictionaries work (+docs)
2015-08-05 Kostya Serebryany[libFuzzer] use data-flow feedback from strcmp
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] 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