summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfFile.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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