aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips/MipsISelLowering.h
diff options
context:
space:
mode:
authorAkira Hatanaka <ahatanaka@mips.com>2011-12-08 20:34:32 +0000
committerAkira Hatanaka <ahatanaka@mips.com>2011-12-08 20:34:32 +0000
commitca0747917d3daa85287fd7ea6f91349b8d5a5b29 (patch)
tree40415b260d42c4bbe381ebe27717b2d27481c22f /lib/Target/Mips/MipsISelLowering.h
parent4a4fdf3476473021f62d5b02e8ee8802f5b25e5a (diff)
downloadexternal_llvm-ca0747917d3daa85287fd7ea6f91349b8d5a5b29.zip
external_llvm-ca0747917d3daa85287fd7ea6f91349b8d5a5b29.tar.gz
external_llvm-ca0747917d3daa85287fd7ea6f91349b8d5a5b29.tar.bz2
Implement 64-bit support for thread local storage handling.
- Modify lowering of global TLS address nodes. - Modify isel of ThreadPointer. - Wrap target global TLS address nodes that are operands of loads with WrapperPIC. - Remove Mips-specific DAG nodes TlsGd, TprelHi and TprelLo, which can be substituted with other existing nodes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146175 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Mips/MipsISelLowering.h')
-rw-r--r--lib/Target/Mips/MipsISelLowering.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/Target/Mips/MipsISelLowering.h b/lib/Target/Mips/MipsISelLowering.h
index f2b64e3..acacb7b 100644
--- a/lib/Target/Mips/MipsISelLowering.h
+++ b/lib/Target/Mips/MipsISelLowering.h
@@ -40,13 +40,6 @@ namespace llvm {
// Handle gp_rel (small data/bss sections) relocation.
GPRel,
- // General Dynamic TLS
- TlsGd,
-
- // Local Exec TLS
- TprelHi,
- TprelLo,
-
// Thread Pointer
ThreadPointer,