This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f6ef17c4e98 [X86][SSE] Constant fold PEXTRB/PEXTRW/EXTRACT_VECTOR_ELT nodes. new ac4082b77e0 [BPF] Add BTF Var and DataSec Support
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/BTF.def | 2 + lib/Target/BPF/BTF.h | 28 +++- lib/Target/BPF/BTFDebug.cpp | 164 +++++++++++++++++---- lib/Target/BPF/BTFDebug.h | 55 ++++++- test/CodeGen/BPF/BTF/global-var-sec-readonly.ll | 73 +++++++++ test/CodeGen/BPF/BTF/global-var-sec.ll | 69 +++++++++ .../{static-var.ll => static-var-inited-sec.ll} | 45 ++++-- .../BTF/{static-var.ll => static-var-inited.ll} | 45 ++++-- .../{static-var.ll => static-var-readonly-sec.ll} | 111 +++++++++----- .../BTF/{static-var.ll => static-var-readonly.ll} | 111 +++++++++----- .../BPF/BTF/{static-var.ll => static-var-sec.ll} | 45 ++++-- test/CodeGen/BPF/BTF/static-var-zerolen-array.ll | 142 ++++++++++++++++++ test/CodeGen/BPF/BTF/static-var.ll | 37 ++++- 13 files changed, 766 insertions(+), 161 deletions(-) create mode 100644 test/CodeGen/BPF/BTF/global-var-sec-readonly.ll create mode 100644 test/CodeGen/BPF/BTF/global-var-sec.ll copy test/CodeGen/BPF/BTF/{static-var.ll => static-var-inited-sec.ll} (77%) copy test/CodeGen/BPF/BTF/{static-var.ll => static-var-inited.ll} (78%) copy test/CodeGen/BPF/BTF/{static-var.ll => static-var-readonly-sec.ll} (56%) copy test/CodeGen/BPF/BTF/{static-var.ll => static-var-readonly.ll} (57%) copy test/CodeGen/BPF/BTF/{static-var.ll => static-var-sec.ll} (77%) create mode 100644 test/CodeGen/BPF/BTF/static-var-zerolen-array.ll