This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 26020e6 Refactor duplicated code. NFC. new 6c8d652 Revert "[mips][microMIPS] Implement CFC*, CTC* and LDC* instr [...]
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 | 76 ---------------------- lib/Target/Mips/MicroMipsInstrFPU.td | 7 +- lib/Target/Mips/MicroMipsInstrInfo.td | 8 --- lib/Target/Mips/Mips32r6InstrInfo.td | 2 +- lib/Target/Mips/MipsInstrFPU.td | 15 ++--- lib/Target/Mips/MipsInstrInfo.td | 2 +- test/CodeGen/Mips/cconv/callee-saved-float.ll | 4 -- 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 +- 17 files changed, 15 insertions(+), 220 deletions(-)