This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6cde877 [LVI] Add an LVI printer pass to capture test LVI cache after [...] new 5db3fb7 [libFuzzer] add two experimental flags to make corpus merging [...]
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 | 4 ++- lib/Fuzzer/FuzzerFlags.def | 7 +++++ lib/Fuzzer/FuzzerInternal.h | 4 ++- lib/Fuzzer/FuzzerMerge.cpp | 60 +++++++++++++++++++++++++++++++++++--- lib/Fuzzer/FuzzerMerge.h | 12 +++++++- lib/Fuzzer/test/FuzzerUnittest.cpp | 14 +++++++++ lib/Fuzzer/test/merge-summary.test | 15 ++++++++++ 7 files changed, 109 insertions(+), 7 deletions(-) create mode 100644 lib/Fuzzer/test/merge-summary.test