Move alignment from MCSectionData to MCSection.
[oota-llvm.git] / lib / CodeGen / AsmPrinter / DwarfFile.cpp
2015-05-21 Rafael EspindolaMove alignment from MCSectionData to MCSection.
2015-04-29 Duncan P. N. Exon... IR: Give 'DI' prefix to debug info metadata
2015-04-24 Lang Hames[AsmPrinter] Make AsmPrinter's OutStreamer member a...
2015-04-21 Duncan P. N. Exon... DebugInfo: Drop rest of DIDescriptor subclasses
2015-04-14 Duncan P. N. Exon... DebugInfo: Gut DIVariable and DIGlobalVariable
2015-03-10 Rafael EspindolaStore an optional section start label in MCSection.
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-22 David BlaikieRevert "PR21408: Workaround the appearance of duplicate...
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2014-11-01 David BlaikieSink dwarf unit length emission down into DwarfUnit...
2014-11-01 David BlaikieRemove DwarfUnit::LabelEnd in favor of computing the...
2014-10-31 David BlaikieCorrect assert text from r220923
2014-10-30 David BlaikiePR21408: Workaround the appearance of duplicate variabl...
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 BlaikieRemove explicit (void) use of DwarfFile::DD that was...
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-04-25 David BlaikieEncapsulate the DWARF string pool in a separate type.
2014-04-25 David BlaikieReturn DIE by reference instead of pointer from DwarfUn...
2014-04-23 David BlaikieSeparate out the DWARF address pool into its own type...
2014-04-23 David Blaikieclang-format r207010
2014-04-23 David BlaikieSplit out DwarfFile from DwarfDebug into its own .h...