This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_39 in repository llvm.
from a704644 Merging r276358, r276364, and r276368 new 860aa66 Merging r275966: -------------------------------------------- [...] new d1b48cb Merging r275967: -------------------------------------------- [...] new b89c2db Merging r275968: -------------------------------------------- [...]
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: include/llvm/ADT/Triple.h | 6 +- lib/Support/Triple.cpp | 2 + .../Mips/MCTargetDesc/MipsELFObjectWriter.cpp | 8 +- 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 +- test/MC/Mips/relocation.s | 36 +++++- 37 files changed, 435 insertions(+), 285 deletions(-) create mode 100644 test/CodeGen/Mips/jumptable_labels.ll