summaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
Commit message (Expand)AuthorAge
* DebugInfo: Rename DwarfCompileUnit.* to DwarfUnit.* to match their contents.David Blaikie2013-12-02
* DebugInfo: Refactor CompileUnit into a Unit baseclass and CompileUnit/TypeUni...David Blaikie2013-12-02
* DebugInfo: Type Units: Propagate the correct DW_AT_language into type units.David Blaikie2013-12-02
* DebugInfo: Do not include variables only referenced by templates in aranges.David Blaikie2013-11-27
* DebugInfo: Remove CompileUnit::constructTypeDIEImpl now that it's just a simp...David Blaikie2013-11-26
* DebugInfo: Avoid emitting pubtype entries for type DIEs that just indirect to...David Blaikie2013-11-26
* DebugInfo: Pubtypes: Coelesce pubtype registration with accelerator type regi...David Blaikie2013-11-26
* In Dwarf 3 (and Dwarf 2) attributes whose value are offsets into aEric Christopher2013-11-21
* Move DebugInfoOffset member near the other data member it helps describe.Eric Christopher2013-11-21
* Reorder language in the CompileUnit description and add a comment.Eric Christopher2013-11-21
* DwarfCompileUnit: Initialize DebugInfoOffset.David Blaikie2013-11-20
* CR feedback for r195166: Add comments regarding type unit mapping and type un...David Blaikie2013-11-20
* DebugInfo: Partial implementation of DWARF type units.David Blaikie2013-11-19
* DebugInfo: Constify accelerator table handling, and separate type accelarator...David Blaikie2013-11-19
* Formatting and 80-col.Eric Christopher2013-11-19
* DebugInfo: Simplify a few more explicit constructions, underconstrained types...David Blaikie2013-11-18
* Remove unnecessary temporary construction.David Blaikie2013-11-17
* Remove redundant explicit default initialization.David Blaikie2013-11-17
* DwarfCompileUnit: Add type safety to createGlobalVariableDIEDavid Blaikie2013-11-17
* DwarfCompileUnit: Push type safety of DIDescriptor through CompileUnit::creat...David Blaikie2013-11-16
* DwarfCompileUnit: Remove unnecessary OwningPtr<T>::get() callDavid Blaikie2013-11-16
* For dwarf4 use the correct form for referencing debug_loc locations,Eric Christopher2013-11-16
* DwarfCompileUnit: Add type safety by using DICompileUnit rather than raw MDNo...David Blaikie2013-11-15
* DwarfCompileUnit: Simplify getLanguage() calls to use existing member functionDavid Blaikie2013-11-15
* Replace the dangling context hotfix with an assertion.Adrian Prantl2013-11-15
* DwarfCompileUnit: Push DIDescriptors through a getDIE/insertDIEDavid Blaikie2013-11-15
* DwarfCompileUnit: Push DIDescriptor usage out from isShareableAcrossCUsDavid Blaikie2013-11-15
* Reimplement r194843 in a slightly less broken way.Adrian Prantl2013-11-15
* Restore the behaviour from before r194728.Adrian Prantl2013-11-15
* Use a reference rather than a pointer as we don't expect a NULLEric Christopher2013-11-15
* DebugInfo: Simplify/narrow null-check for getOrCreateTypeDavid Blaikie2013-11-14
* DwarfCompileUnit::getOrCreateContext: Return the compile unit DIE rather than...David Blaikie2013-11-14
* Remove unnecessary 'else' after return.David Blaikie2013-11-14
* Unify the adding of enumerators with the construction of the enumeration.Eric Christopher2013-11-11
* Formatting.Eric Christopher2013-11-11
* 80-col.Eric Christopher2013-11-11
* Just pass the DIComposite type by value instead of by pointer.Eric Christopher2013-11-11
* DebugInfo: Emit member variable locations as data instead of expressions in b...David Blaikie2013-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
* Debug Info: support for DW_FORM_ref_addr.Manman Ren2013-10-29
* Debug Info: instead of calling addToContextOwner which constructs the contextManman Ren2013-10-29
* Add a helper getSymbol to AsmPrinter.Rafael Espindola2013-10-29
* Debug Info: instead of calling addToContextOwner which constructs the contextManman Ren2013-10-29
* Debug Info: use createAndAddDIE for newly-created Subprogram DIEs.Manman Ren2013-10-29
* Debug Info: add a helper function createAndAddDIE.Manman Ren2013-10-29
* Debug Info: code clean up.Manman Ren2013-10-23
* Debug Info: code clean up.Manman Ren2013-10-23
* Debug Info: code clean up.Manman Ren2013-10-23
* Debug Info: code clean up.Manman Ren2013-10-23