[PATCH] D15300: New lower emutls pass, fix linkage bugs.

Chih-Hung Hsieh via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 16 12:07:07 PST 2015


chh updated this revision to Diff 43046.
chh added a comment.

Schedule LowerEmuTLS pass first at the top of addPassesToGenerateCode.


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/LLVMTargetMachine.cpp
  lib/CodeGen/LowerEmuTLS.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.43046.patch
Type: text/x-patch
Size: 30206 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151216/40b4d1d3/attachment.bin>


More information about the llvm-commits mailing list