This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ee3dedb AMDGPU: Move mir tests into mir test directory new 1a3900e [LibFuzzer] Split up some functions among different headers. new 09d3a40 Fix macro check for ABI breacking check: should use #if inste [...]
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/FuzzerCorpus.h | 2 ++ lib/Fuzzer/FuzzerDefs.h | 58 +------------------------------ lib/Fuzzer/FuzzerDictionary.h | 5 +-- lib/Fuzzer/FuzzerDriver.cpp | 1 + lib/Fuzzer/FuzzerExtFunctionsWeak.cpp | 1 + lib/Fuzzer/FuzzerIO.cpp | 3 +- lib/Fuzzer/FuzzerIO.h | 47 +++++++++++++++++++++++++ lib/Fuzzer/FuzzerInternal.h | 1 + lib/Fuzzer/FuzzerLoop.cpp | 7 ++-- lib/Fuzzer/FuzzerMutate.cpp | 3 +- lib/Fuzzer/FuzzerSHA1.cpp | 22 +++++++++++- lib/Fuzzer/FuzzerSHA1.h | 31 +++++++++++++++++ lib/Fuzzer/FuzzerTracePC.cpp | 8 ++--- lib/Fuzzer/FuzzerTraceState.cpp | 6 ++-- lib/Fuzzer/FuzzerUtil.cpp | 15 ++------ lib/Fuzzer/FuzzerUtil.h | 65 +++++++++++++++++++++++++++++++++++ lib/Fuzzer/FuzzerUtilDarwin.cpp | 1 + lib/Fuzzer/FuzzerUtilLinux.cpp | 2 +- unittests/Support/ErrorTest.cpp | 20 +++++------ 19 files changed, 201 insertions(+), 97 deletions(-) create mode 100644 lib/Fuzzer/FuzzerIO.h create mode 100644 lib/Fuzzer/FuzzerSHA1.h create mode 100644 lib/Fuzzer/FuzzerUtil.h