aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfFile.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko1-1/+1
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-1/+1
2015-05-28AsmPrinter: Stop exposing underlying DIE children list, NFCDuncan P. N. Exon Smith1-5/+2
2015-05-28[AsmPrinter] Destroy allocated DIEAbbrevs on teardown.Benjamin Kramer1-1/+4
2015-05-27AsmPrinter: Avoid a warning in NDEBUG, NFCDuncan P. N. Exon Smith1-0/+1
2015-05-27AsmPrinter: Stop exposing underlying DIEValue list, NFCDuncan P. N. Exon Smith1-5/+2
2015-05-27AsmPrinter: Store abbreviation data directly in DIE and DIEValueDuncan P. N. Exon Smith1-18/+21
2015-05-27Reapply "AsmPrinter: Change DIEValue to be stored by value"Duncan P. N. Exon Smith1-2/+2
2015-05-27Revert "AsmPrinter: Change DIEValue to be stored by value"Duncan P. N. Exon Smith1-2/+2
2015-05-27AsmPrinter: Change DIEValue to be stored by valueDuncan P. N. Exon Smith1-2/+2
2015-05-21Move alignment from MCSectionData to MCSection.Rafael Espindola1-4/+3
2015-04-29IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith1-1/+1
2015-04-24[AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr.Lang Hames1-2/+2
2015-04-21DebugInfo: Drop rest of DIDescriptor subclassesDuncan P. N. Exon Smith1-1/+1
2015-04-14DebugInfo: Gut DIVariable and DIGlobalVariableDuncan P. N. Exon Smith1-2/+2
2015-03-10Store an optional section start label in MCSection.Rafael Espindola1-2/+2