Support standard DWARF TLS opcode; Darwin and PS4 use it.
[oota-llvm.git] / lib / CodeGen / AsmPrinter / DwarfFile.h
2015-03-04 Frederic RissMove emitDIE and emitAbbrevs to AsmPrinter. NFC.
2015-02-10 Adrian PrantlDebug Info: Support variables that are described by...
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2014-11-04 David BlaikieMove cross-unit DIE caching to the DwarfFile level...
2014-11-01 David BlaikieSink DwarfDebug::AbstractSPDies down into DwarfFile
2014-10-31 David BlaikieSink some of DwarfDebug::collectDeadVariables down...
2014-10-24 David BlaikieDebugInfo: Sink DwarfDebug::ScopeVariables down into...
2014-10-24 David BlaikieDebugInfo: Remove DwarfDebug::addScopeVariable now...
2014-10-23 David BlaikieDebugInfo: Remove DwarfDebug::CurrentFnArguments since...
2014-10-23 David BlaikieDebugInfo: Sink DwarfDebug::addNonArgumentScopeVariable...
2014-10-23 David Blaikie[DebugInfo] Sink DwarfDebug::addCurrentFnArgument down...
2014-10-23 David Blaikie[DebugInfo] Add DwarfDebug& to DwarfFile.
2014-09-11 David BlaikieRemove the unused string section symbol parameter from...
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-04-25 David BlaikieEncapsulate the DWARF string pool in a separate type.
2014-04-23 David BlaikieMove the AddressPool from DwarfFile to DwarfDebug.
2014-04-23 David Blaikieclang-format for my previous commit (I keep forgetting...
2014-04-23 David BlaikieSeparate out the DWARF address pool into its own type...
2014-04-23 David BlaikieSplit out DwarfFile from DwarfDebug into its own .h...