X86-64 TLS support for local exec and initial exec.
authorRafael Espindola <rafael.espindola@gmail.com>
Mon, 13 Apr 2009 13:02:49 +0000 (13:02 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Mon, 13 Apr 2009 13:02:49 +0000 (13:02 +0000)
commit7ff5bff45eaa1fabf8bb910daf2907cf981cbf3d
treeb810d1163b4fa5dfcdaf9a9ef93767ce4c18a53a
parent12f23a86e22d66a2ec67ff7f4423688a1282e684
X86-64 TLS support for local exec and initial exec.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68947 91177308-0d34-0410-b5e6-96231b3b80d8
18 files changed:
lib/Target/X86/AsmPrinter/X86ATTAsmPrinter.cpp
lib/Target/X86/X86ISelDAGToDAG.cpp
lib/Target/X86/X86ISelLowering.cpp
test/CodeGen/X86/tls1.ll
test/CodeGen/X86/tls10.ll
test/CodeGen/X86/tls11.ll
test/CodeGen/X86/tls12.ll
test/CodeGen/X86/tls13.ll
test/CodeGen/X86/tls14.ll
test/CodeGen/X86/tls15.ll
test/CodeGen/X86/tls2.ll
test/CodeGen/X86/tls3.ll
test/CodeGen/X86/tls4.ll
test/CodeGen/X86/tls5.ll
test/CodeGen/X86/tls6.ll
test/CodeGen/X86/tls7.ll
test/CodeGen/X86/tls8.ll
test/CodeGen/X86/tls9.ll