This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6990d61 [AVX512] Add avx512cd+vl runs to vector-tzcnt-128/256 tests t [...] new 6ae2468 [mips][microMIPS]Implement CFC*, CTC* and LDC* instructions D [...]
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/Disassembler/MipsDisassembler.cpp | 40 +++++++++++++++ lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.cpp | 13 +++++ lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.h | 3 ++ lib/Target/Mips/MicroMips32r6InstrFormats.td | 32 ++++++++++++ lib/Target/Mips/MicroMips32r6InstrInfo.td | 59 ++++++++++++++++++++++ lib/Target/Mips/MicroMipsInstrFPU.td | 6 ++- lib/Target/Mips/MicroMipsInstrInfo.td | 8 +++ lib/Target/Mips/Mips32r6InstrInfo.td | 4 +- lib/Target/Mips/MipsInstrFPU.td | 13 +++-- lib/Target/Mips/MipsInstrInfo.td | 2 +- test/MC/Disassembler/Mips/micromips32r6/valid.txt | 6 +++ test/MC/Mips/micromips32r6/invalid-wrong-error.s | 2 + test/MC/Mips/micromips32r6/valid.s | 6 +++ test/MC/Mips/mips32r5/invalid.s | 6 ++- test/MC/Mips/mips64r5/invalid.s | 10 ++-- test/MC/Mips/mips64r6/invalid.s | 3 +- 16 files changed, 198 insertions(+), 15 deletions(-)