1. f13cbee [libfuzzer] adding license headers to cpp files by Mike Aizatsky · 10 years ago
  2. 20bb5e7 [libFuzzer] make LLVMFuzzerTestOneInput (the fuzzer target function) return int instead of void. The actual return value is not *yet* used (and expected to be 0). This change is API breaking, so the fuzzers will need to be updated. by Kostya Serebryany · 10 years ago
  3. dc324e1 [Fuzzer] Clearly separate regular and DFSan tests. NFC. by Alexey Samsonov · 10 years ago[Renamed from llvm/lib/Fuzzer/test/DFSanSimpleCmpTest.cpp]
  4. f3f3ed3 [lib/Fuzzer] build tests that work well with dfsan also w/o dfsan by Kostya Serebryany · 10 years ago[Renamed from llvm/lib/Fuzzer/test/dfsan/DFSanSimpleCmpTest.cpp]
  5. a407dde [lib/Fuzzer] add dfsan_weak_hook_memcmp, enable the test that uses it, simplify the test runner by Kostya Serebryany · 10 years ago
  6. 566bc5a [lib/Fuzzer] rename TestOneInput to LLVMFuzzerTestOneInput to make it more unique by Kostya Serebryany · 10 years ago
  7. 16d03bd DFSan-based fuzzer (proof of concept). by Kostya Serebryany · 11 years ago