summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfFile.cpp
Commit message (Expand)AuthorAgeFilesLines
* [CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; o...Eugene Zelenko2017-08-171-7/+9
* Make a DWARF generator so we can unit test DWARF APIs with gtest.Greg Clayton2016-12-081-67/+3
* This change removes the dependency on DwarfDebug that was used for DW_FORM_re...Greg Clayton2016-12-011-1/+1
* DwarfDebug: emit type units immediately.Peter Collingbourne2016-02-111-16/+23
* AsmPrinter: Use an intrusively linked list for DIE::ChildrenDuncan P. N. Exon Smith2015-06-251-1/+1
* AsmPrinter: Cleanup DIEValue::EmitValue() API, NFCDuncan P. N. Exon Smith2015-06-241-1/+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: Stop exposing underlying DIE children list, NFCDuncan P. N. Exon Smith2015-05-281-5/+2
* [AsmPrinter] Destroy allocated DIEAbbrevs on teardown.Benjamin Kramer2015-05-281-1/+4
* AsmPrinter: Avoid a warning in NDEBUG, NFCDuncan P. N. Exon Smith2015-05-271-0/+1
* AsmPrinter: Stop exposing underlying DIEValue list, NFCDuncan P. N. Exon Smith2015-05-271-5/+2
* AsmPrinter: Store abbreviation data directly in DIE and DIEValueDuncan P. N. Exon Smith2015-05-271-18/+21
* Reapply "AsmPrinter: Change DIEValue to be stored by value"Duncan P. N. Exon Smith2015-05-271-2/+2
* Revert "AsmPrinter: Change DIEValue to be stored by value"Duncan P. N. Exon Smith2015-05-271-2/+2
* AsmPrinter: Change DIEValue to be stored by valueDuncan P. N. Exon Smith2015-05-271-2/+2
* Move alignment from MCSectionData to MCSection.Rafael Espindola2015-05-211-4/+3
* IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith2015-04-291-1/+1
* [AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr.Lang Hames2015-04-241-2/+2
* DebugInfo: Drop rest of DIDescriptor subclassesDuncan P. N. Exon Smith2015-04-211-1/+1
* DebugInfo: Gut DIVariable and DIGlobalVariableDuncan P. N. Exon Smith2015-04-141-2/+2
* Store an optional section start label in MCSection.Rafael Espindola2015-03-101-2/+2
* Move emitDIE and emitAbbrevs to AsmPrinter. NFC.Frederic Riss2015-03-041-16/+5
* Debug Info: Support variables that are described by more than one MMIAdrian Prantl2015-02-101-3/+7
* Revert "PR21408: Workaround the appearance of duplicate variables due to prob...David Blaikie2015-01-221-6/+1
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-3/+2
* Sink dwarf unit length emission down into DwarfUnit::emitHeaderDavid Blaikie2014-11-011-7/+0
* Remove DwarfUnit::LabelEnd in favor of computing the length of the section di...David Blaikie2014-11-011-1/+0
* Correct assert text from r220923David Blaikie2014-10-311-1/+1
* PR21408: Workaround the appearance of duplicate variables due to problems whe...David Blaikie2014-10-301-1/+6
* DebugInfo: Sink DwarfDebug::ScopeVariables down into DwarfFileDavid Blaikie2014-10-241-1/+1
* DebugInfo: Remove DwarfDebug::addScopeVariable now that it's just a trivial w...David Blaikie2014-10-241-2/+1
* DebugInfo: Remove DwarfDebug::CurrentFnArguments since we have to handle argu...David Blaikie2014-10-231-22/+1
* DebugInfo: Sink DwarfDebug::addNonArgumentScopeVariable into DwarfFile.David Blaikie2014-10-231-0/+32
* Remove explicit (void) use of DwarfFile::DD that was accidentally left in r22...David Blaikie2014-10-231-3/+1
* [DebugInfo] Sink DwarfDebug::addCurrentFnArgument down into DwarfFile.David Blaikie2014-10-231-0/+23
* [DebugInfo] Add DwarfDebug& to DwarfFile.David Blaikie2014-10-231-4/+7
* Remove the unused string section symbol parameter from DwarfFile::emitStringsDavid Blaikie2014-09-111-3/+2
* Encapsulate the DWARF string pool in a separate type.David Blaikie2014-04-251-62/+3
* Return DIE by reference instead of pointer from DwarfUnit::getUnitDieDavid Blaikie2014-04-251-4/+4
* Separate out the DWARF address pool into its own type/files.David Blaikie2014-04-231-28/+0
* clang-format r207010David Blaikie2014-04-231-3/+2
* Split out DwarfFile from DwarfDebug into its own .h/.cpp files.David Blaikie2014-04-231-0/+244
OpenPOWER on IntegriCloud