This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from cfd2a27 [X86][AVX512] Updated shuffle comments instruction macros to [...] new aa838c7 clang-format LLToken.h. new eef2fa8 [mips][microMIPS] Implement CFC*, CTC* and LDC* instructions [...]
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/AsmParser/LLToken.h | 564 +++++++++++++-------- 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 +- 18 files changed, 559 insertions(+), 240 deletions(-)