This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d56f6d6 Revert r269131 new 3ddae02 Add missing tests for new PM new 0d68393 [libfuzzer] Refactoring coverage state-management code.
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/FuzzerInternal.h | 59 ++++---- lib/Fuzzer/FuzzerLoop.cpp | 182 +++++++++++++++--------- lib/Fuzzer/FuzzerTracePC.cpp | 44 +++--- lib/Fuzzer/FuzzerTracePC.h | 37 +++++ test/Instrumentation/InstrProfiling/PR23499.ll | 2 + test/Instrumentation/InstrProfiling/platform.ll | 4 + 6 files changed, 212 insertions(+), 116 deletions(-) create mode 100644 lib/Fuzzer/FuzzerTracePC.h