summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
Commit message (Expand)AuthorAgeFilesLines
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-4/+3
* Debug Info: Move the complex expression handling (=the remainder) ofAdrian Prantl2015-01-131-1/+2
* Make DIE.h a public CodeGen header.Frederic Riss2015-01-051-1/+1
* Move cross-unit DIE caching to the DwarfFile level, so it doesn't interfere w...David Blaikie2014-11-041-12/+0
* DebugInfo: Sink accelerator table lists down (GlobalNames/Types) into DwarfCo...David Blaikie2014-11-021-4/+3
* Sink DwarfDebug::AbstractSPDies down into DwarfFileDavid Blaikie2014-11-011-7/+0
* DebugInfo: Sink DwarfDebug::ScopeVariables down into DwarfFileDavid Blaikie2014-10-241-7/+0
* Remove DwarfDebug::FirstCU as it has no useDavid Blaikie2014-10-241-6/+0
* DebugInfo: Remove DwarfDebug::addScopeVariable now that it's just a trivial w...David Blaikie2014-10-241-2/+0
* DebugInfo: Remove DwarfDebug::CurrentFnArguments since we have to handle argu...David Blaikie2014-10-231-7/+0
* DebugInfo: Sink DwarfDebug::addNonArgumentScopeVariable into DwarfFile.David Blaikie2014-10-231-1/+0
* DebugInfo: Remove DwarfDebug::addCurrentFnArgument declaration now that it's ...David Blaikie2014-10-231-4/+0
* [DebugInfo] Remove LexicalScopes::isCurrentFunctionScope and CSE a use of Lex...David Blaikie2014-10-231-1/+3
* Simplify a few uses of DwarfDebug::SPMapDavid Blaikie2014-10-101-1/+1
* Remove unused parameterDavid Blaikie2014-10-091-2/+2
* Sink DwarfDebug::createAndAddScopeChildren down into DwarfCompileUnit.David Blaikie2014-10-091-3/+0
* Sink DwarfDebug::constructSubprogramScopeDIE down into DwarfCompileUnitDavid Blaikie2014-10-091-6/+11
* Sink DwarfDebug::createScopeChildrenDIE down into DwarfCompileUnit.David Blaikie2014-10-091-5/+2
* Sink DwarfDebug::constructLexicalScopeDIE into DwarfCompileUnitDavid Blaikie2014-10-091-5/+0
* Sink DwarfDebug::constructInlinedScopeDIE into DwarfCompileUnitDavid Blaikie2014-10-091-12/+15
* Push DwarfDebug::attachRangesOrLowHighPC down into DwarfCompileUnitDavid Blaikie2014-10-091-3/+0
* Sink DwarfDebug::addScopeRangeList down into DwarfCompileUnitDavid Blaikie2014-10-091-11/+11
* Reformat some stuff I missed in recent previous commitsDavid Blaikie2014-10-081-2/+4
* DebugInfo: The rest of pushing DwarfDebug::constructScopeDIE down into DwarfC...David Blaikie2014-10-081-3/+0
* Push DwarfDebug::constructScopeDIE down into DwarfCompileUnitDavid Blaikie2014-10-081-18/+27
* DebugInfo: Sink constructImportedEntityDIE down into DwarfUnit from DwarfDebug.David Blaikie2014-10-061-5/+0
* Remove unused mapDavid Blaikie2014-10-051-4/+0
* Sink DwarfDebug::updateSubprogramScopeDIE into DwarfCompileUnitDavid Blaikie2014-10-041-6/+4
* Sink DwarfDebug::attachLowHighPC into DwarfCompileUnitDavid Blaikie2014-10-041-2/+0
* Move the complex address expression out of DIVariable and into an extraAdrian Prantl2014-10-011-8/+13
* Revert r218778 while investigating buldbot breakage.Adrian Prantl2014-10-011-13/+8
* Move the complex address expression out of DIVariable and into an extraAdrian Prantl2014-10-011-8/+13
* DebugInfo: Sink the code emitting DW_AT_APPLE_omit_frame_ptr down to a more c...David Blaikie2014-09-301-1/+1
* Disable the -gmlt optimization implemented in r218129 under Darwin due to iss...David Blaikie2014-09-301-0/+1
* Remove the unused string section symbol parameter from DwarfFile::emitStringsDavid Blaikie2014-09-111-0/+7
* Sink PrevCU updating into DwarfUnit::addRange to ensure consistencyDavid Blaikie2014-09-091-0/+1
* Remove DwarfDebug::PrevSection, PrevCU is sufficient for handling address ran...David Blaikie2014-09-091-7/+0
* DebugInfo: Elide lexical scopes which only contain other (inline or lexical) ...David Blaikie2014-08-311-3/+4
* DebugInfo: Move argument creation up into the caller that's unambiguously han...David Blaikie2014-08-311-1/+1
* Modify DwarfDebug::constructImportedEntityDIE to return rather than insert in...David Blaikie2014-08-311-5/+2
* Refactor constructImportedEntityDIE(DwarfUnit, DIImportedEntity) to return a ...David Blaikie2014-08-311-2/+3
* Constify MCSymbol* parameters to DwarfDebug::attachLowHighPC.Frederic Riss2014-08-281-2/+2
* Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...Craig Topper2014-08-211-2/+2
* Revert "Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoi...Craig Topper2014-08-181-2/+2
* Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...Craig Topper2014-08-171-2/+2
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* DebugInfo: Move the reference to the CU from the location list entry to the l...David Blaikie2014-08-051-2/+1
* Debug info: Infrastructure to support debug locations for fragmentedAdrian Prantl2014-08-011-0/+13
* Reapply "DebugInfo: Don't put fission type units in comdat sections."David Blaikie2014-07-251-0/+1
* Recommit r212203: Don't try to construct debug LexicalScopes hierarchy for fu...David Blaikie2014-07-251-0/+2
OpenPOWER on IntegriCloud