aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfFile.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-09-04[LLVM][DWARF] Make some effort to avoid duplicates in .debug_ranges. (#106614)Kyle Huey1-2/+14
2023-10-05Revert "[LLVM][DWARF] Add support for monolithic types in .debug_names (#68131)"Nico Weber1-4/+0
2023-10-05[LLVM][DWARF] Add support for monolithic types in .debug_names (#68131)Alexander Yermolovich1-0/+4
2023-09-11[AsmPrinter] Fix an unused variable warningKazu Hirata1-0/+1
2023-09-11[NFC][AsmPrinter] Remove dead multi-MMI handling from DwarfFile::addScopeVari...Scott Linder1-9/+3
2022-09-12[llvm] Use x.empty() instead of llvm::empty(x) (NFC)Kazu Hirata1-2/+2
2022-06-10[MC] De-capitalize SwitchSection. NFCFangrui Song1-1/+1
2022-03-12Cleanup includes: DebugInfo & CodeGenserge-sans-paille1-2/+0
2022-01-12[CodeGen][Debuginfo][NFC] Refactor DIE values SizeOf method to not depend on ...Alexey Lapshin1-1/+2
2020-09-17DwarfFile.h - remove unnecessary includes. NFCI.Simon Pilgrim1-2/+1
2020-09-15[DebugInfo] Make offsets of dwarf units 64-bit (19/19).Igor Kudrin1-1/+4
2020-09-15[DebugInfo] Fix emitting DWARF64 compilation units (5/19).Igor Kudrin1-2/+2
2020-02-14[MC] De-capitalize another set of MCStreamer::Emit* functionsFangrui Song1-1/+1
2019-12-18Reapply "NFC: DebugInfo: Refactor RangeSpanList to be a struct, like DebugLoc...David Blaikie1-1/+1
2019-12-12Temporarily revert "NFC: DebugInfo: Refactor RangeSpanList to be a struct, li...Eric Christopher1-1/+1
2019-12-12NFC: DebugInfo: Refactor RangeSpanList to be a struct, like DebugLocStream::ListDavid Blaikie1-1/+1
2019-02-12DebugInfo: Split DWARF + gmlt + no-split-dwarf-inlining shouldn't emit anythi...David Blaikie1-0/+10
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-12-18Recommit r348806: DebugInfo: Use symbol difference for CU length to simplify ...David Blaikie1-0/+3
2018-12-14DebugInfo: Avoid using split DWARF when the split unit would be empty.David Blaikie1-5/+6
2018-12-11 Revert "debuginfo: Use symbol difference for CU length to simplify assembly ...Jordan Rupprecht1-2/+0
2018-12-10debuginfo: Use symbol difference for CU length to simplify assembly reading/e...David Blaikie1-0/+2
2018-11-08NFC: DebugInfo: Track the origin CU rather than just the base address for ran...David Blaikie1-4/+3
2018-10-20DebugInfo: Use address pool forms in debug_rnglistsDavid Blaikie1-0/+8
2018-10-12Revert BTF commit series.Eli Friedman1-10/+0
2018-10-12[BPF] Add BTF generation for BPF targetYonghong Song1-0/+10
2018-08-17[DebugInfo] Generate DWARF debug information for labels. (Fix leak problems)Hsiangkai Wang1-0/+5
2018-08-14Revert "[DebugInfo] Generate DWARF debug information for labels. (Fix leak pr...Bruno Cardoso Lopes1-5/+0
2018-08-14[DebugInfo] Generate DWARF debug information for labels. (Fix leak problems)Hsiangkai Wang1-0/+5
2018-08-01[DEBUGINFO] Disable emission of the dwarf sections, but allow directives.Alexey Bataev1-0/+6
2018-07-31Revert "[DebugInfo] Generate DWARF debug information for labels."Vlad Tsyrklevich1-5/+0
2018-07-31[DebugInfo] Generate DWARF debug information for labels.Hsiangkai Wang1-0/+5
2018-07-30Remove trailing spaceFangrui Song1-1/+1
2018-07-26dwarfgen: Add support for generating the debug_str_offsets section, take 3Pavel Labath1-20/+0
2018-07-25Revert "dwarfgen: Add support for generating the debug_str_offsets section, t...Pavel Labath1-0/+20
2018-07-25dwarfgen: Add support for generating the debug_str_offsets section, take 2Pavel Labath1-20/+0
2018-07-25Revert "dwarfgen: Add support for generating the debug_str_offsets section"Pavel Labath1-0/+20
2018-07-25dwarfgen: Add support for generating the debug_str_offsets sectionPavel Labath1-20/+0
2018-07-24Revert "[DebugInfo] Generate DWARF debug information for labels."Shiva Chen1-5/+0
2018-07-24[DebugInfo] Generate DWARF debug information for labels.Shiva Chen1-0/+5
2018-05-10[DWARF] Fixing a bug in DWARF v5 string offsets tables where the length encod...Wolfgang Pieb1-2/+2
2018-03-29Style update. NFC.Rafael Espindola1-3/+3
2018-02-06Fix a crash when emitting DIEs for variable-length arraysAdrian Prantl1-29/+10
2018-01-26[DWARF] Generate DWARF v5 string offsets tables along with strx* index forms.Wolfgang Pieb1-2/+23
2017-08-17[CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; o...Eugene Zelenko1-7/+9
2016-12-08Make a DWARF generator so we can unit test DWARF APIs with gtest.Greg Clayton1-67/+3
2016-12-01This change removes the dependency on DwarfDebug that was used for DW_FORM_re...Greg Clayton1-1/+1
2016-02-11DwarfDebug: emit type units immediately.Peter Collingbourne1-16/+23
2015-06-25AsmPrinter: Use an intrusively linked list for DIE::ChildrenDuncan P. N. Exon Smith1-1/+1
2015-06-24AsmPrinter: Cleanup DIEValue::EmitValue() API, NFCDuncan P. N. Exon Smith1-1/+1