This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 06e0ac200b5 [libFuzzer] simplify the handling of memmem/strstr new f9915c27c22 AMDGPU: Detect kernarg segment pointer new 12ab215732b [libFuzzer] remove stale code; NFC new ac4ebc9acc5 [libFuzzer] update the comments in afl/afl_driver.cpp
The 3 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/FuzzerMutate.cpp | 17 ------------- lib/Fuzzer/FuzzerMutate.h | 6 ----- lib/Fuzzer/afl/afl_driver.cpp | 4 +-- lib/Fuzzer/test/FuzzerUnittest.cpp | 29 ---------------------- lib/Target/AMDGPU/AMDGPUAnnotateKernelFeatures.cpp | 6 ++++- lib/Target/AMDGPU/SIMachineFunctionInfo.cpp | 5 +++- .../AMDGPU/annotate-kernel-features-hsa-call.ll | 29 ++++++++++++++++++++++ .../CodeGen/AMDGPU/annotate-kernel-features-hsa.ll | 11 ++++++++ .../AMDGPU/attr-amdgpu-flat-work-group-size.ll | 2 +- test/CodeGen/AMDGPU/attr-amdgpu-waves-per-eu.ll | 2 +- test/CodeGen/AMDGPU/hsa.ll | 10 +++++++- .../AMDGPU/llvm.amdgcn.kernarg.segment.ptr.ll | 12 +++++++++ test/CodeGen/AMDGPU/mubuf-offset-private.ll | 26 +++++++++---------- test/CodeGen/AMDGPU/private-access-no-objects.ll | 10 ++++---- test/CodeGen/AMDGPU/trap.ll | 8 +++--- 15 files changed, 96 insertions(+), 81 deletions(-)