Canonicalize header guards into a common format.
[oota-llvm.git] / lib / CodeGen / AsmPrinter / DwarfDebug.h
2014-01-10 David BlaikieRevert "Revert r198851, "Prototype of skeleton type...
2014-01-09 NAKAMURA TakumiRevert r198851, "Prototype of skeleton type units for...
2014-01-09 David BlaikiePrototype of skeleton type units for fission
2014-01-09 David BlaikieDwarfDebug: Refactor out common skeleton construction...
2014-01-09 David BlaikieDwarfUnit: Rename "Node" to "CUNode" and propagate...
2014-01-03 David BlaikieRevert "Revert "Debug Info: Type Units: Simplify type...
2014-01-03 David BlaikieRevert "Debug Info: Type Units: Simplify type hashing...
2014-01-03 David BlaikieDebug Info: Type Units: Simplify type hashing using...
2013-12-30 Eric ChristopherRevert r198208 and reapply:
2013-12-30 NAKAMURA TakumiRevert r198199 (and r198202). It broke 3 DebugInfo...
2013-12-30 Eric ChristopherFix aranges and split dwarf by ensuring that the symbol...
2013-12-17 David BlaikieDebugInfo: Introduce new DIValue, DIETypeSignature...
2013-12-10 Eric ChristopherWe never emit info into the macro info section, stop...
2013-12-09 Eric ChristopherRename CompileUnit->DwarfCompileUnit and TypeUnit-...
2013-12-09 Eric ChristopherRename Unit->DwarfUnit to match the file name and make...
2013-12-06 David BlaikieDebugInfo: Include the section and start-of-section...
2013-12-06 David BlaikieDebugInfo: Ensure unit IDs (for non-skeletal units...
2013-12-05 Eric ChristopherRename DwarfUnits to DwarfFile to help avoid some namin...
2013-12-05 David BlaikieDwarfDebug/DwarfUnit: Push abbreviation structures...
2013-12-05 David BlaikieDwarfDebug: Avoid unnecessary abbreviation lookup when...
2013-12-05 David BlaikieDwarfDebug: Remove trivial function wrapper
2013-12-04 David BlaikieDwarfDebug: Reduce code duplication for sec offset...
2013-12-03 Eric ChristopherUpdate comment grammar and contents.
2013-12-03 Timur IskhodzhanovReland 196270 "Generalize debug info / EH emission...
2013-12-03 NAKAMURA TakumiRevert r196270, "Generalize debug info / EH emission...
2013-12-03 Timur IskhodzhanovGeneralize debug info / EH emission in AsmPrinter
2013-12-03 Eric ChristopherRefactor the handling of lexical block and inline scope...
2013-12-03 Eric ChristopherUpdate doxygen tags.
2013-12-03 Eric ChristopherReorder member function declarations to match source...
2013-12-03 Eric ChristopherMake ranges and range lists be a discrete entity that...
2013-12-02 David BlaikieDebugInfo: Refactor CompileUnit into a Unit baseclass...
2013-12-02 David BlaikieDebugInfo: Type Units: Propagate the correct DW_AT_lang...
2013-11-26 Eric Christopher80-column fixups.
2013-11-26 David BlaikieDwarfDebug: Include type units in accelerator tables.
2013-11-23 David BlaikieDwarfDebug: Move ownership of CompileUnits into DwarfUnits
2013-11-21 Eric ChristopherMove member variable up to where the rest of non-DWARF5...
2013-11-20 David BlaikieCR feedback for r195166: Add comments regarding type...
2013-11-19 David BlaikieDebugInfo: Partial implementation of DWARF type units.
2013-11-15 David BlaikieDwarfCompileUnit: Add type safety by using DICompileUni...
2013-11-15 David BlaikieDwarfDebug: Push DISubprogram through updateSubprogramS...
2013-10-31 Manman RenDebug Info: remove duplication of DIEs when a DIE can...
2013-10-30 David BlaikieDwarfDebug: Change Abbreviations member from pointer...
2013-10-29 Manman RenDebug Info: support for DW_FORM_ref_addr.
2013-10-24 Eric ChristopherGrammar.
2013-10-15 Adrian PrantlRemove some dead code. (DarwinGDBCompat was retired...
2013-10-08 Manman RenAdd DbgVariable::resolve per Eric's suggestion.
2013-10-05 Manman RenDebug Info: In DIBuilder, the derived-from field of...
2013-10-05 Eric ChristopherFix one comment and update another. Slightly reformat.
2013-10-04 Eric ChristopherTemporarily revert r176882 as it needs to be implemente...
2013-10-04 Eric ChristopherTemporarily revert r191792 as it is causing some LTO...
2013-10-03 Alexey SamsonovRemove wild .debug_aranges entries generated from unimp...
2013-10-01 Manman RenDebug Info: In DIBuilder, the derived-from field of...
2013-10-01 Manman RenDebug Info: remove duplication of DIEs when a DIE is...
2013-09-30 Eric ChristopherThe DW_AT_GNU_pubnames/pubtypes attributes are actually...
2013-09-23 Richard MittonFixed debug_aranges handling for common symbols.
2013-09-19 Richard MittonAdded support for generate DWARF .debug_aranges section...
2013-09-13 Eric ChristopherAdd initial support for handling gnu style pubnames...
2013-09-11 Benjamin KramerRevert "Give internal classes hidden visibility."
2013-09-11 Benjamin KramerGive internal classes hidden visibility.
2013-09-10 Manman RenDebug Info: create scope children DIEs when the scope...
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...
next