[all-commits] [llvm/llvm-project] 60431b: [VE] Support for PIC (global data and calls)
Kazushi Marukawa via All-commits
all-commits at lists.llvm.org
Fri Feb 14 00:50:41 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 60431bd728f73544a8c3507a9461ec13b53ced74
https://github.com/llvm/llvm-project/commit/60431bd728f73544a8c3507a9461ec13b53ced74
Author: Kazushi (Jam) Marukawa <marukawa at nec.com>
Date: 2020-02-14 (Fri, 14 Feb 2020)
Changed paths:
M llvm/lib/Target/VE/MCTargetDesc/VEFixupKinds.h
M llvm/lib/Target/VE/MCTargetDesc/VEMCExpr.cpp
M llvm/lib/Target/VE/MCTargetDesc/VEMCExpr.h
M llvm/lib/Target/VE/VEAsmPrinter.cpp
M llvm/lib/Target/VE/VEISelDAGToDAG.cpp
M llvm/lib/Target/VE/VEISelLowering.cpp
M llvm/lib/Target/VE/VEISelLowering.h
M llvm/lib/Target/VE/VEInstrInfo.cpp
M llvm/lib/Target/VE/VEInstrInfo.h
M llvm/lib/Target/VE/VEInstrInfo.td
M llvm/lib/Target/VE/VEMachineFunctionInfo.h
A llvm/test/CodeGen/VE/pic_access_data.ll
A llvm/test/CodeGen/VE/pic_access_static_data.ll
A llvm/test/CodeGen/VE/pic_func_call.ll
A llvm/test/CodeGen/VE/pic_indirect_func_call.ll
Log Message:
-----------
[VE] Support for PIC (global data and calls)
Summary: Support for PIC with tests for global variables and function calls.
Reviewed By: arsenm
Differential Revision: https://reviews.llvm.org/D74536
More information about the All-commits
mailing list