This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3683455e312 [x86] add tests for rotate left/right with masked shifter; NFC new 07fb566d4b4 [libFuzzer] experimental support for Clang's coverage (fpro [...]
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/CMakeLists.txt | 1 + lib/Fuzzer/FuzzerClangCounters.cpp | 49 ++++++++++++++++++++++++++++ lib/Fuzzer/FuzzerDefs.h | 4 +++ lib/Fuzzer/FuzzerTracePC.cpp | 20 ++++++++---- lib/Fuzzer/FuzzerTracePC.h | 33 ++++++++++++++----- lib/Fuzzer/test/fprofile-instr-generate.test | 7 ++++ 6 files changed, 99 insertions(+), 15 deletions(-) create mode 100644 lib/Fuzzer/FuzzerClangCounters.cpp create mode 100644 lib/Fuzzer/test/fprofile-instr-generate.test