This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 58d0f74 [Hexagon] Add definitions for trap/pause instructions new db55335 [Hexagon] Teach mux expansion how to deal with undef predicates new 762ad97 [mips][microMIPS] Revert commit r266861. Commit r266861 was t [...]
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/Target/Hexagon/HexagonExpandCondsets.cpp | 18 +++++-- 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 | 2 +- lib/Target/Mips/MipsInstrFPU.td | 13 ++--- lib/Target/Mips/MipsInstrInfo.td | 2 +- test/CodeGen/Hexagon/expand-condsets-pred-undef.ll | 22 ++++++++ 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, 50 insertions(+), 201 deletions(-) create mode 100644 test/CodeGen/Hexagon/expand-condsets-pred-undef.ll