This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ecb88dd9646 [Object/ELF] - Improve error reporting for notes. new 24d43bb78f7 Revert "[DwarfDebug] Dump call site debug info"
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: docs/LangRef.rst | 3 - include/llvm/CodeGen/TargetInstrInfo.h | 6 - include/llvm/CodeGen/TargetRegisterInfo.h | 4 +- lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp | 108 ++--------- lib/CodeGen/AsmPrinter/DwarfCompileUnit.h | 18 +- lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 187 ++----------------- lib/CodeGen/AsmPrinter/DwarfDebug.h | 16 -- lib/CodeGen/AsmPrinter/DwarfExpression.cpp | 36 +--- lib/CodeGen/AsmPrinter/DwarfExpression.h | 11 +- lib/CodeGen/AsmPrinter/DwarfUnit.cpp | 4 - lib/CodeGen/AsmPrinter/DwarfUnit.h | 2 - lib/CodeGen/TargetInstrInfo.cpp | 40 ----- lib/CodeGen/TargetRegisterInfo.cpp | 14 -- lib/DebugInfo/DWARF/DWARFDie.cpp | 1 - lib/IR/DebugInfoMetadata.cpp | 9 +- lib/Target/X86/X86InstrInfo.cpp | 94 +--------- lib/Target/X86/X86InstrInfo.h | 3 - .../MIR/X86/dbgcall-site-interpretation.mir | 200 --------------------- .../MIR/X86/dbgcall-site-lea-interpretation.mir | 140 --------------- test/DebugInfo/MIR/X86/debug-call-site-param.mir | 158 ---------------- test/DebugInfo/X86/dwarf-callsite-related-attrs.ll | 7 +- .../llvm-dwarfdump/X86/stats-dbg-callsite-info.ll | 76 -------- tools/llvm-dwarfdump/Statistics.cpp | 20 +-- 23 files changed, 54 insertions(+), 1103 deletions(-) delete mode 100644 test/DebugInfo/MIR/X86/dbgcall-site-interpretation.mir delete mode 100644 test/DebugInfo/MIR/X86/dbgcall-site-lea-interpretation.mir delete mode 100644 test/DebugInfo/MIR/X86/debug-call-site-param.mir delete mode 100644 test/tools/llvm-dwarfdump/X86/stats-dbg-callsite-info.ll