This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a0e0fb714cd [X86] Move matching of (and (srl/sra, C), (1<<C) - 1) to BE [...] new a6b7d22c2e6 bpf: Add BPF AsmParser support in LLVM
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: include/llvm/MC/MCParser/MCTargetAsmParser.h | 2 + lib/MC/MCParser/AsmParser.cpp | 5 + .../AsmParser/BPFAsmParser.cpp} | 304 ++++++++++++++------- lib/Target/BPF/AsmParser/CMakeLists.txt | 3 + .../BPF/{Disassembler => AsmParser}/LLVMBuild.txt | 6 +- lib/Target/BPF/CMakeLists.txt | 1 + lib/Target/BPF/LLVMBuild.txt | 2 +- test/MC/BPF/insn-unit.s | 168 ++++++++++++ test/{CodeGen => MC}/BPF/lit.local.cfg | 1 + 9 files changed, 386 insertions(+), 106 deletions(-) copy lib/Target/{RISCV/AsmParser/RISCVAsmParser.cpp => BPF/AsmParser/BPFAsmParser. [...] create mode 100644 lib/Target/BPF/AsmParser/CMakeLists.txt copy lib/Target/BPF/{Disassembler => AsmParser}/LLVMBuild.txt (79%) create mode 100644 test/MC/BPF/insn-unit.s copy test/{CodeGen => MC}/BPF/lit.local.cfg (98%)