[DebugInfo] Remove LexicalScopes::isCurrentFunctionScope and CSE a use of LexicalScop...
[oota-llvm.git] / lib / CodeGen / AsmPrinter / DwarfDebug.h
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...
2014-04-30 David BlaikieRevert "Emit DW_AT_object_pointer once, on the declarat...
2014-04-30 Alexey SamsonovMove logic for calculating DBG_VALUE history map into...
2014-04-30 David BlaikieEmit DW_AT_object_pointer once, on the declaration...
2014-04-30 Reid KlecknerFix the clang-cl self-host build by defining ~DwarfDebu...
2014-04-29 David BlaikieFix some 80 cols violations committed in r207539
2014-04-29 David BlaikieDwarfDebug: Split the initialization of abstract and...
2014-04-28 David BlaikieImprove explicit memory ownership of DIEs
2014-04-28 David BlaikieDwarfDebug: Omit DW_AT_object_pointer on inlined_subrou...
2014-04-28 Craig Topper[C++] Use 'nullptr'.
2014-04-26 David BlaikieDWARF Type Units: Avoid emitting type units under fissi...
2014-04-25 David BlaikieDIE: Pass ownership of children via std::unique_ptr...
2014-04-25 David BlaikieDwarfUnit: return by reference from createAndAddDIE
2014-04-25 David BlaikieDwarfUnit: Suddently, DIE references, everywhere.
2014-04-25 David BlaikieRefactor some common logic in DwarfUnit::constructVaria...
2014-04-24 David BlaikieRemove unused parameter
2014-04-24 David BlaikieRemove the intermediate AccelTypes maps in DWARF units.
2014-04-24 David BlaikieRemove the intermediate AccelNamespace maps in DWARF...
2014-04-24 David BlaikieRemove the intermediate AccelObjC maps in DWARF units
2014-04-23 David BlaikieRemove intermediate accelerator table for names.
2014-04-23 David BlaikieMove the AddressPool from DwarfFile to DwarfDebug.
2014-04-23 David BlaikieSplit out DwarfFile from DwarfDebug into its own .h...
2014-04-22 David BlaikiePush memory ownership of DwarfUnits into clients of...
2014-04-22 David BlaikieUse std::unique_ptr to handle ownership of DwarfUnits...
2014-04-22 David BlaikieSimplify address pool index assignment.
2014-04-22 David BlaikieRevert "Use value semantics to manage DbgVariables...
2014-04-21 David BlaikieUse value semantics to manage DbgVariables rather than...
2014-04-14 David BlaikieUse std::unique_ptr for DIE children
2014-04-12 David BlaikieUse dwarf::Tag rather than unsigned for DIE::Tag to...
2014-04-02 David BlaikieSplit debug_loc and debug_loc.dwo emission into two...
2014-04-02 David BlaikieDebugInfo: Introduce DebugLocList to encapsulate a...
2014-04-01 David BlaikieDebugInfo: Split DebugLocEntry into its own file.
2014-04-01 Adrian PrantlDwarfDebug: Prevent DebugLocEntry merging from coalesci...
2014-04-01 David BlaikieDebugInfo: Factor out common functionality for renderin...
2014-04-01 David BlaikieSimplify debug_loc.dwo handling slightly.
2014-03-25 David BlaikieDebugInfo: Support debug_loc under fission
2014-03-24 David BlaikieDebugInfo: Simplify debug loc list handling by keeping...
2014-03-24 David BlaikieDwarfDebug: Simplify debug_loc merging
2014-03-24 David BlaikieDwarfDebug: Remove an unused parameter
2014-03-20 Eric ChristopherTypo.
2014-03-20 Eric ChristopherReapply DW_AT_low/high_pc patch:
2014-03-20 Eric ChristopherRevert "Use the range machinery for DW_AT_ranges and...
2014-03-19 Eric ChristopherUse the range machinery for DW_AT_ranges and DW_AT_high...
2014-03-19 David BlaikieDebugInfo: Use the comp_dir of the referencing type...
next