[PATCH] D15300: New lower emutls pass, fix linkage bugs.
Chih-Hung Hsieh via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 16 10:25:10 PST 2015
chh retitled this revision from "Fix wrong external references to __emutls_v.*" to "New lower emutls pass, fix linkage bugs.
".
chh updated the summary for this revision.
chh updated this revision to Diff 43026.
chh added a comment.
Now a new emutls lowering pass, plus fixing bugs.
http://reviews.llvm.org/D15300
Files:
include/llvm/CodeGen/AsmPrinter.h
include/llvm/InitializePasses.h
include/llvm/Transforms/Scalar.h
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
lib/CodeGen/CMakeLists.txt
lib/CodeGen/LowerEmuTLS.cpp
lib/CodeGen/Passes.cpp
lib/CodeGen/SelectionDAG/TargetLowering.cpp
test/CodeGen/AArch64/emutls.ll
test/CodeGen/AArch64/emutls_generic.ll
test/CodeGen/ARM/emutls.ll
test/CodeGen/ARM/emutls_generic.ll
test/CodeGen/X86/emutls-pic.ll
test/CodeGen/X86/emutls_generic.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15300.43026.patch
Type: text/x-patch
Size: 30099 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151216/1de12568/attachment.bin>
More information about the llvm-commits
mailing list