summaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo/DWARF/DWARFDie.cpp
AgeCommit message (Expand)Author
2025-11-11Remove unused <utility> inclusionserge-sans-paille
2025-11-04[llvm][dwarfdump] Add --child-tags option to filter by DWARF tags (#165720)Michael Buch
2025-10-31[llvm][dwarfdump] Show name of referenced DW_TAG_APPLE_property (#165537)Michael Buch
2025-10-21[llvm][dwarfdump] Pretty-print DW_AT_language_version (#164222)Michael Buch
2025-10-10[llvm-dwarfdump] Support for DW_AT_language_name and DW_AT_language_version (...Michael Buch
2025-06-27Reapply "[NFC][DebugInfo][DWARF] Create new low-level dwarf library (#… (#1...Sterling-Augustine
2025-06-26Revert "[NFC][DebugInfo][DWARF] Create new low-level dwarf library (#… (#14...Sterling-Augustine
2025-06-26[NFC][DebugInfo][DWARF] Create new low-level dwarf library (#145081)Sterling-Augustine
2025-06-09[NFC] Separate high-level-dependent portions of DWARFExpression (revised) (#1...Sterling-Augustine
2024-12-04Reapply "[lldb][dwarf] Compute fully qualified names on simplified template n...Zequan Wu
2024-11-22Revert " [lldb][dwarf] Compute fully qualified names on simplified template n...Mikhail Goncharov
2024-11-20 [lldb][dwarf] Compute fully qualified names on simplified template names wit...Zequan Wu
2024-11-18Revert "[lldb][dwarf] Compute fully qualified names on simplified template na...Shubham Sandeep Rastogi
2024-11-18[lldb][dwarf] Compute fully qualified names on simplified template names with...Zequan Wu
2024-11-17[DebugInfo] Remove unused includes (NFC) (#116551)Kazu Hirata
2024-10-22Add verification support for .debug_names with foreign type units. (#109011)Greg Clayton
2024-10-08[DWARF] Generalize DWARFTypePrinter to a template class (#109459)Zequan Wu
2024-09-04Reapply "[llvm/DWARF] Recursively resolve DW_AT_signature references"… (#99...Pavel Labath
2024-08-05[DWARF] Teach getAttributeValueAsReferencedDie to resolve DW_FORM_ref… (#10...Pavel Labath
2024-07-18Revert "[llvm/DWARF] Recursively resolve DW_AT_signature references" (#99444)Pavel Labath
2024-07-18[llvm/DWARF] Recursively resolve DW_AT_signature references (#97423)Pavel Labath
2024-07-16Split DWARFFormValue::getReference into four functions (#98905)Pavel Labath
2024-04-18[DWARF] Add support for DW_TAG_template_alias for template aliases (#88943)Orlando Cazalet-Hyams
2023-12-07[libDebugInfo] Prevent infinite recursion in DWARFDie::getTypeSize() (#74681)Adrian Prantl
2023-11-09[llvm-dwarfdump] pretty-print DW_AT_call_origin reference (#71693)Orlando Cazalet-Hyams
2023-11-04[DebugInfo] Use human-friendly printing for DWARF column attributes (#71062)J. Ryan Stinnett
2023-01-28Use llvm::count{lr}_{zero,one} (NFC)Kazu Hirata
2022-12-15Remove the dependency between lib/DebugInfoDWARF and MC.Shubham Sandeep Rastogi
2022-12-14Revert "Remove the dependency between lib/DebugInfoDWARF and MC."Shubham Sandeep Rastogi
2022-12-14Remove the dependency between lib/DebugInfoDWARF and MC.Shubham Sandeep Rastogi
2022-12-10Don't include None.h (NFC)Kazu Hirata
2022-12-06[llvm] Don't include Optional.h (NFC)Kazu Hirata
2022-12-05[DebugInfo] llvm::Optional => std::optionalFangrui Song
2022-12-02[DebugInfo] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-10-06Revert "Remove the dependency between lib/DebugInfoDWARF and MC."Shubham Sandeep Rastogi
2022-10-06Remove the dependency between lib/DebugInfoDWARF and MC.Shubham Sandeep Rastogi
2022-10-06Revert "Remove the dependency between lib/DebugInfoDWARF and MC."Shubham Sandeep Rastogi
2022-10-06Remove the dependency between lib/DebugInfoDWARF and MC.Shubham Sandeep Rastogi
2022-07-08Remove unnecessary bracesDavid Blaikie
2022-07-08llvm-dwarfdump: Don't crash if DW_AT_{decl,call}_{file,line} uses signed formPedro Alves
2022-06-22[iwyu] Handle regressions in libLLVM header includeserge-sans-paille
2022-06-20[llvm] Don't use Optional::getValue (NFC)Kazu Hirata
2022-06-18[llvm] Use value_or instead of getValueOr (NFC)Kazu Hirata
2022-06-18llvm-dwarf-dump: include type name for AT_containing_typeFelipe de Azevedo Piovezan
2022-06-16Incomplete attempt to pull DWARFTypePrinter into its own file for reuseDavid Blaikie
2022-05-23[symbolizer] Parse DW_TAG_variable DIs to show line info for globalsMitch Phillips
2022-04-06DebugInfo: Make the simplified template names prefix more uniqueDavid Blaikie
2022-04-05DebugInfo: Don't use enumerators in template names for debug info as they are...David Blaikie
2022-03-22llvm-dwarfdump: Including calling convention attribute in pretty printed type...David Blaikie
2022-03-22DebugInfo: Simplify const/volatile printing for function typesDavid Blaikie