[PATCH] D61524: [BPF] Support for compile once and run everywhere

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 9 08:28:44 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL365503: [BPF] Support for compile once and run everywhere (authored by yhs, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D61524?vs=208602&id=208698#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D61524/new/

https://reviews.llvm.org/D61524

Files:
  llvm/trunk/lib/Target/BPF/BPF.h
  llvm/trunk/lib/Target/BPF/BPFAbstrctMemberAccess.cpp
  llvm/trunk/lib/Target/BPF/BPFAsmPrinter.cpp
  llvm/trunk/lib/Target/BPF/BPFCORE.h
  llvm/trunk/lib/Target/BPF/BPFMISimplifyPatchable.cpp
  llvm/trunk/lib/Target/BPF/BPFTargetMachine.cpp
  llvm/trunk/lib/Target/BPF/BTF.h
  llvm/trunk/lib/Target/BPF/BTFDebug.cpp
  llvm/trunk/lib/Target/BPF/BTFDebug.h
  llvm/trunk/lib/Target/BPF/CMakeLists.txt
  llvm/trunk/test/CodeGen/BPF/BTF/binary-format.ll
  llvm/trunk/test/CodeGen/BPF/BTF/extern-global-var.ll
  llvm/trunk/test/CodeGen/BPF/BTF/filename.ll
  llvm/trunk/test/CodeGen/BPF/BTF/func-func-ptr.ll
  llvm/trunk/test/CodeGen/BPF/BTF/func-non-void.ll
  llvm/trunk/test/CodeGen/BPF/BTF/func-source.ll
  llvm/trunk/test/CodeGen/BPF/BTF/func-typedef.ll
  llvm/trunk/test/CodeGen/BPF/BTF/func-unused-arg.ll
  llvm/trunk/test/CodeGen/BPF/BTF/func-void.ll
  llvm/trunk/test/CodeGen/BPF/BTF/local-var.ll
  llvm/trunk/test/CodeGen/BPF/BTF/map-def.ll
  llvm/trunk/test/CodeGen/BPF/BTF/ptr-prune-type.ll
  llvm/trunk/test/CodeGen/BPF/BTF/static-var-derived-type.ll
  llvm/trunk/test/CodeGen/BPF/BTF/static-var-inited-sec.ll
  llvm/trunk/test/CodeGen/BPF/BTF/static-var-inited.ll
  llvm/trunk/test/CodeGen/BPF/BTF/static-var-readonly-sec.ll
  llvm/trunk/test/CodeGen/BPF/BTF/static-var-readonly.ll
  llvm/trunk/test/CodeGen/BPF/BTF/static-var-sec.ll
  llvm/trunk/test/CodeGen/BPF/BTF/static-var-zerolen-array.ll
  llvm/trunk/test/CodeGen/BPF/BTF/static-var.ll
  llvm/trunk/test/CodeGen/BPF/CORE/offset-reloc-basic.ll
  llvm/trunk/test/CodeGen/BPF/CORE/offset-reloc-multilevel.ll
  llvm/trunk/test/CodeGen/BPF/CORE/offset-reloc-struct-anonymous.ll
  llvm/trunk/test/CodeGen/BPF/CORE/offset-reloc-struct-array.ll
  llvm/trunk/test/CodeGen/BPF/CORE/offset-reloc-union.ll
  llvm/trunk/test/CodeGen/BPF/CORE/patchable-extern-char.ll
  llvm/trunk/test/CodeGen/BPF/CORE/patchable-extern-uint.ll
  llvm/trunk/test/CodeGen/BPF/CORE/patchable-extern-ulonglong.ll
  llvm/trunk/test/CodeGen/BPF/reloc-btf-2.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61524.208698.patch
Type: text/x-patch
Size: 196470 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190709/50715fa8/attachment-0001.bin>


More information about the llvm-commits mailing list