This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 75281e6 [libFuzzer] better algorithm for -minimize_crash new ce61005 [libFuzzer] swap bytes in integers when handling CMP traces
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/FuzzerDefs.h | 5 +++++ lib/Fuzzer/FuzzerMutate.cpp | 5 ----- lib/Fuzzer/FuzzerTracePC.cpp | 20 ++++++++++---------- lib/Fuzzer/test/CMakeLists.txt | 1 + lib/Fuzzer/test/SwapCmpTest.cpp | 33 +++++++++++++++++++++++++++++++++ 5 files changed, 49 insertions(+), 15 deletions(-) create mode 100644 lib/Fuzzer/test/SwapCmpTest.cpp