This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f3778debe66 [Dominators] Delete UpdateLevelsAfterInsertion in edge inse [...] new 9c6fe66c587 [RISCV] Implement pseudo instructions for load/store from a [...]
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: lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp | 81 ++++++++++++++++++++++++++- lib/Target/RISCV/RISCVInstrFormats.td | 29 ++++++++++ lib/Target/RISCV/RISCVInstrInfo.td | 29 +++++++--- lib/Target/RISCV/RISCVInstrInfoD.td | 6 +- lib/Target/RISCV/RISCVInstrInfoF.td | 6 +- test/MC/RISCV/rv32d-invalid.s | 4 +- test/MC/RISCV/rv32f-invalid.s | 4 +- test/MC/RISCV/rv32i-invalid.s | 2 +- test/MC/RISCV/rv64i-pseudos.s | 16 ++++++ test/MC/RISCV/rvd-pseudos.s | 12 ++++ test/MC/RISCV/rvf-pseudos.s | 12 ++++ test/MC/RISCV/rvi-pseudos-invalid.s | 7 +++ test/MC/RISCV/rvi-pseudos.s | 46 +++++++++++++++ 13 files changed, 235 insertions(+), 19 deletions(-) create mode 100644 test/MC/RISCV/rv64i-pseudos.s create mode 100644 test/MC/RISCV/rvd-pseudos.s create mode 100644 test/MC/RISCV/rvf-pseudos.s