This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f5fef36 Check proper live range in extendPHIRanges new 426286d [mips] seq macro support new 981f585 [mips] Add tests for half precision floating point support. new 21e956f [MemorySSA] Fix unit tests broken by D26704
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/Target/Mips/AsmParser/MipsAsmParser.cpp | 89 ++ lib/Target/Mips/MipsInstrInfo.td | 21 + test/CodeGen/Mips/msa/f16-llvm-ir.ll | 1147 ++++++++++++++++++++ test/CodeGen/Mips/msa/fexuprl.ll | 28 + test/MC/Mips/macro-seq.s | 52 + test/Transforms/Util/MemorySSA/multi-edges.ll | 8 +- .../Util/MemorySSA/multiple-backedges-hal.ll | 10 +- 7 files changed, 1346 insertions(+), 9 deletions(-) create mode 100644 test/CodeGen/Mips/msa/f16-llvm-ir.ll create mode 100644 test/CodeGen/Mips/msa/fexuprl.ll create mode 100644 test/MC/Mips/macro-seq.s