Clone this repo:

Branches

  1. 024d10d [libFuzzer] Delete llvm/lib/Fuzzer by vitalybuka · 7 years ago main
  2. 273735e [FuzzerUtil] Partially revert D38481 on FuzzerUtil by timshen · 7 years ago
  3. 12a2576 Use sched_getaffinity instead of std::thread::hardware_concurrency. by rafael · 7 years ago
  4. b4d3a83 Moving libFuzzer from LLVM to compiler-rt. by george.karpenkov · 7 years ago
  5. 651eadc Always compile libFuzzer with no coverage by george.karpenkov · 7 years ago
  6. 1ae45f3 Get rid of even more "%T" expansions, see <https://reviews.llvm.org/D35396>. by kuba.brecka · 7 years ago
  7. f046f9b [SanitizerCoverage] Add stack depth tracing instrumentation. by morehouse · 7 years ago
  8. 939ff20 [CMake] Add install target for LLVMFuzzer by phosek · 7 years ago
  9. ad32b56 [libFuzzer] try to use less RAM while processing the initial corpus by kcc · 7 years ago
  10. 6d2b242 [libFuzzer] explicitly use -fsanitize-coverage=trace-pc-guard in test/dump_coverage.test; mark print_coverage/dump_coverage as To-be-deprecated by kcc · 7 years ago
  11. 7a08e45 [libFuzzer] experimental support for Clang's coverage (fprofile-instr-generate), Linux-only by kcc · 7 years ago
  12. 74e7cf2 [libFuzzer] Re-enable coverage.test on Darwin. by george.karpenkov · 7 years ago
  13. 195a141 [libFuzzer] Update LibFuzzer w.r.t. the new comparisons instrumentation API by glider · 7 years ago
  14. 6d39c6b [libFuzzer] simplify code, NFC by kcc · 7 years ago
  15. dfd8ace [libFuzzer] remove stale code by kcc · 7 years ago
  16. 8e3a49a [libFuzzer] simplify the implementation of -print_coverage=1 by kcc · 7 years ago
  17. 53d4d67 Do not instrument libFuzzer itself when built with -DLLVM_USE_SANITIZE_COVERAGE by george.karpenkov · 7 years ago
  18. 1c95d56 [libFuzzer] use the in-binary pc table (instead of PCs captured at run-time) to implement -exit_on_src_pos by kcc · 7 years ago
  19. 8e07cff [libFuzzer] print PCs using the in-binary PC-table instead of relying on PCs captured at run-time by kcc · 7 years ago
  20. 75fdf14 [libFuzzer] re-enable fuzzer-printcovpcs.test by kcc · 7 years ago