This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 39c1e3d [LoopUnroll] Implement profile-based loop peeling new 1288944 [LibFuzzer] Add Windows implementations of some IO functions.
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 | 4 +- lib/Fuzzer/FuzzerIO.cpp | 54 +++------------- lib/Fuzzer/FuzzerIO.h | 20 ++++-- lib/Fuzzer/FuzzerIOPosix.cpp | 78 ++++++++++++++++++++++ lib/Fuzzer/FuzzerIOWindows.cpp | 143 +++++++++++++++++++++++++++++++++++++++++ 5 files changed, 250 insertions(+), 49 deletions(-) create mode 100644 lib/Fuzzer/FuzzerIOPosix.cpp create mode 100644 lib/Fuzzer/FuzzerIOWindows.cpp