aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h
AgeCommit message (Expand)AuthorFilesLines
2025-07-04[debuginfo][coro] Emit debug info labels for coroutine resume points (#141937)Adrian Vogelsgesang1-1/+2
2025-06-16[llvm][DebugInfo] Encode DW_AT_object_pointer on method declarations with DW_...Michael Buch1-1/+5
2025-05-08Two DWARF variant part improvements (#138953)Tom Tromey1-1/+5
2025-03-31Add support for fixed-point types (#129596)Tom Tromey1-0/+1
2025-02-24Add DISubrangeType (#126772)Tom Tromey1-3/+4
2025-02-04Allow 128-bit discriminants in DWARF variants (#125578)Tom Tromey1-0/+8
2025-01-29Revert "[llvm][DebugInfo] Attach object-pointer to DISubprogram declarations ...David Blaikie1-3/+1
2025-01-17[llvm][DebugInfo] Attach object-pointer to DISubprogram declarations (#122742)Michael Buch1-1/+3
2025-01-08[LLVM][DWARF] Create debug names entry for non-tu top level DIE (#121856)Alexander Yermolovich1-5/+5
2024-05-22DWARF: debug_names: Don't emit entries for skeleton type unitsDavid Blaikie1-4/+6
2023-11-18[LLVM][DWARF] Add support for monolithic types in .debug_names (#70515)Alexander Yermolovich1-3/+18
2023-10-05Revert "[LLVM][DWARF] Add support for monolithic types in .debug_names (#68131)"Nico Weber1-9/+0
2023-10-05[LLVM][DWARF] Add support for monolithic types in .debug_names (#68131)Alexander Yermolovich1-0/+9
2023-06-16Reland "[DebugMetadata][DwarfDebug] Fix DWARF emisson of function-local impor...Vladislav Dzhidzhoev1-2/+2
2023-06-15Revert "Reland "[DebugMetadata][DwarfDebug] Fix DWARF emisson of function-loc...Vladislav Dzhidzhoev1-2/+2
2023-06-15Reland "[DebugMetadata][DwarfDebug] Fix DWARF emisson of function-local impor...Vladislav Dzhidzhoev1-2/+2
2023-06-15Revert "[DebugMetadata][DwarfDebug] Fix DWARF emisson of function-local impor...Vladislav Dzhidzhoev1-2/+2
2023-06-15[DebugMetadata][DwarfDebug] Fix DWARF emisson of function-local imported enti...Vladislav Dzhidzhoev1-2/+2
2023-06-15Revert "[DebugMetadata][DwarfDebug] Fix DWARF emisson of function-local impor...Vladislav Dzhidzhoev1-2/+2
2023-06-15[DebugMetadata][DwarfDebug] Fix DWARF emisson of function-local imported enti...Vladislav Dzhidzhoev1-2/+2
2023-06-15Revert "[DebugMetadata][DwarfDebug] Fix DWARF emisson of function-local impor...Vladislav Dzhidzhoev1-2/+2
2023-06-15[DebugMetadata][DwarfDebug] Fix DWARF emisson of function-local imported enti...Vladislav Dzhidzhoev1-2/+2
2022-12-14[llvm][DebugInfo] Backport DW_AT_default_value for template argsMichael Buch1-0/+4
2022-12-13[CodeGen] llvm::Optional => std::optionalFangrui Song1-4/+4
2022-01-30[CodeGen] Use default member initialization (NFC)Kazu Hirata1-1/+1
2022-01-07[llvm] Remove unused forward declarations (NFC)Kazu Hirata1-2/+0
2021-12-24Revert "[DwarfDebug] Support emitting function-local declaration for a lexica...Kristina Bessonova1-1/+1
2021-12-23Revert "Revert "[DwarfDebug] Support emitting function-local declaration for ...Muhammad Omair Javaid1-1/+1
2021-12-22Revert "[DwarfDebug] Support emitting function-local declaration for a lexica...David Blaikie1-1/+1
2021-12-15[DebugInfo][DWARF] emit DW_AT_accessibility attribute for class/struct/union ...Esme-Yi1-0/+3
2021-12-05Reland [DwarfDebug] Support emitting function-local declaration for a lexical...Kristina Bessonova1-1/+1
2021-12-04Revert "[DwarfDebug] Support emitting function-local declaration for a lexica...Kristina Bessonova1-1/+1
2021-12-04[DwarfDebug] Support emitting function-local declaration for a lexical blockKristina Bessonova1-1/+1
2021-08-31[DWARF] Support new TAG DW_TAG_LLVM_annotationYonghong Song1-0/+3
2021-06-27PR37255: DebugInfo: LTO with -g inlined into -gmlt combined with Split DWARF ...David Blaikie1-1/+1
2021-05-13[Debug-Info] change Tag type to dwarf::Tag for createAndAddDIE; NFCChen Zheng1-1/+1
2021-05-13[Debug-Info] make DIE attributes generation under strict DWARF controlChen Zheng1-0/+10
2021-05-07[Debug-Info][NFC] add a wrapper for Die.addValueChen Zheng1-0/+7
2021-04-23[Debug-Info] change return type to void for attribute adding functions.Chen Zheng1-9/+6
2021-01-27DebugInfo: Deduplicate addresses in debug_addrDavid Blaikie1-2/+5
2020-11-04[DebugInfo] Delete unused DwarfUnit::addConstantFPValue & addConstantValue ov...Fangrui Song1-2/+0
2020-10-29[DebugInfo] Support for DW_TAG_generic_subrangeAlok Kumar Sharma1-0/+2
2020-10-22DWARFv5: Disable DW_OP_convert for configurations that don't yet support itDavid Blaikie1-0/+1
2020-09-17[AsmPrinter] Remove orphan DwarfUnit::shareAcrossDWOCUs declaration. NFCI.Simon Pilgrim1-1/+0
2020-09-16DwarfUnit.h - remove unnecessary includes. NFCI.Simon Pilgrim1-8/+5
2020-09-15[DebugInfo] Fix emitting DWARF64 type units (10/19).Igor Kudrin1-1/+1
2020-09-15[DebugInfo] Fix emitting DWARF64 compilation units (5/19).Igor Kudrin1-3/+3
2020-08-22[DebugInfo][flang]Added support for representing Fortran assumed length stringsSourabh Singh Tomar1-0/+1
2020-08-07[DebugInfo] Remove DwarfUnit::getDwarfVersion(). NFC.Igor Kudrin1-2/+0
2020-07-20DebugInfo: Move getMD5AsBytes from DwarfUnit to DwarfDebugDavid Blaikie1-4/+0