This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 93fba7b3ae4 [AArch64][SVE] Asm: Support for TBL instruction. new b9d744a0d2c [mips] Addition of the [d]rem and [d]remu instructions
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/Mips/AsmParser/MipsAsmParser.cpp | 79 ++++++--- lib/Target/Mips/Mips64InstrInfo.td | 32 ++++ lib/Target/Mips/MipsInstrInfo.td | 30 ++++ test/MC/Mips/macro-ddiv.s | 6 +- test/MC/Mips/macro-drem.s | 244 ++++++++++++++++++++++++++++ test/MC/Mips/macro-dremu.s | 136 ++++++++++++++++ test/MC/Mips/macro-rem.s | 187 +++++++++++++++++++++ test/MC/Mips/macro-remu.s | 167 +++++++++++++++++++ 8 files changed, 853 insertions(+), 28 deletions(-) create mode 100644 test/MC/Mips/macro-drem.s create mode 100644 test/MC/Mips/macro-dremu.s create mode 100644 test/MC/Mips/macro-rem.s create mode 100644 test/MC/Mips/macro-remu.s