This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 81ce39488db [X86][MS-InlineAsm] Extended support for variables / identi [...] new 70d137c4eff [mips] Reordering callseq* nodes to be linear new 553e12e54cd [dwarfdump][NFC] Consistent errors and warnings with --verify
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: include/llvm/DebugInfo/DWARF/DWARFVerifier.h | 4 + lib/DebugInfo/DWARF/DWARFVerifier.cpp | 175 +++++++++++---------- lib/DebugInfo/DWARF/SyntaxHighlighting.cpp | 15 +- lib/DebugInfo/DWARF/SyntaxHighlighting.h | 16 +- lib/Target/Mips/MipsISelLowering.cpp | 39 ++--- lib/Target/Mips/MipsISelLowering.h | 14 +- test/CodeGen/Mips/callseq_order.ll | 55 +++++++ test/CodeGen/Mips/largeimmprinting.ll | 11 +- test/CodeGen/Mips/llvm-ir/mul.ll | 2 +- test/CodeGen/Mips/llvm-ir/sdiv.ll | 2 +- test/CodeGen/Mips/llvm-ir/srem.ll | 2 +- test/CodeGen/Mips/llvm-ir/udiv.ll | 2 +- test/CodeGen/Mips/llvm-ir/urem.ll | 2 +- .../llvm-dwarfdump/X86/apple_names_verify_form.s | 4 +- .../X86/apple_names_verify_num_atoms.s | 6 +- .../tools/llvm-dwarfdump/X86/verify_debug_abbrev.s | 5 +- test/tools/llvm-dwarfdump/X86/verify_debug_info.s | 6 +- .../llvm-dwarfdump/X86/verify_unit_header_chain.s | 18 +-- 18 files changed, 234 insertions(+), 144 deletions(-) create mode 100644 test/CodeGen/Mips/callseq_order.ll