summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Sink PrevCU updating into DwarfUnit::addRange to ensure consistencyDavid Blaikie2014-09-091-1/+0
* Remove DwarfDebug::PrevSection, PrevCU is sufficient for handling address ran...David Blaikie2014-09-091-2/+0
* DebugInfo: Elide lexical scopes which only contain other (inline or lexical) ...David Blaikie2014-08-311-12/+27
* DebugInfo: Move argument creation up into the caller that's unambiguously han...David Blaikie2014-08-311-25/+33
* Delay adding imported entity DIEs to the lexical scope, streamlining the chec...David Blaikie2014-08-311-5/+5
* Modify DwarfDebug::constructImportedEntityDIE to return rather than insert in...David Blaikie2014-08-311-11/+5
* Refactor constructImportedEntityDIE(DwarfUnit, DIImportedEntity) to return a ...David Blaikie2014-08-311-9/+13
* Simplify expression using container's front() rather than begin()->David Blaikie2014-08-311-3/+1
* Revert accidentally committed patches r216787-r216789David Blaikie2014-08-291-26/+9
* Omit dwarf::DW_AT_frame_base under -gmltDavid Blaikie2014-08-291-3/+6
OpenPOWER on IntegriCloud