Move get[S|U]LEB128Size() to LEB128.h.
[oota-llvm.git] / lib / CodeGen / AsmPrinter / DwarfDebug.cpp
2013-12-03 Eric ChristopherMake ranges and range lists be a discrete entity that...
2013-12-02 David BlaikieDebugInfo: Rename generic unit references to "TheU...
2013-12-02 David BlaikieDebugInfo: Rename DwarfCompileUnit.* to DwarfUnit....
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-26 David BlaikieDebugInfo: Pubtypes: Coelesce pubtype registration...
2013-11-23 David BlaikieDwarfDebug: Move ownership of CompileUnits into DwarfUnits
2013-11-23 Eric ChristopherRefactor DW_AT_ranges handling to use labels for ranges...
2013-11-21 Eric ChristopherIn Dwarf 3 (and Dwarf 2) attributes whose value are...
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 ChristopherFix comment.
2013-11-19 Eric ChristopherRefactor the section emission code to remove duplicates...
2013-11-19 Eric ChristopherReformat file.
2013-11-18 David BlaikieDwarfDebug: Move trailing else to the same line as...
2013-11-18 David BlaikieDwarfDebug: Remove some more redundant explicit constru...
2013-11-17 David BlaikieDwarfCompileUnit: Add type safety to createGlobalVariab...
2013-11-16 Eric ChristopherFor dwarf4 use the correct form for referencing debug_l...
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 BlaikieDwarfDebug: Push DISubprogram through updateSubprogramS...
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-01 Eric ChristopherComment some and reformat for clarity beginFunction.
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-30 David BlaikieDwarfDebug: Change Abbreviations member from pointer...
2013-10-29 Manman RenDebug Info: code clean up.
2013-10-29 Manman RenDebug Info: support for DW_FORM_ref_addr.
2013-10-29 Manman RenDebug Info: use createAndAddDIE to wrap around "new...
2013-10-24 David BlaikieDWARF emission: Remove unnecessary/redundant DIE refere...
2013-10-24 Eric ChristopherUpdate misleading comment.
2013-10-24 David BlaikieDIEHash: Const correct and use references where non...
2013-10-22 Manman RenDebug Info: code clean up.
2013-10-22 Eric ChristopherFormatting/whitespace.
2013-10-21 David BlaikieDebugInfo: Put each kind of constant (form, attribute...
2013-10-18 Eric ChristopherRevert the rest of r192749 to bring back the buildbot...
2013-10-18 Eric ChristopherTemporarily revert r192749 as it is causing problems...
2013-10-17 Eric ChristopherAccording to the dwarf standard pubnames and pubtypes...
2013-10-16 Eric ChristopherFix a pair of bugs in the emission of pubname tables:
2013-10-15 Eric ChristopherMake sure we're not attempting to construct a subprogra...
2013-10-15 Adrian PrantlRemove some dead code. (DarwinGDBCompat was retired...
2013-10-11 Manman RenDebug Info: remove form from function addDIEEntry.
2013-10-10 Manman RenDebug Info: In DIBuilder, the context field of subprogr...
2013-10-08 Manman RenAdd DbgVariable::resolve per Eric's suggestion.
2013-10-05 Rafael EspindolaRemove some really nasty uses of hasRawTextSupport.
2013-10-05 Manman RenDebug Info: In DIBuilder, the derived-from field of...
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 Richard MittonFixed a bug with section names containing special chara...
2013-10-03 David BlaikieDebugInfo: Avoid redundantly adding child DIEs to parents.
2013-10-03 Eric ChristopherMake sure we emit a section for pubnames even if that...
2013-10-03 Eric ChristopherFix cut and paste typo.
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-10-01 Eric ChristopherAdd the DW_AT_GNU_ranges_base attribute if we've emitte...
2013-10-01 Eric ChristopherUpdate comments.
2013-09-30 Eric ChristopherThe DW_AT_GNU_pubnames/pubtypes attributes are actually...
2013-09-27 Eric ChristopherUnify conditionals and reformat.
2013-09-23 Eric ChristopherRename IsStatic variable to Linkage in order to be...
2013-09-23 Eric ChristopherHandle gnu pubtypes sections:
2013-09-23 Richard MittonFixed debug_aranges handling for common symbols.
2013-09-20 Eric ChristopherMove emission of the debug string table to early in...
2013-09-20 David BlaikieDebugInfo: GDBIndexEntry*String conversion functions...
2013-09-19 Richard MittonAdded support for generate DWARF .debug_aranges section...
2013-09-19 David BlaikieDebugInfo: llvm-dwarfdump support for gnu_pubnames...
2013-09-19 David BlaikieDebugInfo: Improve IR annotation comments for GNU pubth...
2013-09-19 David BlaikieUnshift the GDB index/GNU pubnames constants modified...
2013-09-19 David BlaikieDebugInfo: Simplify gnu_pubnames index computation.
2013-09-19 David BlaikieRemove unnecessary conditional operators performing...
2013-09-19 David BlaikieFix a typo and simplify a boolean expression.
2013-09-13 Eric ChristopherAdd initial support for handling gnu style pubnames...
2013-09-13 Eric ChristopherReformat and hoist section grabbing to top level.
2013-09-11 Manman RenDebug info: add more comments.
2013-09-10 Eric ChristopherHoist section call out of loop.
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 ChristopherAlways add global names. We're adding them in the rest...
2013-09-09 Eric ChristopherRename for consistency.
2013-09-09 Manman RenDebug Info: Use DIScopeRef for DIType::getContext.
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-09-05 Eric ChristopherMove accelerator table defines and constants to Dwarf...
2013-09-04 Eric ChristopherRemove hack ensuring that darwin didn't produce dwarf...
2013-09-04 Eric ChristopherRevert "Revert r189902 as the workaround shouldn't...
2013-09-04 Eric ChristopherRevert r189902 as the workaround shouldn't be necessary...
2013-09-04 Eric ChristopherUnify and clean up.
2013-09-04 Michael GottesmanRevert "Revert "Remove the darwin gdb option, that...
2013-09-04 Michael GottesmanRevert "Remove the darwin gdb option, that version...
2013-09-04 Eric ChristopherRemove the darwin gdb option, that version of gdb is...
2013-09-04 Eric ChristopherMake the default dwarf version 3 for darwin when we...
2013-08-30 Eric ChristopherDon't bother emitting the pubtypes section on darwin...
2013-08-30 Eric ChristopherReformat slightly.
next