summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
Commit message (Expand)AuthorAgeFilesLines
* DwarfDebug/DwarfUnit: Push abbreviation structures down into DwarfUnits to re...David Blaikie2013-12-051-23/+8
* DwarfDebug: Avoid unnecessary abbreviation lookup when emitting DIEsDavid Blaikie2013-12-051-1/+1
* DwarfDebug: Remove trivial function wrapperDavid Blaikie2013-12-051-3/+0
* DwarfDebug: Reduce code duplication for sec offset emissionDavid Blaikie2013-12-041-0/+4
* Update comment grammar and contents.Eric Christopher2013-12-031-1/+4
* Reland 196270 "Generalize debug info / EH emission in AsmPrinter"Timur Iskhodzhanov2013-12-031-8/+12
* Revert r196270, "Generalize debug info / EH emission in AsmPrinter"NAKAMURA Takumi2013-12-031-13/+9
* Generalize debug info / EH emission in AsmPrinterTimur Iskhodzhanov2013-12-031-9/+13
* Refactor the handling of lexical block and inline scope rangesEric Christopher2013-12-031-0/+5
* Update doxygen tags.Eric Christopher2013-12-031-2/+2
* Reorder member function declarations to match source order.Eric Christopher2013-12-031-3/+4
* Make ranges and range lists be a discrete entity that can be locatedEric Christopher2013-12-031-2/+3
* DebugInfo: Refactor CompileUnit into a Unit baseclass and CompileUnit/TypeUni...David Blaikie2013-12-021-6/+5
* DebugInfo: Type Units: Propagate the correct DW_AT_language into type units.David Blaikie2013-12-021-1/+1
* 80-column fixups.Eric Christopher2013-11-261-1/+2
* DwarfDebug: Include type units in accelerator tables.David Blaikie2013-11-261-2/+6
* DwarfDebug: Move ownership of CompileUnits into DwarfUnitsDavid Blaikie2013-11-231-3/+2
* Move member variable up to where the rest of non-DWARF5 variables reside.Eric Christopher2013-11-211-3/+3
* CR feedback for r195166: Add comments regarding type unit mapping and type un...David Blaikie2013-11-201-1/+5
* DebugInfo: Partial implementation of DWARF type units.David Blaikie2013-11-191-2/+3
* DwarfCompileUnit: Add type safety by using DICompileUnit rather than raw MDNo...David Blaikie2013-11-151-1/+1
* DwarfDebug: Push DISubprogram through updateSubprogramScopeDIEDavid Blaikie2013-11-151-1/+1
* Debug Info: remove duplication of DIEs when a DIE can be shared across CUs.Manman Ren2013-10-311-0/+12
* DwarfDebug: Change Abbreviations member from pointer to referenceDavid Blaikie2013-10-301-3/+3
* Debug Info: support for DW_FORM_ref_addr.Manman Ren2013-10-291-0/+3
* Grammar.Eric Christopher2013-10-241-1/+1
* Remove some dead code. (DarwinGDBCompat was retired in r189903).Adrian Prantl2013-10-151-8/+0
* Add DbgVariable::resolve per Eric's suggestion.Manman Ren2013-10-081-0/+5
* Debug Info: In DIBuilder, the derived-from field of a DW_TAG_pointer_typeManman Ren2013-10-051-2/+3
* Fix one comment and update another. Slightly reformat.Eric Christopher2013-10-051-3/+2
* Temporarily revert r176882 as it needs to be implemented in a differentEric Christopher2013-10-041-4/+0
* Temporarily revert r191792 as it is causing some LTO debug failuresEric Christopher2013-10-041-54/+2
* Remove wild .debug_aranges entries generated from unimportant labelsAlexey Samsonov2013-10-031-3/+4
* Debug Info: In DIBuilder, the derived-from field of a DW_TAG_pointer_typeManman Ren2013-10-011-2/+3
* Debug Info: remove duplication of DIEs when a DIE is part of the type systemManman Ren2013-10-011-0/+51
* The DW_AT_GNU_pubnames/pubtypes attributes are actually formEric Christopher2013-09-301-0/+1
* Fixed debug_aranges handling for common symbols.Richard Mitton2013-09-231-0/+7
* Added support for generate DWARF .debug_aranges sections automatically.Richard Mitton2013-09-191-1/+14
* Add initial support for handling gnu style pubnames accepted by someEric Christopher2013-09-131-2/+8
* Revert "Give internal classes hidden visibility."Benjamin Kramer2013-09-111-5/+5
* Give internal classes hidden visibility.Benjamin Kramer2013-09-111-5/+5
* Debug Info: create scope children DIEs when the scope DIE is not null.Manman Ren2013-09-101-0/+6
* Debug Info: define a DIRef template.Manman Ren2013-09-101-1/+4
* Debug Info: move DIScope::getContext back from DwarfDebug.Manman Ren2013-09-091-3/+0
* Rename for consistency.Eric Christopher2013-09-091-1/+1
* Debug Info: move DIScope::getContext to DwarfDebug.Manman Ren2013-09-091-0/+3
* Debug Info: Move isSubprogramContext from DebugInfo to DwarfDebug.Manman Ren2013-09-091-0/+4
* Debug Info: Rename DITypeRef to DIScopeRef.Manman Ren2013-09-091-2/+2
* Debug Info: Use identifier to reference DIType in base type field ofManman Ren2013-09-051-0/+7
* Remove support for the .debug_inlined section. No known softwareEric Christopher2013-08-281-8/+0
OpenPOWER on IntegriCloud