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 3ba2b09f3 [libFuzzer] remove stale code, NFC new 11c441a42 [libFuzzer] experimental performance optimization -lazy_count [...]
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 | 3 +++ lib/fuzzer/FuzzerFlags.def | 3 +++ lib/fuzzer/FuzzerInternal.h | 1 + lib/fuzzer/FuzzerLoop.cpp | 5 +++++ lib/fuzzer/FuzzerOptions.h | 1 + lib/fuzzer/FuzzerTracePC.cpp | 39 +++++++++++++++++++++++++++++++++++++++ lib/fuzzer/FuzzerTracePC.h | 3 +++ lib/fuzzer/FuzzerUtil.h | 2 ++ lib/fuzzer/FuzzerUtilFuchsia.cpp | 4 ++++ lib/fuzzer/FuzzerUtilPosix.cpp | 14 +++++++++++++- lib/fuzzer/FuzzerUtilWindows.cpp | 4 ++++ test/fuzzer/large.test | 4 ++++ 12 files changed, 82 insertions(+), 1 deletion(-)