This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3529d77f3f2 [llvm-mca] Strip leading tabs and spaces from instruction s [...] new 1cc744a2e52 [mips] Mark select instructions correctly
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/MicroMipsInstrFPU.td | 17 ++ lib/Target/Mips/MicroMipsInstrInfo.td | 37 +++- lib/Target/Mips/MipsCondMov.td | 289 +++++++++++++------------- test/CodeGen/Mips/llvm-ir/add.ll | 22 +- test/CodeGen/Mips/llvm-ir/lshr.ll | 133 ++++++------ test/CodeGen/Mips/llvm-ir/select-dbl.ll | 73 +++---- test/CodeGen/Mips/llvm-ir/select-flt.ll | 68 +++--- test/CodeGen/Mips/llvm-ir/select-int.ll | 14 +- test/CodeGen/Mips/llvm-ir/shl.ll | 152 +++++++------- test/MC/Mips/micromips-movcond-instructions.s | 12 +- 10 files changed, 429 insertions(+), 388 deletions(-)