1. 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
  2. 566bc5a [lib/Fuzzer] rename TestOneInput to LLVMFuzzerTestOneInput to make it more unique by Kostya Serebryany · 10 years ago
  3. 2c1b33b [fuzzer] add -use_full_coverage_set=1 which solves FullCoverageSetTest. This does not scale very well yet, but might be a good start. by Kostya Serebryany · 11 years ago[Renamed (97%) from llvm/lib/Fuzzer/test/ExactTest.cpp]
  4. 0ff86c7 [fuzzer] fix warning in a test by Kostya Serebryany · 11 years ago
  5. ef11698 Reverting r227452, which adds back the fuzzer library. Now excluding the fuzzer library based on LLVM_USE_SANITIZE_COVERAGE being set or unset. by Aaron Ballman · 11 years ago
  6. 7b54ed2 Temporarily reverting the fuzzer library as it causes too many build issues for MSVC users. This reverts: 227445, 227395, 227389, 227357, 227254, 227252 by Aaron Ballman · 11 years ago
  7. d39df1e Adding missing #includes to try to get this to compile on Windows with Visual Studio. by Aaron Ballman · 11 years ago
  8. d53b43f Add a Fuzzer library by Kostya Serebryany · 11 years ago