This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6cf0df3 [x86] auto-generate checks for cmov tests new 0b9fb1e [mips][microMIPS] Revert commit r266977 Commit r266977 was re [...] new 0f2c518 [mips][microMIPS] Revert commit r267137 new e7311dc [PR27390] [CodeGen] Reject indexed loads in CombinerDAG.
The 3 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/CodeGen/SelectionDAG/DAGCombiner.cpp | 11 ++++++--- lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 2 ++ lib/Target/Mips/AsmParser/MipsAsmParser.cpp | 10 +-------- lib/Target/Mips/MicroMips32r6InstrInfo.td | 4 +--- lib/Target/Mips/MicroMipsInstrFormats.td | 1 + lib/Target/Mips/MicroMipsInstrInfo.td | 7 ------ lib/Target/Mips/Mips32r6InstrInfo.td | 6 ++--- lib/Target/Mips/MipsInstrInfo.td | 24 ++++++-------------- test/CodeGen/Mips/brconlt.ll | 2 -- test/CodeGen/Mips/seteq.ll | 2 -- test/CodeGen/Mips/setltk.ll | 6 ++--- test/CodeGen/Mips/setne.ll | 2 -- test/CodeGen/PowerPC/2016-04-17-combine.ll | 26 ++++++++++++++++++++++ .../Disassembler/Mips/micromips32r3/valid-el.txt | 2 -- test/MC/Disassembler/Mips/micromips32r3/valid.txt | 2 -- test/MC/Disassembler/Mips/micromips32r6/valid.txt | 14 ------------ test/MC/Disassembler/Mips/micromips64r6/valid.txt | 10 --------- test/MC/Mips/micromips/invalid-wrong-error.s | 1 - test/MC/Mips/micromips/invalid.s | 4 ---- test/MC/Mips/micromips32r6/invalid-wrong-error.s | 3 --- test/MC/Mips/micromips32r6/invalid.s | 16 ------------- test/MC/Mips/micromips32r6/valid.s | 26 ---------------------- test/MC/Mips/micromips64r6/invalid-wrong-error.s | 3 --- test/MC/Mips/micromips64r6/invalid.s | 16 ------------- test/MC/Mips/micromips64r6/valid.s | 22 ------------------ 25 files changed, 50 insertions(+), 172 deletions(-) create mode 100644 test/CodeGen/PowerPC/2016-04-17-combine.ll