This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3c8560f7a3e Fix git-llvm crashing when trying to remove directory while [...] new 456da09d906 [RISCV] Add test cases for the lp64 ABI new 8183de62fd4 [TableGen] Allow 2^63-1 and 2^63-2 as int literals.
The 2 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: lib/TableGen/Record.cpp | 3 +- .../RISCV/calling-conv-lp64-lp64f-common.ll | 65 +++ .../RISCV/calling-conv-lp64-lp64f-lp64d-common.ll | 524 +++++++++++++++++++++ test/CodeGen/RISCV/calling-conv-lp64.ll | 203 ++++++++ test/TableGen/IntSpecialValues.td | 8 + 5 files changed, 802 insertions(+), 1 deletion(-) create mode 100644 test/CodeGen/RISCV/calling-conv-lp64-lp64f-common.ll create mode 100644 test/CodeGen/RISCV/calling-conv-lp64-lp64f-lp64d-common.ll create mode 100644 test/CodeGen/RISCV/calling-conv-lp64.ll create mode 100644 test/TableGen/IntSpecialValues.td