summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
Commit message (Expand)AuthorAgeFilesLines
...
* IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith2015-04-291-21/+21
* DebugInfo: Drop rest of DIDescriptor subclassesDuncan P. N. Exon Smith2015-04-211-17/+19
* DebugInfo: Delete subclasses of DIScopeDuncan P. N. Exon Smith2015-04-201-3/+3
* DebugInfo: Delete old subclasses of DITypeDuncan P. N. Exon Smith2015-04-201-2/+3
* DebugInfo: Remove DITypeDuncan P. N. Exon Smith2015-04-201-1/+1
* DebugInfo: Remove DIDescriptor from the DebugInfo APIDuncan P. N. Exon Smith2015-04-171-1/+1
* AsmPrinter: Create a unified .debug_loc streamDuncan P. N. Exon Smith2015-04-171-17/+14
* Remove dead code, NFCDuncan P. N. Exon Smith2015-04-171-8/+0
* AsmPrinter: Simplify logic for debug info intrinsics' !dbg attachmentsDuncan P. N. Exon Smith2015-04-161-4/+1
* DebugInfo: DIRef<> => TypedDebugNodeRef<>Duncan P. N. Exon Smith2015-04-161-4/+1
* DebugInfo: Gut DIType and subclassesDuncan P. N. Exon Smith2015-04-161-2/+2
* DebugInfo: Remove 'inlinedAt:' field from MDLocalVariableDuncan P. N. Exon Smith2015-04-151-10/+21
* DebugInfo: Gut DIVariable and DIGlobalVariableDuncan P. N. Exon Smith2015-04-141-4/+4
* DebugInfo: Gut DIExpressionDuncan P. N. Exon Smith2015-04-141-4/+4
* DebugInfo: Remove DITypedArray<>, replace with typedefsDuncan P. N. Exon Smith2015-04-071-0/+3
* CodeGen: Stop using DIDescriptor::is*() and auto-castingDuncan P. N. Exon Smith2015-04-061-1/+1
* DebugInfo: Remove DIDescriptor::Verify()Duncan P. N. Exon Smith2015-04-061-1/+0
* Centralize the handling of unique ids for temporary labels.Rafael Espindola2015-03-171-9/+0
* Remove dead code. NFC.Rafael Espindola2015-03-171-4/+0
* IR: Take advantage of -verify checks for MDExpressionDuncan P. N. Exon Smith2015-03-161-1/+2
* Print section start labels when first switching to the section.Rafael Espindola2015-03-111-3/+0
* Create symbols marking the start of a section earlier.Rafael Espindola2015-03-101-1/+1
* Store an optional section start label in MCSection.Rafael Espindola2015-03-101-19/+0
* Remove effectively dead code.Rafael Espindola2015-03-101-1/+0
* Use the existing begin and end symbol for debug info.Rafael Espindola2015-03-051-3/+0
* Support standard DWARF TLS opcode; Darwin and PS4 use it.Paul Robinson2015-03-041-0/+8
* Move emitDIE and emitAbbrevs to AsmPrinter. NFC.Frederic Riss2015-03-041-3/+0
* Refactor DebugLocDWARFExpression so it doesn't require access to theAdrian Prantl2015-03-021-1/+2
* Revert "Refactor DebugLocDWARFExpression so it doesn't require access to the"Adrian Prantl2015-03-021-2/+1
* Refactor DebugLocDWARFExpression so it doesn't require access to theAdrian Prantl2015-03-021-1/+2
* Revert r230930, it caused PR22747.Nico Weber2015-03-021-2/+1
* Refactor DebugLocDWARFExpression so it doesn't require access to theAdrian Prantl2015-03-021-1/+2
* Simplify arange output.Rafael Espindola2015-02-261-8/+0
* 80-column fixups.Eric Christopher2015-02-171-5/+7
* Debug Info: Support variables that are described by more than one MMIAdrian Prantl2015-02-101-22/+44
* [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
OpenPOWER on IntegriCloud