This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a5defd33eab AArch64: implement copy for paired GPR registers. new 90ccb6a749e [BPF] add code-gen support for JMP32 instructions
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/Support/Host.cpp | 31 +++++++++- lib/Target/BPF/BPF.td | 1 + lib/Target/BPF/BPFISelLowering.cpp | 57 ++++++++----------- lib/Target/BPF/BPFISelLowering.h | 2 + lib/Target/BPF/BPFInstrFormats.td | 1 + lib/Target/BPF/BPFInstrInfo.td | 76 +++++++++++++++++++++---- lib/Target/BPF/BPFSubtarget.cpp | 6 ++ lib/Target/BPF/BPFSubtarget.h | 5 ++ lib/Target/BPF/Disassembler/BPFDisassembler.cpp | 2 +- test/MC/BPF/insn-unit-32.s | 47 +++++++++++++++ 10 files changed, 179 insertions(+), 49 deletions(-)