[all-commits] [llvm/llvm-project] 22f942: [SystemZ] Add GHC calling convention

Ulrich Weigand via All-commits all-commits at lists.llvm.org
Mon Nov 4 04:47:13 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 22f9429149a8faed1f5770aca89e68409ae2cc4f
      https://github.com/llvm/llvm-project/commit/22f9429149a8faed1f5770aca89e68409ae2cc4f
  Author: Ulrich Weigand <ulrich.weigand at de.ibm.com>
  Date:   2019-11-04 (Mon, 04 Nov 2019)

  Changed paths:
    M llvm/lib/Target/SystemZ/SystemZCallingConv.h
    M llvm/lib/Target/SystemZ/SystemZCallingConv.td
    M llvm/lib/Target/SystemZ/SystemZFrameLowering.cpp
    M llvm/lib/Target/SystemZ/SystemZISelLowering.cpp
    M llvm/lib/Target/SystemZ/SystemZRegisterInfo.cpp
    A llvm/test/CodeGen/SystemZ/ghc-cc-01.ll
    A llvm/test/CodeGen/SystemZ/ghc-cc-02.ll
    A llvm/test/CodeGen/SystemZ/ghc-cc-03.ll
    A llvm/test/CodeGen/SystemZ/ghc-cc-04.ll
    A llvm/test/CodeGen/SystemZ/ghc-cc-05.ll
    A llvm/test/CodeGen/SystemZ/ghc-cc-06.ll
    A llvm/test/CodeGen/SystemZ/ghc-cc-07.ll

  Log Message:
  -----------
  [SystemZ] Add GHC calling convention

This is a special calling convention to be used by the GHC compiler.

Author: Stefan Schulze Frielinghaus
Differential Revision: https://reviews.llvm.org/D69024




More information about the All-commits mailing list