[PATCH] D74536: [VE] Support for PIC (global data and calls)

Simon Moll via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 13 02:12:34 PST 2020


simoll created this revision.
simoll added reviewers: arsenm, rengolin, k-ishizaka.
simoll added a project: VE.
Herald added subscribers: llvm-commits, hiraditya, wdng.
Herald added a project: LLVM.

Support for PIC with tests for global variables and function calls.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D74536

Files:
  llvm/lib/Target/VE/MCTargetDesc/VEFixupKinds.h
  llvm/lib/Target/VE/MCTargetDesc/VEMCExpr.cpp
  llvm/lib/Target/VE/MCTargetDesc/VEMCExpr.h
  llvm/lib/Target/VE/VEAsmPrinter.cpp
  llvm/lib/Target/VE/VEISelDAGToDAG.cpp
  llvm/lib/Target/VE/VEISelLowering.cpp
  llvm/lib/Target/VE/VEISelLowering.h
  llvm/lib/Target/VE/VEInstrInfo.cpp
  llvm/lib/Target/VE/VEInstrInfo.h
  llvm/lib/Target/VE/VEInstrInfo.td
  llvm/lib/Target/VE/VEMachineFunctionInfo.h
  llvm/test/CodeGen/VE/pic_access_data.ll
  llvm/test/CodeGen/VE/pic_access_static_data.ll
  llvm/test/CodeGen/VE/pic_func_call.ll
  llvm/test/CodeGen/VE/pic_indirect_func_call.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74536.244365.patch
Type: text/x-patch
Size: 30583 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200213/2e8d5aa0/attachment.bin>


More information about the llvm-commits mailing list