[all-commits] [llvm/llvm-project] a8dc21: [RISCV] Add GHC calling convention

Luís Marques via All-commits all-commits at lists.llvm.org
Tue Nov 24 14:36:15 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: a8dc2110cd4dd69212a204bc1074729f95d5402a
      https://github.com/llvm/llvm-project/commit/a8dc2110cd4dd69212a204bc1074729f95d5402a
  Author: Luís Marques <luismarques at lowrisc.org>
  Date:   2020-11-24 (Tue, 24 Nov 2020)

  Changed paths:
    M llvm/lib/Target/RISCV/RISCVFrameLowering.cpp
    M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
    M llvm/lib/Target/RISCV/RISCVRegisterInfo.cpp
    A llvm/test/CodeGen/RISCV/ghccc-rv32.ll
    A llvm/test/CodeGen/RISCV/ghccc-rv64.ll

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

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

Patch by Andreas Schwab (schwab)

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




More information about the All-commits mailing list