This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2e5ed34 [LAA] Rename Strides to SymblicStrides in analyzeLoop. NFC new 0b8fc77 [llvm-objdump] Support detection of feature bits from the obj [...]
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: include/llvm/Object/COFF.h | 1 + include/llvm/Object/ELFObjectFile.h | 10 ++++ include/llvm/Object/MachO.h | 1 + include/llvm/Object/ObjectFile.h | 2 + include/llvm/Support/ELF.h | 1 + lib/Object/ELFObjectFile.cpp | 67 ++++++++++++++++++++++ lib/Target/Mips/MipsAsmPrinter.cpp | 5 +- test/CodeGen/Mips/Fast-ISel/shift.ll | 2 +- .../CodeGen/Mips/compactbranches/no-beqzc-bnezc.ll | 3 +- test/CodeGen/Mips/micromips-atomic1.ll | 3 +- test/MC/Mips/cpload.s | 13 ++--- test/MC/Mips/cprestore-noreorder-noat.s | 3 +- test/MC/Mips/cprestore-noreorder.s | 3 +- test/MC/Mips/cprestore-reorder.s | 3 +- test/MC/Mips/cpsetup.s | 17 +++--- test/MC/Mips/micromips-el-fixup-data.s | 2 +- test/MC/Mips/mips64extins.ll | 56 ------------------ test/MC/Mips/mips64extins.s | 9 +++ test/MC/Mips/mips_gprel16.s | 6 +- test/MC/Mips/set-defined-symbol.s | 2 +- test/Object/Mips/feature.test | 1 + test/Object/Mips/objdump-micro-mips.test | 1 + tools/llvm-objdump/llvm-objdump.cpp | 6 +- 23 files changed, 122 insertions(+), 95 deletions(-) delete mode 100644 test/MC/Mips/mips64extins.ll create mode 100644 test/MC/Mips/mips64extins.s