This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3d85988 [Docs][TableGen] Remove reference to tablegen supporting octa [...] new bc5bb8c convert bpf assembler to look like kernel verifier output
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.td | 6 ++ lib/Target/BPF/BPFInstrInfo.td | 102 +++++++++++++------------- lib/Target/BPF/InstPrinter/BPFInstPrinter.cpp | 18 +++-- test/CodeGen/BPF/alu8.ll | 16 ++-- test/CodeGen/BPF/atomics.ll | 4 +- test/CodeGen/BPF/basictest.ll | 10 +-- test/CodeGen/BPF/cc_args.ll | 48 ++++++------ test/CodeGen/BPF/cc_args_be.ll | 48 ++++++------ test/CodeGen/BPF/cc_ret.ll | 18 ++--- test/CodeGen/BPF/cmp.ll | 20 ++--- test/CodeGen/BPF/ex1.ll | 10 +-- test/CodeGen/BPF/fi_ri.ll | 14 ++-- test/CodeGen/BPF/intrinsics.ll | 16 ++-- test/CodeGen/BPF/load.ll | 12 +-- test/CodeGen/BPF/loops.ll | 10 +-- test/CodeGen/BPF/sanity.ll | 36 ++++----- test/CodeGen/BPF/setcc.ll | 24 +++--- test/CodeGen/BPF/shifts.ll | 30 ++++---- test/CodeGen/BPF/sockex2.ll | 7 +- test/CodeGen/BPF/undef.ll | 60 +++++++-------- 20 files changed, 260 insertions(+), 249 deletions(-)