summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
Commit message (Expand)AuthorAgeFilesLines
* Drop DwarfCompileUnit::getLocalLabel* in favor of just mapping through the sk...David Blaikie2014-11-021-1/+5
* Remove DwarfUnit::LabelEnd in favor of computing the length of the section di...David Blaikie2014-11-011-1/+1
* Sink DwarfUnit::SectionSym into DwarfCompileUnit as it's only needed/used there.David Blaikie2014-11-011-2/+1
* And... fix the build some more.David Blaikie2014-11-011-1/+1
* Just iterate the DwarfCompileUnits rather than trying to filter them out of t...David Blaikie2014-11-011-49/+46
* Add '*' to auto variable that is a pointer, as per the coding conventions.David Blaikie2014-11-011-1/+1
* Add DwarfCompileUnit::getSkeleton that returns DwarfCompileUnit* to avoid hav...David Blaikie2014-11-011-3/+2
* Sink some of DwarfDebug::collectDeadVariables down into DwarfCompileUnit.David Blaikie2014-10-311-20/+1
* Sink most of DwarfDebug::constructAbstractSubprogramScopeDIE into DwarfCompil...David Blaikie2014-10-311-5/+1
* Minimize the scope of some variables, NFC.David Blaikie2014-10-281-2/+2
* DebugInfo: Sink DwarfDebug::ScopeVariables down into DwarfFileDavid Blaikie2014-10-241-2/+2
* Remove DwarfDebug::FirstCU as it has no useDavid Blaikie2014-10-241-11/+5
* DebugInfo: Remove DwarfDebug::addScopeVariable now that it's just a trivial w...David Blaikie2014-10-241-8/+4
* DebugInfo: Remove DwarfDebug::CurrentFnArguments since we have to handle argu...David Blaikie2014-10-231-4/+0
* DebugInfo: Sink DwarfDebug::addNonArgumentScopeVariable into DwarfFile.David Blaikie2014-10-231-34/+2
* [DebugInfo] Sink DwarfDebug::addCurrentFnArgument down into DwarfFile.David Blaikie2014-10-231-24/+1
* [DebugInfo] Add DwarfDebug& to DwarfFile.David Blaikie2014-10-231-4/+5
* [DebugInfo] Remove LexicalScopes::isCurrentFunctionScope and CSE a use of Lex...David Blaikie2014-10-231-12/+16
* Revert some parts of r196288 that were confusing and untested.David Blaikie2014-10-141-8/+2
* Add an assertion about the integrity of the iterator.Adrian Prantl2014-10-131-0/+5
* Simplify a few uses of DwarfDebug::SPMapDavid Blaikie2014-10-101-21/+3
* Sink the per-CU part of DwarfDebug::finishSubprogramDefinitions into DwarfCom...David Blaikie2014-10-101-15/+1
* Sink most of DwarfDebug::constructAbstractSubprogramScopeDIE down into DwarfC...David Blaikie2014-10-101-23/+3
* Avoid unnecessary map lookup/insertion.David Blaikie2014-10-101-2/+2
* Remove unused parameterDavid Blaikie2014-10-091-4/+3
* Sink DwarfDebug::createAndAddScopeChildren down into DwarfCompileUnit.David Blaikie2014-10-091-14/+1
* Sink DwarfDebug::constructSubprogramScopeDIE down into DwarfCompileUnitDavid Blaikie2014-10-091-43/+1
* Sink DwarfDebug::createScopeChildrenDIE down into DwarfCompileUnit.David Blaikie2014-10-091-21/+3
* Sink DwarfDebug.cpp::constructVariableDIE into DwarfCompileUnit.David Blaikie2014-10-091-12/+2
* Sink DwarfDebug::constructLexicalScopeDIE into DwarfCompileUnitDavid Blaikie2014-10-091-17/+0
* Sink DwarfDebug::constructInlinedScopeDIE into DwarfCompileUnitDavid Blaikie2014-10-091-31/+0
* Push DwarfDebug::attachRangesOrLowHighPC down into DwarfCompileUnitDavid Blaikie2014-10-091-12/+2
* Sink DwarfDebug::addScopeRangeList down into DwarfCompileUnitDavid Blaikie2014-10-091-26/+1
* Sink and coalesce DwarfDebug.cpp::addSectionLabel and DwarfUnit::addSectionLa...David Blaikie2014-10-081-20/+10
* DebugInfo: The rest of pushing DwarfDebug::constructScopeDIE down into DwarfC...David Blaikie2014-10-081-68/+1
* DebugInfo: Sink constructImportedEntityDIE down into DwarfUnit from DwarfDebug.David Blaikie2014-10-061-31/+2
* Remove unused mapDavid Blaikie2014-10-051-2/+0
* Sink DwarfDebug::updateSubprogramScopeDIE into DwarfCompileUnitDavid Blaikie2014-10-041-27/+1
* Sink DwarfDebug::attachLowHighPC into DwarfCompileUnitDavid Blaikie2014-10-041-18/+4
* Move DwarfCompileUnit from DwarfUnit.h to its own header (DwarfCompileUnit.h)David Blaikie2014-10-041-1/+3
* Move the complex address expression out of DIVariable and into an extraAdrian Prantl2014-10-011-43/+51
* Revert r218778 while investigating buldbot breakage.Adrian Prantl2014-10-011-51/+43
* Move the complex address expression out of DIVariable and into an extraAdrian Prantl2014-10-011-43/+51
* Omit DW_AT_inline under -gmlt to save a little more space.David Blaikie2014-09-301-1/+2
* DebugInfo: Sink the code emitting DW_AT_APPLE_omit_frame_ptr down to a more c...David Blaikie2014-09-301-6/+4
* Disable the -gmlt optimization implemented in r218129 under Darwin due to iss...David Blaikie2014-09-301-3/+2
* Omit DW_TAG_subprograms for subprograms without inlined subroutines when prod...David Blaikie2014-09-191-8/+24
* Change DwarfCompileUnit::createGlobalVariable to getOrCreateGlobalVariable.Frederic Riss2014-09-191-1/+1
* Omit DW_AT_frame_base under -gmlt for sizeDavid Blaikie2014-09-191-3/+7
* Remove the unused string section symbol parameter from DwarfFile::emitStringsDavid Blaikie2014-09-111-34/+20
OpenPOWER on IntegriCloud