lowRISC / riscv-llvm

RISC-V support for LLVM projects (LLVM, Clang, ...)
http://www.lowrisc.org/llvm/status/
247 stars 53 forks source link

RV32 M+A+F+D codegen and calling conventions #14

Open asb opened 7 years ago

asb commented 7 years ago

Note that 32-bit FP and 64-bit FP both introducing new calling conventions.

asb commented 6 years ago

M codegen is implemented, AFD remain to be done.