[PATCH] D15292: [ELF] - optimizations for x86 tls relocations implemented.

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 7 08:50:31 PST 2015


grimar created this revision.
grimar added reviewers: ruiu, rafael.
grimar added subscribers: llvm-commits, grimar.

Next cases are covered:
LD->LE, GD->IE, GD->LD, IE->LE.

Unformation is taken from "ELF Handling For Thread-Local Storage" by Ulrich Drepper, chapter 5, "IA-32 Linker Optimizations"

http://reviews.llvm.org/D15292

Files:
  ELF/Target.cpp
  test/ELF/Inputs/tls-opt-gdiele-i686.s
  test/ELF/tls-opt-gdiele-i686.s
  test/ELF/tls-opt-i686.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15292.42074.patch
Type: text/x-patch
Size: 11450 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151207/0212972c/attachment.bin>


More information about the llvm-commits mailing list