This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d001eea1650 [RISCV] Allow lowering of dynamic_stackalloc, stacksave, st [...] new 181a9c9bcdd [RISCV] Add custom CC_RISCV calling convention and improved [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/CodeGen/CallingConvLower.h | 6 + lib/Target/RISCV/CMakeLists.txt | 1 - lib/Target/RISCV/RISCVCallingConv.td | 16 +- lib/Target/RISCV/RISCVISelLowering.cpp | 394 ++++++++++- lib/Target/RISCV/RISCVISelLowering.h | 10 + test/CodeGen/RISCV/byval.ll | 61 ++ ...ext-zext-trunc.ll => calling-conv-sext-zext.ll} | 370 +++++------ test/CodeGen/RISCV/calling-conv.ll | 719 +++++++++++++++++++++ test/CodeGen/RISCV/calls.ll | 82 ++- test/CodeGen/RISCV/fp128.ll | 134 ++++ 10 files changed, 1560 insertions(+), 233 deletions(-) create mode 100644 test/CodeGen/RISCV/byval.ll copy test/CodeGen/RISCV/{sext-zext-trunc.ll => calling-conv-sext-zext.ll} (53%) create mode 100644 test/CodeGen/RISCV/calling-conv.ll create mode 100644 test/CodeGen/RISCV/fp128.ll