[all-commits] [llvm/llvm-project] 535a41: [AIX][TLS] Generate 64-bit general-dynamic access ...

Lei Huang via All-commits all-commits at lists.llvm.org
Mon Mar 8 14:41:50 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 535a4192a9d19ef5d474f1d6bfa1ab9f08b2b1c7
      https://github.com/llvm/llvm-project/commit/535a4192a9d19ef5d474f1d6bfa1ab9f08b2b1c7
  Author: Lei Huang <lei at ca.ibm.com>
  Date:   2021-03-08 (Mon, 08 Mar 2021)

  Changed paths:
    M llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
    M llvm/lib/Target/PowerPC/PPCISelLowering.cpp
    M llvm/lib/Target/PowerPC/PPCInstr64Bit.td
    M llvm/lib/Target/PowerPC/PPCTLSDynamicCall.cpp
    R llvm/test/CodeGen/PowerPC/aix-tls-checks.ll
    M llvm/test/CodeGen/PowerPC/aix-tls-gd-double.ll
    M llvm/test/CodeGen/PowerPC/aix-tls-gd-int.ll
    M llvm/test/CodeGen/PowerPC/aix-tls-gd-longlong.ll

  Log Message:
  -----------
  [AIX][TLS] Generate 64-bit general-dynamic access code sequence

Add support for the TLS general dynamic access model to assembly
files on AIX 64-bit.

Reviewed By: sfertile

Differential Revision: https://reviews.llvm.org/D98078




More information about the All-commits mailing list