summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfFile.h
Commit message (Expand)AuthorAgeFilesLines
* Store an optional section start label in MCSection.Rafael Espindola2015-03-101-1/+1
* Move emitDIE and emitAbbrevs to AsmPrinter. NFC.Frederic Riss2015-03-041-4/+1
* Debug Info: Support variables that are described by more than one MMIAdrian Prantl2015-02-101-1/+2
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-5/+4
* Move cross-unit DIE caching to the DwarfFile level, so it doesn't interfere w...David Blaikie2014-11-041-0/+12
* Sink DwarfDebug::AbstractSPDies down into DwarfFileDavid Blaikie2014-11-011-0/+7
* Sink some of DwarfDebug::collectDeadVariables down into DwarfCompileUnit.David Blaikie2014-10-311-0/+1
* DebugInfo: Sink DwarfDebug::ScopeVariables down into DwarfFileDavid Blaikie2014-10-241-0/+7
* DebugInfo: Remove DwarfDebug::addScopeVariable now that it's just a trivial w...David Blaikie2014-10-241-1/+1
* DebugInfo: Remove DwarfDebug::CurrentFnArguments since we have to handle argu...David Blaikie2014-10-231-1/+0
* DebugInfo: Sink DwarfDebug::addNonArgumentScopeVariable into DwarfFile.David Blaikie2014-10-231-0/+1
* [DebugInfo] Sink DwarfDebug::addCurrentFnArgument down into DwarfFile.David Blaikie2014-10-231-0/+4
* [DebugInfo] Add DwarfDebug& to DwarfFile.David Blaikie2014-10-231-2/+5
* Remove the unused string section symbol parameter from DwarfFile::emitStringsDavid Blaikie2014-09-111-2/+1
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* Encapsulate the DWARF string pool in a separate type.David Blaikie2014-04-251-21/+4
* Move the AddressPool from DwarfFile to DwarfDebug.David Blaikie2014-04-231-4/+0
* clang-format for my previous commit (I keep forgetting... )David Blaikie2014-04-231-0/+1
* Separate out the DWARF address pool into its own type/files.David Blaikie2014-04-231-20/+3
* Split out DwarfFile from DwarfDebug into its own .h/.cpp files.David Blaikie2014-04-231-0/+121
OpenPOWER on IntegriCloud