[PATCH] D14870: [ELF2] - Implemented optimizations for @tlsld and @tlsgd (GD->LE)

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 20 05:04:56 PST 2015


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

Implements @tlsld (LD to LE) and @tlsgd (GD to LE) optimizations.

Patch does not implement the GD->IE case for @tlsgd, I will implement it in separate patch.
This one partially intersects with http://reviews.llvm.org/D14713.

http://reviews.llvm.org/D14870

Files:
  ELF/InputSection.cpp
  ELF/Target.cpp
  ELF/Target.h
  ELF/Writer.cpp
  test/ELF/tls-opt.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14870.40768.patch
Type: text/x-patch
Size: 10217 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151120/a9434996/attachment.bin>


More information about the llvm-commits mailing list