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 71ef6e555 [gcov] Add a test showing differences in line counts when bui [...] new 79e8f0553 [libFuzzer] Implement stat::stability_rate based on the perce [...] new 470c007a3 Test commit
The 2 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 | 11 +++--- lib/fuzzer/FuzzerFlags.def | 2 + lib/fuzzer/FuzzerInternal.h | 1 + lib/fuzzer/FuzzerLoop.cpp | 33 +++++++++++++++- lib/fuzzer/FuzzerOptions.h | 1 + lib/fuzzer/FuzzerTracePC.cpp | 46 +++++++++++++++++++++-- lib/fuzzer/FuzzerTracePC.h | 55 ++++++++++++++++----------- lib/xray/xray_basic_logging.cc | 2 +- test/fuzzer/PrintUnstableStatsTest.cpp | 69 ++++++++++++++++++++++++++++++++++ test/fuzzer/print_unstable_stats.test | 3 ++ 10 files changed, 191 insertions(+), 32 deletions(-) create mode 100644 test/fuzzer/PrintUnstableStatsTest.cpp create mode 100644 test/fuzzer/print_unstable_stats.test