[PATCH] D42999: [TLS] use emulated TLS if the target supports only this mode

Chih-Hung Hsieh via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 28 10:53:31 PST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL326341: [TLS] use emulated TLS if the target supports only this mode (authored by chh, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D42999?vs=134078&id=136339#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D42999

Files:
  llvm/trunk/include/llvm/ADT/Triple.h
  llvm/trunk/include/llvm/CodeGen/CommandFlags.def
  llvm/trunk/include/llvm/Target/TargetMachine.h
  llvm/trunk/include/llvm/Target/TargetOptions.h
  llvm/trunk/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
  llvm/trunk/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
  llvm/trunk/lib/CodeGen/LowerEmuTLS.cpp
  llvm/trunk/lib/CodeGen/TargetPassConfig.cpp
  llvm/trunk/lib/ExecutionEngine/TargetSelect.cpp
  llvm/trunk/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/trunk/lib/Target/ARM/ARMISelLowering.cpp
  llvm/trunk/lib/Target/Mips/MipsISelLowering.cpp
  llvm/trunk/lib/Target/PowerPC/PPCISelLowering.cpp
  llvm/trunk/lib/Target/Sparc/SparcISelLowering.cpp
  llvm/trunk/lib/Target/SystemZ/SystemZISelLowering.cpp
  llvm/trunk/lib/Target/TargetMachine.cpp
  llvm/trunk/lib/Target/X86/X86ISelLowering.cpp
  llvm/trunk/test/CodeGen/AArch64/emutls.ll
  llvm/trunk/test/CodeGen/AArch64/emutls_generic.ll
  llvm/trunk/test/CodeGen/ARM/emutls.ll
  llvm/trunk/test/CodeGen/ARM/emutls_generic.ll
  llvm/trunk/test/CodeGen/Mips/emutls_generic.ll
  llvm/trunk/test/CodeGen/PowerPC/emutls_generic.ll
  llvm/trunk/test/CodeGen/X86/emutls-pic.ll
  llvm/trunk/test/CodeGen/X86/emutls-pie.ll
  llvm/trunk/test/CodeGen/X86/emutls.ll
  llvm/trunk/test/CodeGen/X86/emutls_generic.ll
  llvm/trunk/test/CodeGen/X86/fast-isel-emutls.ll
  llvm/trunk/test/CodeGen/X86/global-access-pie-copyrelocs.ll
  llvm/trunk/test/CodeGen/X86/global-access-pie.ll
  llvm/trunk/test/CodeGen/X86/tls-android-negative.ll
  llvm/trunk/test/CodeGen/X86/tls-android.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42999.136339.patch
Type: text/x-patch
Size: 22594 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180228/047a67a6/attachment.bin>


More information about the llvm-commits mailing list