This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9fc15af9b29 [AMDGPU] fcaninicalize optimization for GFX9+ new 06e0ac200b5 [libFuzzer] simplify the handling of memmem/strstr
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 | 1 - lib/Fuzzer/FuzzerInternal.h | 10 --- lib/Fuzzer/FuzzerLoop.cpp | 4 -- lib/Fuzzer/FuzzerMutate.cpp | 6 +- lib/Fuzzer/FuzzerTracePC.cpp | 23 +++++++ lib/Fuzzer/FuzzerTracePC.h | 23 +++++++ lib/Fuzzer/FuzzerTraceState.cpp | 112 ------------------------------- lib/Fuzzer/FuzzerUtil.cpp | 7 ++ lib/Fuzzer/FuzzerUtil.h | 2 + lib/Fuzzer/test/fuzzer-traces-hooks.test | 2 +- 10 files changed, 61 insertions(+), 129 deletions(-) delete mode 100644 lib/Fuzzer/FuzzerTraceState.cpp