DwarfUnit: Cleanup comments
[oota-llvm.git] / lib / CodeGen / AsmPrinter / DwarfUnit.h
2015-04-20 Duncan P. N. Exon... DwarfUnit: Cleanup comments
2015-04-20 Duncan P. N. Exon... DebugInfo: Remove DIType
2015-04-20 Duncan P. N. Exon... DebugInfo: Remove DIScope
2015-04-18 Duncan P. N. Exon... DebugInfo: Delete DIDescriptor (but not its subclasses)
2015-04-16 Duncan P. N. Exon... DebugInfo: DIRef<> => TypedDebugNodeRef<>
2015-04-15 Duncan P. N. Exon... DebugInfo: Gut DICompileUnit and DIFile
2015-04-07 Duncan P. N. Exon... DebugInfo: Remove DITypedArray<>, replace with typedefs
2015-03-10 Paul RobinsonEmit correct linkage-name attribute based on DWARF...
2015-03-10 Rafael EspindolaStore an optional section start label in MCSection.
2015-03-10 Rafael EspindolaMove label creation close to emission. NFC.
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2015-01-12 Adrian PrantlDebug Info: Implement DwarfUnit::addRegisterOffset...
2015-01-05 Frederic RissMake DIE.h a public CodeGen header.
2014-12-05 Adrian PrantlCleanup: Calls to getDwarfRegNum() may actually fail...
2014-11-04 David BlaikieProvide gmlt-like inline scope information in the skele...
2014-11-03 David BlaikieUse common range handling for the CU's ranges
2014-11-03 David BlaikieSink DwarfUnit::CURanges into DwarfCompileUnit
2014-11-03 David BlaikieSink range list handling down from DwarfUnit into its...
2014-11-02 David BlaikieAdd DwarfUnit::isDwoUnit and use it to generalize strin...
2014-11-02 David BlaikieRemove the last mention of LineTablesOnly from DwarfUni...
2014-11-02 David BlaikieSink DwarfUnit::applySubprogramAttributesToDefinition...
2014-11-02 David BlaikieSink DwarfUnit::addExpr into DwarfCompileUnit
2014-11-02 David BlaikieSink DwarfUnit::applyVariableAttributes into DwarfCompi...
2014-11-02 David BlaikieSink DwarfUnit::addLocationList down into DwarfCompileUnit
2014-11-02 David BlaikieSink DwarfUnit::addComplexAddress down into DwarfCompil...
2014-11-02 David BlaikiePush DwarfUnit::addAddress down into DwarfCompileUnit
2014-11-02 David BlaikieSink DwarfUnit::addVariableAddress into DwarfCompileUni...
2014-11-02 David BlaikieDebugInfo: Sink accelerator table lists down (GlobalNam...
2014-11-02 David BlaikieAdd DwarfUnit::addGlobalType to match DwarfUnit::addGlo...
2014-11-02 David BlaikieDebugInfo: Refactor index type DIE initialization by...
2014-11-02 David BlaikieSink DwarfUnit::LabelBegin down into DwarfCompileUnit...
2014-11-01 David BlaikieRemove DwarfUnit::LabelEnd in favor of computing the...
2014-11-01 David BlaikieSink DwarfUnit::SectionSym into DwarfCompileUnit as...
2014-11-01 David BlaikieSink DwarfUnit::Skeleton down into DwarfCompileUnit
2014-11-01 David BlaikieRemove unused function
2014-10-24 Frederic RissSink DwarfUnit::constructImportedEntityDIE into DwarfCo...
2014-10-10 David BlaikieSink most of DwarfDebug::constructAbstractSubprogramSco...
2014-10-09 David BlaikieMove DwarfUnit::constructVariableDIE down to DwarfCompi...
2014-10-08 David BlaikieSink DwarfUnit::addSectionDelta into DwarfCompileUnit...
2014-10-08 David BlaikieSink and coalesce DwarfDebug.cpp::addSectionLabel and...
2014-10-06 David BlaikieDebugInfo: Sink constructImportedEntityDIE down into...
2014-10-04 Benjamin KramerRemove unnecessary copying or replace it with moves...
2014-10-04 David BlaikieMove DwarfCompileUnit from DwarfUnit.h to its own heade...
2014-09-19 Frederic RissChange DwarfCompileUnit::createGlobalVariable to getOrC...
2014-09-09 David BlaikieSink PrevCU updating into DwarfUnit::addRange to ensure...
2014-08-30 Craig TopperFix some cases where StringRef was being passed by...
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-08-01 Adrian PrantlDebug info: Infrastructure to support debug locations...
2014-07-28 Manman Ren[Debug Info] add DISubroutineType and its creation...
2014-07-25 David BlaikieReapply "DebugInfo: Don't put fission type units in...
2014-06-13 David BlaikieDebugInfo: Following up to r209677, refactor local...
2014-06-06 David BlaikieDebugInfo: Use the scope of the function declaration...
2014-05-27 David BlaikieDebugInfo: Simplify solution to avoid DW_AT_artificial...
2014-05-27 David BlaikieDebugInfo: Separate out the addition of subprogram...
2014-05-21 David BlaikieRevert "DebugInfo: Don't put fission type units in...
2014-05-15 David BlaikieDebugInfo: Follow up to r208930, comment usage of ...
2014-05-15 David BlaikieDebugInfo: Don't put fission type units in comdat sections.
2014-05-11 David BlaikieDwarfUnit: Pick a winner between isTypeSigned and isUns...
2014-05-11 David BlaikieDwarfUnit: Factor out calling isUnsignedDIType into...
2014-05-11 David BlaikieDwarfUnit: Share common constant value emission between...
2014-04-30 David BlaikieRevert "Emit DW_AT_object_pointer once, on the declarat...
2014-04-30 David BlaikieDebugInfo: Omit DW_AT_artificial on DW_TAG_formal_param...
2014-04-30 David BlaikieEmit DW_AT_object_pointer once, on the declaration...
2014-04-28 David BlaikieRemove DwarfUnit::LabelRange since it's unused.
2014-04-28 David BlaikieDebugInfo: Just store the DIE by value in the DwarfUnit
2014-04-28 David BlaikiePass DIEs to DwarfUnit constructors by unique_ptr.
2014-04-26 David BlaikieDWARF Type Units: Avoid emitting type units under fissi...
2014-04-25 David BlaikieDwarfUnit: Remove unused function
2014-04-25 David BlaikieDIE: Pass ownership of children via std::unique_ptr...
2014-04-25 David BlaikieDIEEntry: Refer to the specified DIE via reference...
2014-04-25 David BlaikieDwarfUnit: return by reference from createAndAddDIE
2014-04-25 David BlaikieReturn DIE by reference instead of pointer from DwarfUn...
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 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 BlaikieAnd actually use the DwarfDebug::AccelNames to emit...
2014-04-23 David BlaikieRemove intermediate accelerator table for names.
2014-04-22 David BlaikiePush memory ownership of DwarfUnits into clients of...
2014-03-24 David BlaikieRemove unused parameter
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-18 Adrian PrantlDebug info: Remove OdrMemberMap from DwarfDebug, it...
2014-03-18 Adrian PrantlReplace unnecessary #include directive with forward...
2014-03-18 David BlaikieDebugInfo: Avoid emitting standard opcode lengths in...
2014-03-18 David BlaikieDebugInfo: Implement debug_line.dwo for file names...
2014-03-17 David BlaikieDebugInfo: Move getOrCreateSourceID from DwarfDebug...
2014-03-14 Adrian PrantlDebug Info: Fix LTO type uniquing for C++ member declar...
2014-03-07 David BlaikieDebugInfo: Emit DW_TAG_subprogram's DW_AT_high_pc as...
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-03-06 Chandler Carruth[Layering] Move DebugInfo.h into the IR library where...
2014-03-06 Chandler Carruth[Layering] Move DIBuilder.h into the IR library where...
2014-03-05 Eric ChristopherAdd a DIELocList class to handle pointers into the...
2014-03-04 Chandler Carruth[cleanup] Re-sort all the includes with utils/sort_incl...
2014-03-02 Craig TopperSwitch all uses of LLVM_OVERRIDE to just use 'override...
2014-02-27 Eric ChristopherIf we're only emitting line tables for a particular...
2014-02-25 Adrian PrantlAddress review comments for r202188.
2014-02-25 Adrian PrantlDebug info: Support variadic functions.
next