This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 909d377831a Rename markAsErased to erase, as pointed out in a previous [...] new d6812a1a39f AArch64: support SwiftCC properly on AAPCS64 new badbc448ca5 bpf: refactor inst patterns with more mnemonics new e112a2f2368 bpf: refactor inst patterns with better inheritance new e2a1c4ada18 bpf: add 32bit register set new 4f849aab610 bpf: initial 32-bit ALU encoding support in assembler
The 5 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/AArch64/AArch64CallingConvention.td | 3 + lib/Target/BPF/BPFInstrFormats.td | 84 +++- lib/Target/BPF/BPFInstrInfo.td | 506 +++++++++++------------- lib/Target/BPF/BPFRegisterInfo.td | 53 ++- lib/Target/BPF/Disassembler/BPFDisassembler.cpp | 15 + test/CodeGen/AArch64/swift-error.ll | 18 + test/MC/BPF/insn-unit-32.s | 53 +++ 7 files changed, 427 insertions(+), 305 deletions(-) create mode 100644 test/CodeGen/AArch64/swift-error.ll create mode 100644 test/MC/BPF/insn-unit-32.s