This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6019c79 [mips] Recognise the triple used by Debian stretch for mips64el. new 0f320a4 [mips] Correct label prefixes for N32 and N64.
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/MCTargetDesc/MipsMCAsmInfo.cpp | 11 +- lib/Target/Mips/MipsTargetMachine.cpp | 5 +- test/CodeGen/Mips/2009-11-16-CstPoolLoad.ll | 16 +-- test/CodeGen/Mips/2010-07-20-Switch.ll | 6 +- test/CodeGen/Mips/analyzebranch.ll | 6 +- test/CodeGen/Mips/atomic.ll | 138 ++++++++++++------------ test/CodeGen/Mips/blez_bgez.ll | 4 +- test/CodeGen/Mips/blockaddr.ll | 32 +++--- test/CodeGen/Mips/ehframe-indirect.ll | 12 ++- test/CodeGen/Mips/fcmp.ll | 16 +-- test/CodeGen/Mips/fpbr.ll | 30 +++--- test/CodeGen/Mips/jumptable_labels.ll | 75 +++++++++++++ test/CodeGen/Mips/llvm-ir/ashr.ll | 8 +- test/CodeGen/Mips/llvm-ir/indirectbr.ll | 4 +- test/CodeGen/Mips/llvm-ir/lshr.ll | 8 +- test/CodeGen/Mips/llvm-ir/select-dbl.ll | 38 ++++--- test/CodeGen/Mips/llvm-ir/select-flt.ll | 40 ++++--- test/CodeGen/Mips/llvm-ir/select-int.ll | 27 ++--- test/CodeGen/Mips/llvm-ir/shl.ll | 8 +- test/CodeGen/Mips/longbranch.ll | 14 +-- test/CodeGen/Mips/msa/basic_operations.ll | 40 +++---- test/CodeGen/Mips/msa/basic_operations_float.ll | 36 +++---- test/CodeGen/Mips/octeon.ll | 16 +-- test/MC/Mips/cpsetup.s | 16 +-- test/MC/Mips/expansion-jal-sym-pic.s | 14 +-- test/MC/Mips/macro-la.s | 20 ++-- test/MC/Mips/mips3/valid.s | 4 +- test/MC/Mips/mips4/valid.s | 4 +- test/MC/Mips/mips5/valid.s | 4 +- test/MC/Mips/mips64/valid.s | 4 +- test/MC/Mips/mips64r2/valid.s | 4 +- test/MC/Mips/mips64r3/valid.s | 4 +- test/MC/Mips/mips64r5/valid.s | 4 +- 33 files changed, 394 insertions(+), 274 deletions(-) create mode 100644 test/CodeGen/Mips/jumptable_labels.ll