[all-commits] [llvm/llvm-project] f3c2e0: [libFuzzer] Enable entropic by default.
Matt Morehouse via All-commits
all-commits at lists.llvm.org
Wed Sep 16 10:45:23 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f3c2e0bcee64b0905addaefe9cd0c9ad4d20ac6f
https://github.com/llvm/llvm-project/commit/f3c2e0bcee64b0905addaefe9cd0c9ad4d20ac6f
Author: Matt Morehouse <mascasa at google.com>
Date: 2020-09-16 (Wed, 16 Sep 2020)
Changed paths:
M compiler-rt/lib/fuzzer/FuzzerDriver.cpp
M compiler-rt/lib/fuzzer/FuzzerFlags.def
M compiler-rt/lib/fuzzer/FuzzerOptions.h
M compiler-rt/test/fuzzer/cross_over_uniform_dist.test
M compiler-rt/test/fuzzer/keep-seed.test
Log Message:
-----------
[libFuzzer] Enable entropic by default.
Entropic has performed at least on par with vanilla scheduling on
Clusterfuzz, and has shown a slight coverage improvement on FuzzBench:
https://www.fuzzbench.com/reports/2020-08-31/index.html
Reviewed By: Dor1s
Differential Revision: https://reviews.llvm.org/D87476
More information about the All-commits
mailing list