This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 10e112323e4 [dsymutil] Remove old error/warn functions. NFC. new e17ca0d378c [mips] Fix the definitions of the EVA instructions new 68ba6f10e9d [InstCombine] fix fmul reassociation to avoid creating an e [...]
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/Mips/MicroMipsInstrInfo.td | 95 ++++++++++++--------- lib/Target/Mips/MipsEVAInstrInfo.td | 62 +++++++------- lib/Target/Mips/MipsInstrInfo.td | 2 +- .../InstCombine/InstCombineMulDivRem.cpp | 26 ++++-- test/CodeGen/Mips/micromips-eva.mir | 4 +- .../Disassembler/Mips/micromips32r3/valid-el.txt | 2 +- test/MC/Disassembler/Mips/micromips32r3/valid.txt | 2 +- test/MC/Disassembler/Mips/micromips32r6/valid.txt | 2 +- test/MC/Mips/micromips-control-instructions.s | 25 +----- test/MC/Mips/micromips-eva.s | 96 ++++++++++++++++++++++ test/MC/Mips/micromips-loadstore-instructions.s | 25 +----- test/MC/Mips/micromips/invalid.s | 2 +- test/MC/Mips/micromips/valid.s | 2 +- test/MC/Mips/micromips32r6-eva.s | 76 +++++++++++++++++ test/MC/Mips/micromips32r6/invalid.s | 2 +- test/MC/Mips/micromips32r6/valid.s | 12 --- test/Transforms/InstCombine/fmul.ll | 26 +++--- 17 files changed, 299 insertions(+), 162 deletions(-) create mode 100644 test/MC/Mips/micromips-eva.s create mode 100644 test/MC/Mips/micromips32r6-eva.s