Commit
3f3d0f4f4be04f2dae219c0fe76562eb01ba06d2
by SourabhSingh.Tomar[DebugInfo] Support for debug_macinfo.dwo section in llvm and llvm-dwarfdump. This patch adds support for debug_macinfo.dwo section[pre-standardized] to llvm and llvm-dwarfdump. Reviewers: probinson, dblaikie, aprantl, jini.susan.george, alok Differential Revision: https://reviews.llvm.org/D70705 Tags: #debug-info #llvm
|
 | llvm/include/llvm/DebugInfo/DWARF/DWARFContext.h |
 | llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp |
 | llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h |
 | llvm/test/DebugInfo/Inputs/dwarfdump-macro.dwo |
 | llvm/include/llvm/DebugInfo/DWARF/DWARFObject.h |
 | llvm/include/llvm/MC/MCObjectFileInfo.h |
 | llvm/lib/DebugInfo/DWARF/DWARFContext.cpp |
 | llvm/test/DebugInfo/debugmacinfo-dwo.test |
 | llvm/lib/MC/MCObjectFileInfo.cpp |
Commit
f1e3988aa6016188c376b9bcca1afc7559f9fbc0
by SourabhSingh.TomarRecommit "[DWARF5]Addition of alignment atrribute in typedef DIE." This revision is revised to update Go-bindings and Release Notes. The original commit message follows. This patch, adds support for DW_AT_alignment[DWARF5] attribute, to be emitted with typdef DIE. When explicit alignment is specified. Patch by Awanish Pandey <Awanish.Pandey@amd.com> Reviewers: aprantl, dblaikie, jini.susan.george, SouraVX, alok, deadalinx Differential Revision: https://reviews.llvm.org/D70111
|
 | llvm/bindings/go/llvm/dibuilder.go |
 | llvm/tools/llvm-c-test/debuginfo.c |
 | llvm/include/llvm-c/DebugInfo.h |
 | llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp |
 | llvm/lib/IR/DIBuilder.cpp |
 | llvm/lib/IR/DebugInfo.cpp |
 | llvm/test/DebugInfo/X86/debug-info-template-align.ll |
 | clang/test/CodeGenCXX/debug-info-template-align.cpp |
 | llvm/include/llvm/IR/DIBuilder.h |
 | clang/lib/CodeGen/CGDebugInfo.cpp |
 | llvm/docs/ReleaseNotes.rst |