This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e1feb39 [libFuzzer] add two tests for experimenting with equivalence fuzzing new 9e142cd Improve what can be promoted in LICM. new 6610ca1 [libFuzzer] improve -minimize_crash: honor -artifact_prefix= [...]
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 | 21 ++-- lib/Fuzzer/FuzzerLoop.cpp | 2 +- lib/Fuzzer/test/CMakeLists.txt | 1 + ...ingleMemcmpTest.cpp => SingleByteInputTest.cpp} | 12 +- lib/Fuzzer/test/minimize_crash.test | 8 +- lib/Transforms/Scalar/LICM.cpp | 37 ++++++- test/Transforms/LICM/scalar-promote-unwind.ll | 121 ++++++++++++++++++++- 7 files changed, 175 insertions(+), 27 deletions(-) copy lib/Fuzzer/test/{SingleMemcmpTest.cpp => SingleByteInputTest.cpp} (62%)