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