[all-commits] [llvm/llvm-project] 552678: [VE] TLS codegen
Kazushi Marukawa via All-commits
all-commits at lists.llvm.org
Tue Feb 18 07:09:38 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 5526786a56bd5fb187a8c6f601268e58e351b3c8
https://github.com/llvm/llvm-project/commit/5526786a56bd5fb187a8c6f601268e58e351b3c8
Author: Kazushi (Jam) Marukawa <marukawa at nec.com>
Date: 2020-02-18 (Tue, 18 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/VEISelLowering.cpp
M llvm/lib/Target/VE/VEISelLowering.h
M llvm/lib/Target/VE/VEInstrInfo.td
A llvm/test/CodeGen/VE/tls.ll
Log Message:
-----------
[VE] TLS codegen
Summary:
Codegen and tests for thread-local storage.
This implements only the general dynamic model due to limitations in nld 2.26.
Reviewed By: arsenm
Differential Revision: https://reviews.llvm.org/D74718
More information about the All-commits
mailing list