This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7f4956f Add README describing the intention of test/CodeGen/MIR new baf9211 Fix LLVM's use of DW_OP_bit_piece in DWARF expressions.
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/CodeGen/AsmPrinter.h | 4 - lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp | 30 ----- lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp | 20 +++- lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 46 +++----- lib/CodeGen/AsmPrinter/DwarfExpression.cpp | 97 +++++++++------- lib/CodeGen/AsmPrinter/DwarfExpression.h | 40 +++++-- lib/CodeGen/AsmPrinter/DwarfUnit.cpp | 39 +++---- lib/CodeGen/AsmPrinter/DwarfUnit.h | 13 --- test/DebugInfo/AArch64/frameindices.ll | 4 +- .../CostModel => DebugInfo/MIR}/ARM/lit.local.cfg | 0 test/DebugInfo/MIR/ARM/split-superreg-piece.mir | 125 +++++++++++++++++++++ test/DebugInfo/MIR/ARM/split-superreg.mir | 125 +++++++++++++++++++++ test/DebugInfo/MIR/X86/bit-piece-dh.mir | 102 +++++++++++++++++ test/DebugInfo/X86/PR26148.ll | 4 +- test/DebugInfo/X86/dw_op_minus_direct.ll | 48 ++++++++ 15 files changed, 533 insertions(+), 164 deletions(-) copy test/{Analysis/CostModel => DebugInfo/MIR}/ARM/lit.local.cfg (100%) create mode 100644 test/DebugInfo/MIR/ARM/split-superreg-piece.mir create mode 100644 test/DebugInfo/MIR/ARM/split-superreg.mir create mode 100644 test/DebugInfo/MIR/X86/bit-piece-dh.mir create mode 100644 test/DebugInfo/X86/dw_op_minus_direct.ll