summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfFile.h
Commit message (Expand)AuthorAgeFilesLines
* Reapply "NFC: DebugInfo: Refactor RangeSpanList to be a struct, like DebugLoc...David Blaikie2019-12-181-11/+2
* Temporarily revert "NFC: DebugInfo: Refactor RangeSpanList to be a struct, li...Eric Christopher2019-12-121-2/+11
* NFC: DebugInfo: Refactor RangeSpanList to be a struct, like DebugLocStream::ListDavid Blaikie2019-12-121-11/+2
* DebugInfo: Move loclist base address from DwarfFile to DebugLocStreamDavid Blaikie2019-10-171-7/+0
* DebugInfo: Simplify RangeSpan to be a plain structDavid Blaikie2019-10-021-9/+3
* [AsmPrinter] Delete unused RangeSpanList::addRangeFangrui Song2019-04-101-1/+0
* [DebugInfo] Introduce DW_OP_LLVM_convertMarkus Lavin2019-03-191-1/+1
* Revert "[DebugInfo] Introduce DW_OP_LLVM_convert"Markus Lavin2019-03-191-1/+1
* [DebugInfo] Introduce DW_OP_LLVM_convertMarkus Lavin2019-03-191-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* NFC: DebugInfo: Track the origin CU rather than just the base address for ran...David Blaikie2018-11-081-6/+5
* [Codegen] - Implement basic .debug_loclists section emission (DWARF5).George Rimar2018-10-261-2/+7
* DebugInfo: Use address pool forms in debug_rnglistsDavid Blaikie2018-10-201-0/+43
* Revert BTF commit series.Eli Friedman2018-10-121-4/+3
* [BPF] Don't include linux/types.h and fix styleFangrui Song2018-10-121-3/+1
* [BPF] Add BTF generation for BPF targetYonghong Song2018-10-121-0/+3
* [DebugInfo] Generate DWARF debug information for labels. (Fix leak problems)Hsiangkai Wang2018-08-171-3/+15
* Revert "[DebugInfo] Generate DWARF debug information for labels. (Fix leak pr...Bruno Cardoso Lopes2018-08-141-15/+3
* [DebugInfo] Generate DWARF debug information for labels. (Fix leak problems)Hsiangkai Wang2018-08-141-3/+15
* Revert "[DebugInfo] Generate DWARF debug information for labels."Vlad Tsyrklevich2018-07-311-15/+3
* [DebugInfo] Generate DWARF debug information for labels.Hsiangkai Wang2018-07-311-3/+15
* dwarfgen: Add support for generating the debug_str_offsets section, take 3Pavel Labath2018-07-261-3/+0
* Revert "dwarfgen: Add support for generating the debug_str_offsets section, t...Pavel Labath2018-07-251-0/+3
* dwarfgen: Add support for generating the debug_str_offsets section, take 2Pavel Labath2018-07-251-3/+0
* Revert "dwarfgen: Add support for generating the debug_str_offsets section"Pavel Labath2018-07-251-0/+3
* dwarfgen: Add support for generating the debug_str_offsets sectionPavel Labath2018-07-251-3/+0
* Revert "[DebugInfo] Generate DWARF debug information for labels."Shiva Chen2018-07-241-15/+3
* [DebugInfo] Generate DWARF debug information for labels.Shiva Chen2018-07-241-3/+15
* [DWARF v5] Generate range list tables into the .debug_rnglists section. No su...Wolfgang Pieb2018-07-121-0/+8
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-8/+8
* Fix a crash when emitting DIEs for variable-length arraysAdrian Prantl2018-02-061-3/+11
* [DWARF] Generate DWARF v5 string offsets tables along with strx* index forms.Wolfgang Pieb2018-01-261-2/+17
* Modularize: Include some required headersDavid Blaikie2017-11-031-1/+1
* [CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; o...Eugene Zelenko2017-08-171-12/+11
* DWARF: Avoid cross-CU references under FissionDavid Blaikie2017-05-121-0/+4
* Make a DWARF generator so we can unit test DWARF APIs with gtest.Greg Clayton2016-12-081-13/+2
* [NFC] Header cleanupMehdi Amini2016-04-181-1/+0
* DwarfDebug: emit type units immediately.Peter Collingbourne2016-02-111-3/+13
* One more batch of self-containing headers.Benjamin Kramer2016-01-271-0/+1
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* AsmPrinter: Store abbreviation data directly in DIE and DIEValueDuncan P. N. Exon Smith2015-05-271-2/+7
* AsmPrinter: Prune an include, NFCDuncan P. N. Exon Smith2015-05-241-0/+1
* Move alignment from MCSectionData to MCSection.Rafael Espindola2015-05-211-3/+2
* IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith2015-04-291-3/+3
* DebugInfo: Delete subclasses of DIScopeDuncan P. N. Exon Smith2015-04-201-1/+0
* Store an optional section start label in MCSection.Rafael Espindola2015-03-101-1/+1
* Move emitDIE and emitAbbrevs to AsmPrinter. NFC.Frederic Riss2015-03-041-4/+1
* Debug Info: Support variables that are described by more than one MMIAdrian Prantl2015-02-101-1/+2
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-5/+4
OpenPOWER on IntegriCloud