[PATCH] D10522: Implement target independent TLS compatible with glibc's emutls.c.
Chih-Hung Hsieh
chh at google.com
Tue Jul 28 09:24:47 PDT 2015
This revision was automatically updated to reflect the committed changes.
Closed by commit rL243438: Implement target independent TLS compatible with glibc's emutls.c. (authored by chh).
Changed prior to commit:
http://reviews.llvm.org/D10522?vs=29974&id=30827#toc
Repository:
rL LLVM
http://reviews.llvm.org/D10522
Files:
llvm/trunk/docs/LangRef.rst
llvm/trunk/include/llvm/CodeGen/AsmPrinter.h
llvm/trunk/include/llvm/CodeGen/CommandFlags.h
llvm/trunk/include/llvm/MC/MCObjectFileInfo.h
llvm/trunk/include/llvm/Target/TargetLowering.h
llvm/trunk/include/llvm/Target/TargetOptions.h
llvm/trunk/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
llvm/trunk/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
llvm/trunk/lib/CodeGen/SelectionDAG/TargetLowering.cpp
llvm/trunk/lib/Target/AArch64/AArch64ISelLowering.cpp
llvm/trunk/lib/Target/ARM/ARMISelLowering.cpp
llvm/trunk/lib/Target/Mips/MipsISelLowering.cpp
llvm/trunk/lib/Target/PowerPC/PPCISelLowering.cpp
llvm/trunk/lib/Target/Sparc/SparcISelLowering.cpp
llvm/trunk/lib/Target/SystemZ/SystemZISelLowering.cpp
llvm/trunk/lib/Target/X86/X86ISelLowering.cpp
llvm/trunk/test/CodeGen/AArch64/arm64-tls-dynamic-together.ll
llvm/trunk/test/CodeGen/AArch64/emutls.ll
llvm/trunk/test/CodeGen/ARM/emutls1.ll
llvm/trunk/test/CodeGen/ARM/tls-models.ll
llvm/trunk/test/CodeGen/ARM/tls3.ll
llvm/trunk/test/CodeGen/Generic/emutls.ll
llvm/trunk/test/CodeGen/X86/emutls-pic.ll
llvm/trunk/test/CodeGen/X86/emutls-pie.ll
llvm/trunk/test/CodeGen/X86/emutls.ll
llvm/trunk/test/CodeGen/X86/fast-isel-emutls.ll
llvm/trunk/test/CodeGen/X86/tls-android-negative.ll
llvm/trunk/test/CodeGen/X86/tls-android.ll
llvm/trunk/test/CodeGen/X86/tls-models.ll
llvm/trunk/test/DebugInfo/ARM/tls.ll
llvm/trunk/test/DebugInfo/X86/tls.ll
llvm/trunk/test/Transforms/GlobalOpt/tls.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D10522.30827.patch
Type: text/x-patch
Size: 77456 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150728/7c3f5409/attachment.bin>
More information about the llvm-commits
mailing list