summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Use common range handling for the CU's rangesDavid Blaikie2014-11-031-30/+5
* Push the CURangeList down into the skeleton CU (where available) rather than ...David Blaikie2014-11-031-1/+1
* Add DwarfCompileUnit::BaseAddress to track the base address used by relative ...David Blaikie2014-11-031-6/+3
* Sink DwarfUnit::CURanges into DwarfCompileUnitDavid Blaikie2014-11-031-1/+1
* FormattingDavid Blaikie2014-11-021-1/+1
* Add DwarfUnit::isDwoUnit and use it to generalize string creationDavid Blaikie2014-11-021-5/+6
* DebugInfo: Sink accelerator table lists down (GlobalNames/Types) into DwarfCo...David Blaikie2014-11-021-3/+5
* 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
OpenPOWER on IntegriCloud