This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d4eb3f39303 [X86] Prevent assertion when calling a function that return [...] new b11e016ecd9 [BPF] Permit all user instructed offset relocatiions
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/BPFAbstractMemberAccess.cpp | 6 ++ test/CodeGen/BPF/CORE/offset-reloc-end-load.ll | 82 ++++++++++++++++++++++++++ test/CodeGen/BPF/CORE/offset-reloc-end-ret.ll | 76 ++++++++++++++++++++++++ 3 files changed, 164 insertions(+) create mode 100644 test/CodeGen/BPF/CORE/offset-reloc-end-load.ll create mode 100644 test/CodeGen/BPF/CORE/offset-reloc-end-ret.ll