This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_50 in repository llvm.
from 4db329e62bf Merging r317470: new d27dcd32900 Merging r317204 and r318172: new 165d008209e Merging r315310:
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/AsmParser/MipsAsmParser.cpp | 15 +- lib/Target/Mips/MipsFrameLowering.cpp | 35 ++-- lib/Target/Mips/MipsSEFrameLowering.cpp | 8 +- test/CodeGen/Mips/msa/emergency-spill.mir | 212 +++++++++++++++++++++++ test/CodeGen/Mips/msa/frameindex.ll | 49 ++++-- test/MC/Mips/macro-aliases-invalid-wrong-error.s | 38 ++++ test/MC/Mips/macro-aliases.s | 35 ++++ 7 files changed, 347 insertions(+), 45 deletions(-) create mode 100644 test/CodeGen/Mips/msa/emergency-spill.mir create mode 100644 test/MC/Mips/macro-aliases-invalid-wrong-error.s create mode 100644 test/MC/Mips/macro-aliases.s