Bill Schmidt
b453e16855
This patch improves the 64-bit PowerPC InitialExec TLS support by providing
...
for a wider range of GOT entries that can hold thread-relative offsets.
This matches the behavior of GCC, which was not documented in the PPC64 TLS
ABI. The ABI will be updated with the new code sequence.
Former sequence:
ld 9,x@got@tprel(2)
add 9,9,x@tls
New sequence:
addis 9,2,x@got@tprel@ha
ld 9,x@got@tprel@l(9)
add 9,9,x@tls
Note that a linker optimization exists to transform the new sequence into
the shorter sequence when appropriate, by replacing the addis with a nop
and modifying the base register and relocation type of the ld.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170209 91177308-0d34-0410-b5e6-96231b3b80d8
2012-12-14 17:02:38 +00:00
..
2012-07-02 12:47:22 +00:00
2012-07-02 19:09:46 +00:00
2012-07-02 12:47:22 +00:00
2012-07-02 12:47:22 +00:00
2012-07-02 12:47:22 +00:00
2012-09-06 18:15:23 +00:00
2012-11-14 23:23:27 +00:00
2012-11-13 18:40:58 +00:00
2012-10-12 16:01:08 +00:00
2012-11-18 06:21:03 +00:00
2012-06-22 22:31:00 +00:00
2012-07-02 12:47:22 +00:00
2012-11-05 18:18:42 +00:00
2012-11-24 13:18:25 +00:00
2012-07-02 12:47:22 +00:00
2012-07-02 12:47:22 +00:00
2012-08-28 02:10:33 +00:00
2012-07-02 12:47:22 +00:00
2012-11-30 13:28:31 +00:00
2012-07-02 12:47:22 +00:00
2012-11-05 19:39:45 +00:00
2012-07-02 12:47:22 +00:00
2012-07-02 12:47:22 +00:00
2012-08-28 02:10:27 +00:00
2012-09-12 14:47:47 +00:00
2012-07-02 12:47:22 +00:00
2012-10-31 01:15:05 +00:00
2012-08-03 23:29:17 +00:00
2012-10-11 15:38:20 +00:00
2012-07-02 12:47:22 +00:00
2012-08-03 23:29:17 +00:00
2012-07-02 12:47:22 +00:00
2012-07-02 12:47:22 +00:00
2012-08-28 16:12:39 +00:00
2012-08-28 16:12:39 +00:00
2012-07-02 12:47:22 +00:00
2012-11-26 14:09:46 +00:00
2012-07-02 18:37:59 +00:00
2012-09-04 18:38:28 +00:00
2012-10-29 18:35:49 +00:00
2012-06-22 23:10:08 +00:00
2012-07-02 12:47:22 +00:00
2012-10-25 13:38:09 +00:00
2012-07-02 12:47:22 +00:00
2012-08-14 05:19:07 +00:00
2012-07-02 19:09:46 +00:00
2012-07-02 18:37:59 +00:00
2012-11-27 17:35:46 +00:00
2012-11-27 17:35:46 +00:00
2012-11-27 17:35:46 +00:00
2012-11-27 17:35:46 +00:00
2012-11-27 17:35:46 +00:00
2012-11-27 17:35:46 +00:00
2012-11-27 17:35:46 +00:00
2012-11-27 23:36:26 +00:00
2012-11-27 17:35:46 +00:00
2012-11-14 23:23:27 +00:00
2012-11-09 19:18:49 +00:00
2012-07-02 12:47:22 +00:00
2012-10-10 20:54:15 +00:00
2012-11-05 19:39:45 +00:00
2012-10-29 14:59:36 +00:00
2012-09-18 19:51:44 +00:00
2012-08-06 21:21:44 +00:00
2012-09-18 16:55:29 +00:00
2012-11-14 23:23:27 +00:00
2012-08-28 02:10:15 +00:00
2012-06-22 22:31:00 +00:00
2012-10-29 17:49:34 +00:00
2012-08-29 20:22:24 +00:00
2012-09-24 20:47:19 +00:00
2012-08-28 02:10:33 +00:00
2012-07-02 12:47:22 +00:00
2012-07-02 18:37:59 +00:00
2012-07-02 19:09:46 +00:00
2012-12-10 18:49:16 +00:00
2012-07-02 12:47:22 +00:00
2012-07-02 12:47:22 +00:00
2012-07-02 12:47:22 +00:00
2012-10-16 13:30:53 +00:00
2012-10-25 13:38:09 +00:00
2012-11-24 13:18:25 +00:00
2012-06-21 20:10:48 +00:00
2012-12-11 20:30:11 +00:00
2012-12-11 20:30:11 +00:00
2012-12-14 17:02:38 +00:00
2012-12-14 17:02:38 +00:00
2012-12-12 20:29:20 +00:00
2012-12-12 19:29:35 +00:00
2012-07-02 12:47:22 +00:00
2012-10-29 21:18:16 +00:00
2012-10-30 13:50:19 +00:00
2012-10-08 17:27:24 +00:00
2012-11-14 23:23:27 +00:00
2012-11-30 19:15:10 +00:00
2012-11-15 20:56:03 +00:00
2012-10-30 18:29:42 +00:00
2012-10-10 22:25:11 +00:00