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