This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8860d3c [lanai] Custom lowering of SHL_PARTS new 1a45ade Resubmit "[LibFuzzer] Split FuzzerUtil for Posix and Windows."
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 | 2 + lib/Fuzzer/FuzzerDriver.cpp | 3 +- lib/Fuzzer/FuzzerMutate.cpp | 2 +- lib/Fuzzer/FuzzerTraceState.cpp | 4 +- lib/Fuzzer/FuzzerUtil.cpp | 121 +++--------------------- lib/Fuzzer/FuzzerUtil.h | 9 +- lib/Fuzzer/FuzzerUtilPosix.cpp | 106 +++++++++++++++++++++ lib/Fuzzer/FuzzerUtilWindows.cpp | 194 +++++++++++++++++++++++++++++++++++++++ 8 files changed, 328 insertions(+), 113 deletions(-) create mode 100644 lib/Fuzzer/FuzzerUtilPosix.cpp create mode 100644 lib/Fuzzer/FuzzerUtilWindows.cpp