This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository compiler-rt.
from 4e220e7fb Revert r337175 (https://reviews.llvm.org/D49212) due to unint [...] new 45febc916 [libFuzzer] Implement stat::stability_rate based on the perce [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/fuzzer/FuzzerDriver.cpp | 1 + lib/fuzzer/FuzzerFlags.def | 2 + lib/fuzzer/FuzzerInternal.h | 1 + lib/fuzzer/FuzzerLoop.cpp | 31 +++++++++++++++ lib/fuzzer/FuzzerOptions.h | 1 + lib/fuzzer/FuzzerTracePC.cpp | 40 ++++++++++++++++++++ lib/fuzzer/FuzzerTracePC.h | 11 ++++++ test/fuzzer/PrintUnstableStatsTest.cpp | 69 ++++++++++++++++++++++++++++++++++ test/fuzzer/print_unstable_stats.test | 3 ++ 9 files changed, 159 insertions(+) create mode 100644 test/fuzzer/PrintUnstableStatsTest.cpp create mode 100644 test/fuzzer/print_unstable_stats.test