This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 211587773d3 bpf: set missing types in insn tablegen file new 1aa4ba7ed96 bpf: avoid load from read-only sections
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/BPFISelDAGToDAG.cpp | 240 +++++++++++++++++++++++++++++++++++-- test/CodeGen/BPF/rodata_1.ll | 52 ++++++++ test/CodeGen/BPF/rodata_2.ll | 51 ++++++++ test/CodeGen/BPF/rodata_3.ll | 41 +++++++ test/CodeGen/BPF/rodata_4.ll | 43 +++++++ 5 files changed, 420 insertions(+), 7 deletions(-) create mode 100644 test/CodeGen/BPF/rodata_1.ll create mode 100644 test/CodeGen/BPF/rodata_2.ll create mode 100644 test/CodeGen/BPF/rodata_3.ll create mode 100644 test/CodeGen/BPF/rodata_4.ll