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