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

Kamau Bridgeman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 5 11:08:46 PDT 2020


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

Rebasing and addressing review comments:

- rebased on the updated version of D82315 <https://reviews.llvm.org/D82315>
- updated test cases according to reviews
- updated llvm-readobj run lines in test cases to reflect interface change


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.283306.patch
Type: text/x-patch
Size: 15033 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200805/5d3e63b3/attachment.bin>


More information about the llvm-commits mailing list