DebugInfo: Remove DIType
[oota-llvm.git] / lib / CodeGen / AsmPrinter / DwarfDebug.h
2015-04-20 Duncan P. N. Exon... DebugInfo: Remove DIType
2015-04-17 Duncan P. N. Exon... DebugInfo: Remove DIDescriptor from the DebugInfo API
2015-04-17 Duncan P. N. Exon... AsmPrinter: Create a unified .debug_loc stream
2015-04-17 Duncan P. N. Exon... Remove dead code, NFC
2015-04-16 Duncan P. N. Exon... AsmPrinter: Simplify logic for debug info intrinsics...
2015-04-16 Duncan P. N. Exon... DebugInfo: DIRef<> => TypedDebugNodeRef<>
2015-04-16 Duncan P. N. Exon... DebugInfo: Gut DIType and subclasses
2015-04-15 Duncan P. N. Exon... DebugInfo: Remove 'inlinedAt:' field from MDLocalVariable
2015-04-14 Duncan P. N. Exon... DebugInfo: Gut DIVariable and DIGlobalVariable
2015-04-14 Duncan P. N. Exon... DebugInfo: Gut DIExpression
2015-04-07 Duncan P. N. Exon... DebugInfo: Remove DITypedArray<>, replace with typedefs
2015-04-06 Duncan P. N. Exon... CodeGen: Stop using DIDescriptor::is*() and auto-casting
2015-04-06 Duncan P. N. Exon... DebugInfo: Remove DIDescriptor::Verify()
2015-03-17 Rafael EspindolaCentralize the handling of unique ids for temporary...
2015-03-17 Rafael EspindolaRemove dead code. NFC.
2015-03-16 Duncan P. N. Exon... IR: Take advantage of -verify checks for MDExpression
2015-03-11 Rafael EspindolaPrint section start labels when first switching to...
2015-03-10 Rafael EspindolaCreate symbols marking the start of a section earlier.
2015-03-10 Rafael EspindolaStore an optional section start label in MCSection.
2015-03-10 Rafael EspindolaRemove effectively dead code.
2015-03-05 Rafael EspindolaUse the existing begin and end symbol for debug info.
2015-03-04 Paul RobinsonSupport standard DWARF TLS opcode; Darwin and PS4 use it.
2015-03-04 Frederic RissMove emitDIE and emitAbbrevs to AsmPrinter. NFC.
2015-03-02 Adrian PrantlRefactor DebugLocDWARFExpression so it doesn't require...
2015-03-02 Adrian PrantlRevert "Refactor DebugLocDWARFExpression so it doesn...
2015-03-02 Adrian PrantlRefactor DebugLocDWARFExpression so it doesn't require...
2015-03-02 Nico WeberRevert r230930, it caused PR22747.
2015-03-02 Adrian PrantlRefactor DebugLocDWARFExpression so it doesn't require...
2015-02-26 Rafael EspindolaSimplify arange output.
2015-02-17 Eric Christopher80-column fixups.
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
2015-01-13 Adrian PrantlDebug Info: Move the complex expression handling (...
2015-01-05 Frederic RissMake DIE.h a public CodeGen header.
2014-11-04 David BlaikieMove cross-unit DIE caching to the DwarfFile level...
2014-11-02 David BlaikieDebugInfo: Sink accelerator table lists down (GlobalNam...
2014-11-01 David BlaikieSink DwarfDebug::AbstractSPDies down into DwarfFile
2014-10-24 David BlaikieDebugInfo: Sink DwarfDebug::ScopeVariables down into...
2014-10-24 David BlaikieRemove DwarfDebug::FirstCU as it has no use
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 BlaikieDebugInfo: Remove DwarfDebug::addCurrentFnArgument...
2014-10-23 David Blaikie[DebugInfo] Remove LexicalScopes::isCurrentFunctionScop...
2014-10-10 David BlaikieSimplify a few uses of DwarfDebug::SPMap
2014-10-09 David BlaikieRemove unused parameter
2014-10-09 David BlaikieSink DwarfDebug::createAndAddScopeChildren down into...
2014-10-09 David BlaikieSink DwarfDebug::constructSubprogramScopeDIE down into...
2014-10-09 David BlaikieSink DwarfDebug::createScopeChildrenDIE down into Dwarf...
2014-10-09 David BlaikieSink DwarfDebug::constructLexicalScopeDIE into DwarfCom...
2014-10-09 David BlaikieSink DwarfDebug::constructInlinedScopeDIE into DwarfCom...
2014-10-09 David BlaikiePush DwarfDebug::attachRangesOrLowHighPC down into...
2014-10-09 David BlaikieSink DwarfDebug::addScopeRangeList down into DwarfCompi...
2014-10-08 David BlaikieReformat some stuff I missed in recent previous commits
2014-10-08 David BlaikieDebugInfo: The rest of pushing DwarfDebug::constructSco...
2014-10-08 David BlaikiePush DwarfDebug::constructScopeDIE down into DwarfCompi...
2014-10-06 David BlaikieDebugInfo: Sink constructImportedEntityDIE down into...
2014-10-05 David BlaikieRemove unused map
2014-10-04 David BlaikieSink DwarfDebug::updateSubprogramScopeDIE into DwarfCom...
2014-10-04 David BlaikieSink DwarfDebug::attachLowHighPC into DwarfCompileUnit
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-10-01 Adrian PrantlRevert r218778 while investigating buldbot breakage.
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-09-30 David BlaikieDebugInfo: Sink the code emitting DW_AT_APPLE_omit_fram...
2014-09-30 David BlaikieDisable the -gmlt optimization implemented in r218129...
2014-09-11 David BlaikieRemove the unused string section symbol parameter from...
2014-09-09 David BlaikieSink PrevCU updating into DwarfUnit::addRange to ensure...
2014-09-09 David BlaikieRemove DwarfDebug::PrevSection, PrevCU is sufficient...
2014-08-31 David BlaikieDebugInfo: Elide lexical scopes which only contain...
2014-08-31 David BlaikieDebugInfo: Move argument creation up into the caller...
2014-08-31 David BlaikieModify DwarfDebug::constructImportedEntityDIE to return...
2014-08-31 David BlaikieRefactor constructImportedEntityDIE(DwarfUnit, DIImport...
2014-08-28 Frederic RissConstify MCSymbol* parameters to DwarfDebug::attachLowH...
2014-08-21 Craig TopperRepace SmallPtrSet with SmallPtrSetImpl in function...
2014-08-18 Craig TopperRevert "Repace SmallPtrSet with SmallPtrSetImpl in...
2014-08-17 Craig TopperRepace SmallPtrSet with SmallPtrSetImpl in function...
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-08-05 David BlaikieDebugInfo: Move the reference to the CU from the locati...
2014-08-01 Adrian PrantlDebug info: Infrastructure to support debug locations...
2014-07-25 David BlaikieReapply "DebugInfo: Don't put fission type units in...
2014-07-25 David BlaikieRecommit r212203: Don't try to construct debug LexicalS...
2014-07-21 David BlaikieRevert "Recommit r212203: Don't try to construct debug...
2014-07-09 David BlaikieRecommit r212203: Don't try to construct debug LexicalS...
2014-07-03 Eric ChristopherTemporarily revert "Don't try to construct debug Lexica...
2014-07-02 David BlaikieDon't try to construct debug LexicalScopes hierarchy...
2014-06-13 David BlaikieDebugInfo: Remove some extra handling of abstract varia...
2014-06-13 David BlaikieDebugInfo: Reference abstract definitions from variable...
2014-06-13 David BlaikieDwarfDebug::getExistingAbstractVariable: constify an...
2014-06-13 David BlaikieDebugInfo: Following up to r209677, refactor local...
2014-06-05 David BlaikieDebugInfo: Reuse existing LexicalScope to retrieve...
2014-06-04 David BlaikieDebugInfo: Reapply r209984 (reverted in r210143), asser...
2014-05-30 Adrian PrantlRoll DbgVariable::setMInsn into the constructor. No...
2014-05-27 David BlaikieDebugInfo: Create abstract function definitions even...
2014-05-27 David BlaikieDebugInfo: Lazily attach definition attributes to defin...
2014-05-21 David BlaikieRevert "DebugInfo: Don't put fission type units in...
2014-05-21 David BlaikieDebugInfo: Ensure concrete out of line variables from...
2014-05-16 David BlaikieDwarfDebug: Refactor AT_ranges/AT_high_pc+AT_low_pc...
2014-05-15 David BlaikieDebugInfo: Don't put fission type units in comdat sections.
2014-05-14 David BlaikieDebugInfo: Do not delay attaching DW_AT_inline attribut...
2014-04-30 Alexey SamsonovUse a single data structure to store all user variables...
next