summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfFile.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move cross-unit DIE caching to the DwarfFile level, so it doesn't interfere w...David Blaikie2014-11-041-0/+12
* Sink DwarfDebug::AbstractSPDies down into DwarfFileDavid Blaikie2014-11-011-0/+7
* Sink some of DwarfDebug::collectDeadVariables down into DwarfCompileUnit.David Blaikie2014-10-311-0/+1
* DebugInfo: Sink DwarfDebug::ScopeVariables down into DwarfFileDavid Blaikie2014-10-241-0/+7
* DebugInfo: Remove DwarfDebug::addScopeVariable now that it's just a trivial w...David Blaikie2014-10-241-1/+1
* DebugInfo: Remove DwarfDebug::CurrentFnArguments since we have to handle argu...David Blaikie2014-10-231-1/+0
* DebugInfo: Sink DwarfDebug::addNonArgumentScopeVariable into DwarfFile.David Blaikie2014-10-231-0/+1
* [DebugInfo] Sink DwarfDebug::addCurrentFnArgument down into DwarfFile.David Blaikie2014-10-231-0/+4
* [DebugInfo] Add DwarfDebug& to DwarfFile.David Blaikie2014-10-231-2/+5
* Remove the unused string section symbol parameter from DwarfFile::emitStringsDavid Blaikie2014-09-111-2/+1
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* Encapsulate the DWARF string pool in a separate type.David Blaikie2014-04-251-21/+4
* Move the AddressPool from DwarfFile to DwarfDebug.David Blaikie2014-04-231-4/+0
* clang-format for my previous commit (I keep forgetting... )David Blaikie2014-04-231-0/+1
* Separate out the DWARF address pool into its own type/files.David Blaikie2014-04-231-20/+3
* Split out DwarfFile from DwarfDebug into its own .h/.cpp files.David Blaikie2014-04-231-0/+121
OpenPOWER on IntegriCloud