ARM: support TLS accesses on Darwin platforms
authorTim Northover <tnorthover@apple.com>
Thu, 7 Jan 2016 09:03:03 +0000 (09:03 +0000)
committerTim Northover <tnorthover@apple.com>
Thu, 7 Jan 2016 09:03:03 +0000 (09:03 +0000)
commit928410cd128d16105d07309906f926ca4de3de96
tree948d23109d2b1f3a1092886145e62e50482f665d
parent8b10213fae53b7fbc8aead491594d87604825a36
ARM: support TLS accesses on Darwin platforms

Darwin TLS accesses most closely resemble ELF's general-dynamic situation,
since they have to be able to handle all possible situations. The descriptors
and so on are obviously slightly different though.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@257039 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMBaseRegisterInfo.cpp
lib/Target/ARM/ARMBaseRegisterInfo.h
lib/Target/ARM/ARMCallingConv.td
lib/Target/ARM/ARMFastISel.cpp
lib/Target/ARM/ARMISelDAGToDAG.cpp
lib/Target/ARM/ARMISelLowering.cpp
lib/Target/ARM/ARMISelLowering.h
lib/Target/ARM/ARMInstrInfo.td
lib/Target/ARM/ARMInstrThumb.td
lib/Target/ARM/ARMInstrThumb2.td
test/CodeGen/ARM/darwin-tls.ll [new file with mode: 0644]