[all-commits] [llvm/llvm-project] f8317b: [RISCV] Add GHC calling convention
Luís Marques via All-commits
all-commits at lists.llvm.org
Tue Nov 24 13:57:10 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f8317bb256be2cd8ed81ebc567f0fa626b645f63
https://github.com/llvm/llvm-project/commit/f8317bb256be2cd8ed81ebc567f0fa626b645f63
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.
Differential Revision: https://reviews.llvm.org/D89788
More information about the All-commits
mailing list