Debug Info: define a DIRef template.
[oota-llvm.git] / lib / CodeGen / AsmPrinter / DwarfDebug.h
2013-09-10 Manman RenDebug Info: define a DIRef template.
2013-09-09 Manman RenDebug Info: move DIScope::getContext back from DwarfDebug.
2013-09-09 Eric ChristopherRename for consistency.
2013-09-09 Manman RenDebug Info: move DIScope::getContext to DwarfDebug.
2013-09-09 Manman RenDebug Info: Move isSubprogramContext from DebugInfo...
2013-09-09 Manman RenDebug Info: Rename DITypeRef to DIScopeRef.
2013-09-05 Manman RenDebug Info: Use identifier to reference DIType in base...
2013-08-28 Eric ChristopherRemove support for the .debug_inlined section. No known...
2013-08-26 Eric ChristopherHave the skeleton compile unit construction method...
2013-08-26 Eric ChristopherTreat the pubtypes section similarly to the pubnames...
2013-08-19 Eric ChristopherTurn on pubnames by default on linux.
2013-08-08 Eric ChristopherBe more rigorous about the sizes of forms and attributes.
2013-07-26 Eric ChristopherAdd preliminary support for hashing DIEs and breaking...
2013-07-14 Eric ChristopherClarify comments.
2013-07-08 Eric ChristopherUpdate comment to avoid mentioning DbgValues which...
2013-07-08 Manman RenDebug Info: clean up usage of Verify.
2013-07-03 Eric ChristopherMake DotDebugLocEntry a class, reorder the members...
2013-07-03 Eric ChristopherAdd names to the header file since they help in documen...
2013-07-03 Eric ChristopherMove typedefs inside the class that they belong to.
2013-07-03 Eric ChristopherRemove unused field.
2013-07-03 Eric ChristopherConstify a few functions.
2013-07-03 Craig TopperIntroduce some typedefs for DenseMaps containing SmallV...
2013-07-03 Eric ChristopherMove instance variable before experimental section.
2013-07-03 Eric ChristopherFix typo to make grep for DW_AT_comp_dir work without...
2013-07-03 Eric ChristopherRemove unnecessary forward declare.
2013-07-02 Manman RenDebug Info: use module flag to set up Dwarf version.
2013-07-02 Ulrich Weigand[DebugInfo] Hold generic MCExpr in AddrPool
2013-07-01 David BlaikiePR14728: DebugInfo: TLS variables with -gsplit-dwarf
2013-06-28 David BlaikieDebugInfo: Simplify the AddressPool representation
2013-06-28 David BlaikieDebugInfo: constify the AddressPool MCSymbol pointers
2013-05-29 Manman RenLTO+Debug Info: revert r182791.
2013-05-28 Manman RenLTO+Debug Info: correctly emit inlined_subroutine when...
2013-05-11 Rafael EspindolaRemove more dead code.
2013-05-08 David BlaikieFinish renaming constructImportedModuleDIE to construct...
2013-05-07 David BlaikieRename DIImportedModule to DIImportedEntity and allow...
2013-05-06 David BlaikieDebugInfo: Support imported modules in lexical blocks
2013-04-22 David BlaikieRevert "Revert "PR14606: debug info imported_module...
2013-04-19 Eric ChristopherRevert "PR14606: debug info imported_module support"
2013-04-19 David BlaikiePR14606: debug info imported_module support
2013-04-07 Eric ChristopherDW_FORM_sec_offset should be a relocation on platforms...
2013-03-12 Manman RenDebug Info: use DW_FORM_ref_addr instead of DW_FORM_ref...
2013-03-11 David BlaikieRemove support for versioned debug info.
2013-03-07 Manman RenDebug Info: store the files and directories for each...
2013-02-12 Krzysztof ParzyszekAllow optionally generating pubnames section in DWARF...
2013-02-07 Eric Christopher"Clean up" line section symbol emission by emitting...
2013-02-06 Eric ChristopherClean up multiple skeleton compile units if we have...
2013-02-06 Eric ChristopherRemove some dead code.
2013-01-15 Eric ChristopherSplit address information for DWARF5 split dwarf propos...
2013-01-08 Eric ChristopherMove the string pools down into the units. No functiona...
2013-01-07 Eric ChristopherAdd support for separating strings for the split debug...
2012-12-27 Eric ChristopherFor the dwarf5 split debug info code split out the...
2012-12-20 Eric ChristopherWhitespace and 80-column cleanup.
2012-12-20 Eric ChristopherStart splitting out the debug string section handling...
2012-12-19 Eric ChristopherSplit out abbreviations for the skeleton info from...
2012-12-19 Bill WendlingRename the 'Attributes' class to 'Attribute'. It's...
2012-12-16 Dmitri GribenkoDeclare class DwarfDebug before use instead of relying...
2012-12-15 Eric ChristopherTo simplify some code move the unit emission into the...
2012-12-11 Eric ChristopherUpdate some comments.
2012-12-10 Eric ChristopherRefactor out the abbreviation handling into a separate...
2012-12-10 Eric ChristopherRearrange vars and make comments more obvious.
2012-12-10 Eric ChristopherUse the somewhat semantic term "split dwarf" it more...
2012-12-10 Eric ChristopherReorder fission variables.
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-11-30 Eric ChristopherAdd some first skeleton work for the DWARF5 Fission...
2012-11-29 Eric ChristopherMore comment.
2012-11-27 Eric ChristopherAttempt to make the comments for dwarf debug look more...
2012-11-27 Eric ChristopherMake comment names match function names.
2012-11-22 Eric ChristopherPull some code out into functions to make rearranging...
2012-11-21 Eric ChristopherUpdate for some of the coding standard before rearrangi...
2012-11-21 Eric ChristopherUpdate some comments.
2012-11-21 Eric ChristopherUpdate and add some comments.
2012-11-21 Eric ChristopherWhitespace.
2012-11-20 Eric ChristopherRemove constness from this, it modifies the output...
2012-11-20 Eric ChristopherRemove unused function argument, add a bit to the comment.
2012-11-19 Eric ChristopherRemove a function argument and propagate const around...
2012-11-12 Eric ChristopherAdd an option to enable prototype "fission" capabilitie...
2012-10-31 Benjamin KramerReplace some instances of UniqueVector with SetVector...
2012-09-21 Eric ChristopherHave the DbgVariable "isArtificial" and "isObjectPointe...
2012-09-12 Eric ChristopherRecommit, with fixes:
2012-09-12 Eric ChristopherRevert "Add some support for dealing with an object...
2012-09-12 Eric ChristopherAdd some support for dealing with an object pointer...
2012-09-10 Eric Christopher80-col fixup.
2012-08-23 Eric ChristopherTurn these two options in to trinary state so that...
2012-08-23 Eric ChristopherAdd a flag to DwarfDebug to allow it to communicate...
2012-08-01 Eric ChristopherTemporarily revert c23b933d5f8be9b51a1d22e717c0311f65f8...
2012-07-27 Eric ChristopherAdd a DW_AT_high_pc for CUs that are a single address...
2012-06-29 Alexey SamsonovCleanup in DwarfDebug - fix a typo and remove two unuse...
2012-06-28 Bill WendlingMove lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo...
2012-06-09 Benjamin KramerAllocate the contents of DwarfDebug's StringMaps in...
2012-03-11 Benjamin KramerDwarfDebug: Store the filename/dirname pair as a zero...
2012-03-02 Eric ChristopherGrammar.
2012-01-26 Chris Lattnertidy up forward declarations.
2011-11-09 Eric ChristopherRemove the pubnames section, no one consumes it.
2011-11-07 Eric ChristopherRemove unnecessary addition to API. Replace with someth...
2011-11-07 Eric ChristopherAdd the support code to enable the dwarf accelerator...
2011-11-07 Eric ChristopherExpose a way to get the beginning of the dwarf string...
2011-11-02 Nick LewyckyDon't emit a directory entry for the value in DW_AT_com...
2011-10-27 Nick LewyckyTeach our Dwarf emission to use the string pool.
2011-10-25 Eric ChristopherRemove unused forward decl.
next