This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_80 in repository llvm.
from 12e8d2dc3c9 Merging r351930 and r351932: ------------------------------ [...] new 3292b91beae Merging r351485: ------------------------------------------ [...]
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/CodeGen/MachineInstr.cpp | 5 +- lib/Target/Mips/AsmParser/MipsAsmParser.cpp | 5 +- lib/Target/Mips/MCTargetDesc/MipsABIInfo.cpp | 7 ++ lib/Target/Mips/MCTargetDesc/MipsBaseInfo.h | 5 +- lib/Target/Mips/MicroMips32r6InstrInfo.td | 1 + lib/Target/Mips/MicroMipsInstrInfo.td | 1 + lib/Target/Mips/Mips32r6InstrInfo.td | 2 +- lib/Target/Mips/MipsAsmPrinter.cpp | 41 +++++++ lib/Target/Mips/MipsFastISel.cpp | 13 +++ lib/Target/Mips/MipsISelLowering.cpp | 53 ++++++++- lib/Target/Mips/MipsISelLowering.h | 3 + lib/Target/Mips/MipsInstrInfo.cpp | 13 ++- lib/Target/Mips/MipsInstrInfo.td | 12 ++- lib/Target/Mips/MipsMCInstLower.cpp | 2 + test/CodeGen/Mips/cconv/vector.ll | 8 +- test/CodeGen/Mips/gprestore.ll | 12 +-- test/CodeGen/Mips/llvm-ir/sdiv.ll | 36 ++++--- test/CodeGen/Mips/llvm-ir/srem.ll | 36 ++++--- test/CodeGen/Mips/llvm-ir/udiv.ll | 36 ++++--- test/CodeGen/Mips/llvm-ir/urem.ll | 36 ++++--- test/CodeGen/Mips/long-call-attr.ll | 8 +- test/CodeGen/Mips/long-call-mcount.ll | 4 +- test/CodeGen/Mips/msa/f16-llvm-ir.ll | 12 +-- test/CodeGen/Mips/o32_cc_byval.ll | 3 +- test/CodeGen/Mips/reloc-jalr.ll | 154 +++++++++++++++++++++++++++ test/CodeGen/Mips/shrink-wrapping.ll | 8 +- 26 files changed, 408 insertions(+), 108 deletions(-) create mode 100644 test/CodeGen/Mips/reloc-jalr.ll