This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 10d1aafc782 [WebAssembly][NFC] Add missing tests for indirect calls new 8135e49e9b6 bpf: check illegal usage of XADD insn return value
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/Target/BPF/BPF.h | 2 + lib/Target/BPF/BPFMIChecking.cpp | 96 +++++++++++++++++++++++++++++++++++++ lib/Target/BPF/BPFTargetMachine.cpp | 1 + lib/Target/BPF/CMakeLists.txt | 1 + test/CodeGen/BPF/xadd.ll | 59 +++++++++++++++++++++++ 5 files changed, 159 insertions(+) create mode 100644 lib/Target/BPF/BPFMIChecking.cpp create mode 100644 test/CodeGen/BPF/xadd.ll