This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from fe8f3cf [Thumb] A branch is not part of an IT block new 221d208 [mips][microMIPS] Implement BOVC, BNVC, EXT, INS and JALRC in [...]
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 | 1 + lib/Target/Mips/Disassembler/MipsDisassembler.cpp | 72 +++++++++++++++++++++ lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.cpp | 30 +++++++++ lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.h | 7 ++ lib/Target/Mips/MicroMips32r6InstrFormats.td | 43 +++++++++++++ lib/Target/Mips/MicroMips32r6InstrInfo.td | 75 +++++++++++++++++++++- lib/Target/Mips/MicroMipsInstrInfo.td | 3 +- lib/Target/Mips/Mips32r6InstrInfo.td | 10 ++- lib/Target/Mips/MipsInstrInfo.td | 13 ++-- test/MC/Disassembler/Mips/micromips32r6/valid.txt | 6 ++ test/MC/Mips/micromips32r6/invalid.s | 2 + test/MC/Mips/micromips32r6/valid.s | 8 +++ 12 files changed, 257 insertions(+), 13 deletions(-)