This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a079d8ef825 [Loop Peeling] Add support for peeling of loops with multip [...] new 7936dfdc22c Reland "[LiveDebugValues] Emit the debug entry values"
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/MachineInstr.h | 7 ++ lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp | 6 + lib/CodeGen/LiveDebugValues.cpp | 137 ++++++++++++++++++--- lib/CodeGen/MachineVerifier.cpp | 2 +- .../MIR/X86/avoid-single-entry-value-location.mir | 67 ++++++++++ test/DebugInfo/MIR/X86/dbginfo-entryvals.mir | 79 ++++++++++++ .../MIR/X86/multiple-param-dbg-value-entry.mir | 83 +++++++++++++ 7 files changed, 363 insertions(+), 18 deletions(-) create mode 100644 test/DebugInfo/MIR/X86/avoid-single-entry-value-location.mir create mode 100644 test/DebugInfo/MIR/X86/dbginfo-entryvals.mir create mode 100644 test/DebugInfo/MIR/X86/multiple-param-dbg-value-entry.mir