[PATCH] D81947: [PowerPC][PCRelative] Thread Local Storage Support for Initial Exec

Kamau Bridgeman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 26 10:23:07 PDT 2020


kamaub updated this revision to Diff 273768.
kamaub added a comment.

- Rebasing patch to be dependant on D82315 <https://reviews.llvm.org/D82315> - TLS Support for General Dynamic.
- Adding Combination flag MO_GOT_TPREL_PCREL_FLAG to more explicitly define the king that will output @got at tprel@pcrel relocation.
- Adding assembly reader test cases by request of reviewer for more robust testing.
- Minor format changes.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D81947

Files:
  llvm/include/llvm/BinaryFormat/ELFRelocs/PowerPC64.def
  llvm/include/llvm/MC/MCExpr.h
  llvm/lib/MC/MCExpr.cpp
  llvm/lib/Target/PowerPC/AsmParser/PPCAsmParser.cpp
  llvm/lib/Target/PowerPC/MCTargetDesc/PPCELFObjectWriter.cpp
  llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCCodeEmitter.cpp
  llvm/lib/Target/PowerPC/PPC.h
  llvm/lib/Target/PowerPC/PPCISelLowering.cpp
  llvm/lib/Target/PowerPC/PPCInstrInfo.cpp
  llvm/lib/Target/PowerPC/PPCMCInstLower.cpp
  llvm/test/CodeGen/PowerPC/pcrel-tls-initial-exec.ll
  llvm/test/MC/PowerPC/pcrel-tls-initial-exec-address-load-reloc.s
  llvm/test/MC/PowerPC/pcrel-tls-initial-exec-value-load-reloc.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81947.273768.patch
Type: text/x-patch
Size: 14957 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200626/2d050142/attachment.bin>


More information about the llvm-commits mailing list