[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
Tue Feb 13 10:22:21 PST 2018


chh updated this revision to Diff 134078.

https://reviews.llvm.org/D42999

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42999.134078.patch
Type: text/x-patch
Size: 21538 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180213/bad80851/attachment.bin>


More information about the llvm-commits mailing list