Sink DwarfDebug::constructLexicalScopeDIE into DwarfCompileUnit
[oota-llvm.git] / lib / CodeGen / AsmPrinter / DwarfCompileUnit.h
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 BlaikieSink DwarfUnit::addSectionDelta into DwarfCompileUnit...
2014-10-08 David BlaikieSink and coalesce DwarfDebug.cpp::addSectionLabel and...
2014-10-08 David BlaikiePush DwarfDebug::constructScopeDIE down into DwarfCompi...
2014-10-04 David BlaikieSink DwarfDebug::updateSubprogramScopeDIE into DwarfCom...
2014-10-04 David BlaikieSink DwarfDebug::attachLowHighPC into DwarfCompileUnit
2014-10-04 David BlaikieMove DwarfCompileUnit from DwarfUnit.h to its own heade...
2013-12-02 David BlaikieDebugInfo: Rename DwarfCompileUnit.* to DwarfUnit....
2013-12-02 David BlaikieDebugInfo: Refactor CompileUnit into a Unit baseclass...
2013-11-26 Eric Christopher80-column fixups.
2013-11-26 David BlaikieDebugInfo: Remove CompileUnit::constructTypeDIEImpl...
2013-11-26 David BlaikieDebugInfo: Pubtypes: Coelesce pubtype registration...
2013-11-21 Eric ChristopherIn Dwarf 3 (and Dwarf 2) attributes whose value are...
2013-11-21 Eric ChristopherMove DebugInfoOffset member near the other data member...
2013-11-21 Eric ChristopherReflow some documentation and remove whitespace comment...
2013-11-21 Eric ChristopherAdd more documenation for the lookup tables data members.
2013-11-21 Eric ChristopherReorder language in the CompileUnit description and...
2013-11-21 Eric ChristopherConstify the DIEs used for pubname and pubtype tables...
2013-11-19 David BlaikieDebugInfo: Partial implementation of DWARF type units.
2013-11-19 David BlaikieDebugInfo: Constify accelerator table handling, and...
2013-11-19 Eric ChristopherFormatting and 80-col.
2013-11-17 David BlaikieDwarfCompileUnit: Add type safety to createGlobalVariab...
2013-11-16 David BlaikieDwarfCompileUnit: Push type safety of DIDescriptor...
2013-11-15 David BlaikieDwarfCompileUnit: Add type safety to CompileUnit::getNo...
2013-11-15 David BlaikieDwarfCompileUnit: Add type safety by using DICompileUni...
2013-11-15 David BlaikieDwarfCompileUnit: Push DIDescriptors through a getDIE...
2013-11-15 Eric ChristopherUse a reference rather than a pointer as we don't expec...
2013-11-11 Eric ChristopherUnify the adding of enumerators with the construction...
2013-11-11 Eric ChristopherJust pass the DIComposite type by value instead of...
2013-10-31 Manman RenDebug Info: remove duplication of DIEs when a DIE can...
2013-10-30 David BlaikieDebugInfo: Push header handling down into CompileUnit
2013-10-29 Manman RenDebug Info: support for DW_FORM_ref_addr.
2013-10-29 Manman RenDebug Info: instead of calling addToContextOwner which...
2013-10-29 Manman RenDebug Info: add a helper function createAndAddDIE.
2013-10-24 Eric ChristopherFix name of variable in comment.
2013-10-23 Manman RenDebug Info: code clean up.
2013-10-23 Manman RenDebug Info: code clean up.
2013-10-23 Manman RenDebug Info: code clean up.
2013-10-23 Manman RenDebug Info: code clean up.
2013-10-21 David BlaikieDebugInfo: Put each kind of constant (form, attribute...
2013-10-18 Manman RenDebug Info: add a newly-created DIE to a parent in...
2013-10-17 Eric ChristopherAccording to the dwarf standard pubnames and pubtypes...
2013-10-14 Manman RenDebug Info: static member DIE creation.
2013-10-11 Manman RenDebug Info: remove form from function addDIEEntry.
2013-10-05 Eric ChristopherReorganize some member variables and update a comment.
2013-10-05 Eric ChristopherFix one comment and update another. Slightly reformat.
2013-10-05 Eric ChristopherAdd a resolve method on CompileUnit that forwards to...
2013-10-05 Eric ChristopherMake a bunch of CompileUnit member functions private.
2013-10-04 Eric ChristopherRemove odd use of this.
2013-10-04 Eric ChristopherReformat some odd formattings.
2013-10-04 Eric ChristopherTighten up some type arguments to functions. Where...
2013-10-04 Eric ChristopherTemporarily revert r176882 as it needs to be implemente...
2013-09-20 Eric ChristopherMove emission of the debug string table to early in...
2013-09-20 Eric ChristopherMigrate addGlobalName to the .cpp file as an intermedia...
2013-09-11 Benjamin KramerRevert "Give internal classes hidden visibility."
2013-09-11 Benjamin KramerGive internal classes hidden visibility.
2013-08-26 Eric ChristopherFormatting.
2013-08-26 Eric ChristopherRemove the language parameter and variable from the...
2013-08-08 Eric ChristopherBe more rigorous about the sizes of forms and attributes.
2013-07-22 Eric ChristopherFormatting.
2013-07-05 Benjamin KramerSimplify code. No functionality change.
2013-07-03 Eric ChristopheraddConstantValue, addConstantFPValue never returned...
2013-07-02 Ulrich Weigand[DebugInfo] Introduce DIEExpr variant of DIEValue to...
2013-06-28 David BlaikieDebugInfo: Pass MCSymbolRefExprs for labels instead...
2013-06-24 Eric ChristopherUse const references instead of pointers to references...
2013-06-20 David BlaikieDebugInfo: don't use location lists when the location...
2013-05-08 Eric ChristopherPass the MDNode in and do the insertion at compile...
2013-05-08 Eric ChristopherTypo.
2013-05-06 David BlaikieDebugInfo: Support imported modules in lexical blocks
2013-03-12 Manman RenDebug Info: use DW_FORM_ref_addr instead of DW_FORM_ref...
2013-02-12 Krzysztof ParzyszekAllow optionally generating pubnames section in DWARF...
2013-01-20 David BlaikieThe last of PR14471 - emission of constant floats
2013-01-18 Eric ChristopherSplit out DW_OP_addr for the split debug info DWARF5...
2013-01-16 Eric ChristopherDefine metadata interfaces for describing a static...
2013-01-15 Eric ChristopherSplit address information for DWARF5 split dwarf propos...
2013-01-07 Eric ChristopherAdd support for separating strings for the split debug...
2012-12-20 Eric ChristopherWhitespace and 80-column cleanup.
2012-12-20 Eric ChristopherStart splitting out the debug string section handling...
2012-12-06 Bill Wendlings/getLowerBoundDefault/getDefaultLowerBound/ for consis...
2012-12-06 Bill WendlingHandle non-default array bounds.
2012-12-04 Chandler CarruthSort includes for all of the .h files under the 'lib...
2012-12-03 Eli BenderskyFix PR12942: Allow two CUs to be generated from the...
2012-09-10 Eric Christopher80-col fixup.
2012-08-24 Eric ChristopherUse DW_FORM_flag_present to save space in debug informa...
2012-06-28 Bill WendlingMove lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo...
2012-03-29 Eric ChristopherAdd support for objc property decls according to the...
2012-03-28 Eric ChristopherFix the output of the DW_TAG_friend tag to include...
2012-02-22 Eric ChristopherAdd the source language into the compile unit.
2012-01-06 Eric ChristopherAs part of the ongoing work in finalizing the accelerat...
2011-11-10 Eric ChristopherMake types and namespaces take multiple DIEs for the...
2011-11-10 Eric ChristopherRework adding function names to the dwarf accelerator...
2011-11-09 Eric ChristopherRemove the pubnames section, no one consumes it.
2011-11-07 Eric ChristopherAdd the support code to enable the dwarf accelerator...
2011-11-07 Eric ChristopherTypo.
2011-10-27 Nick LewyckyTeach our Dwarf emission to use the string pool.
2011-08-16 Devang PatelUntil now all debug info MDNodes referred to a root...
2011-08-15 Devang PatelRefactor. Variables are part of compile unit so let...
next