summaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
Commit message (Expand)AuthorAge
* Use a reference rather than a pointer as we don't expect a NULLEric Christopher2013-11-15
* Comment some and reformat for clarity beginFunction.Eric Christopher2013-11-01
* Debug Info: remove duplication of DIEs when a DIE can be shared across CUs.Manman Ren2013-10-31
* DebugInfo: Push header handling down into CompileUnitDavid Blaikie2013-10-30
* DwarfDebug: Change Abbreviations member from pointer to referenceDavid Blaikie2013-10-30
* Debug Info: code clean up.Manman Ren2013-10-29
* Debug Info: support for DW_FORM_ref_addr.Manman Ren2013-10-29
* Debug Info: use createAndAddDIE to wrap around "new DIE" in DwarfDebug.Manman Ren2013-10-29
* DWARF emission: Remove unnecessary/redundant DIE reference codeDavid Blaikie2013-10-24
* Update misleading comment.Eric Christopher2013-10-24
* DIEHash: Const correct and use references where non-null/non-rebound.David Blaikie2013-10-24
* Debug Info: code clean up.Manman Ren2013-10-22
* Formatting/whitespace.Eric Christopher2013-10-22
* DebugInfo: Put each kind of constant (form, attribute, tag, etc) into its own...David Blaikie2013-10-21
* Revert the rest of r192749 to bring back the buildbot. These twoEric Christopher2013-10-18
* Temporarily revert r192749 as it is causing problems for LTO andEric Christopher2013-10-18
* According to the dwarf standard pubnames and pubtypes for languagesEric Christopher2013-10-17
* Fix a pair of bugs in the emission of pubname tables:Eric Christopher2013-10-16
* Make sure we're not attempting to construct a subprogram DIEEric Christopher2013-10-15
* Remove some dead code. (DarwinGDBCompat was retired in r189903).Adrian Prantl2013-10-15
* Debug Info: remove form from function addDIEEntry.Manman Ren2013-10-11
* Debug Info: In DIBuilder, the context field of subprogram is updated to useManman Ren2013-10-10
* Add DbgVariable::resolve per Eric's suggestion.Manman Ren2013-10-08
* Remove some really nasty uses of hasRawTextSupport.Rafael Espindola2013-10-05
* Debug Info: In DIBuilder, the derived-from field of a DW_TAG_pointer_typeManman Ren2013-10-05
* Temporarily revert r176882 as it needs to be implemented in a differentEric Christopher2013-10-04
* Temporarily revert r191792 as it is causing some LTO debug failuresEric Christopher2013-10-04
* Fixed a bug with section names containing special characters.Richard Mitton2013-10-03
* DebugInfo: Avoid redundantly adding child DIEs to parents.David Blaikie2013-10-03
* Make sure we emit a section for pubnames even if that section isEric Christopher2013-10-03
* Fix cut and paste typo.Eric Christopher2013-10-03
* Remove wild .debug_aranges entries generated from unimportant labelsAlexey Samsonov2013-10-03
* Debug Info: In DIBuilder, the derived-from field of a DW_TAG_pointer_typeManman Ren2013-10-01
* Debug Info: remove duplication of DIEs when a DIE is part of the type systemManman Ren2013-10-01
* Add the DW_AT_GNU_ranges_base attribute if we've emitted any rangesEric Christopher2013-10-01
* Update comments.Eric Christopher2013-10-01
* The DW_AT_GNU_pubnames/pubtypes attributes are actually formEric Christopher2013-09-30
* Unify conditionals and reformat.Eric Christopher2013-09-27
* Rename IsStatic variable to Linkage in order to be a bit more descriptive.Eric Christopher2013-09-23
* Handle gnu pubtypes sections:Eric Christopher2013-09-23
* Fixed debug_aranges handling for common symbols.Richard Mitton2013-09-23
* Move emission of the debug string table to early in the debugEric Christopher2013-09-20
* DebugInfo: GDBIndexEntry*String conversion functions now return const char* f...David Blaikie2013-09-20
* Added support for generate DWARF .debug_aranges sections automatically.Richard Mitton2013-09-19
* DebugInfo: llvm-dwarfdump support for gnu_pubnames sectionDavid Blaikie2013-09-19
* DebugInfo: Improve IR annotation comments for GNU pubthings.David Blaikie2013-09-19
* Unshift the GDB index/GNU pubnames constants modified in r191025David Blaikie2013-09-19
* DebugInfo: Simplify gnu_pubnames index computation.David Blaikie2013-09-19
* Remove unnecessary conditional operators performing bool->bool conversion.David Blaikie2013-09-19
* Fix a typo and simplify a boolean expression.David Blaikie2013-09-19