summaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
Commit message (Expand)AuthorAge
* 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
* Remove {} from one-line block.Manman Ren2013-10-23
* Fix up some old review feedback.Eric Christopher2013-10-21
* DebugInfo: Put each kind of constant (form, attribute, tag, etc) into its own...David Blaikie2013-10-21
* Remove unused variable.Benjamin Kramer2013-10-19
* Reformat.Eric Christopher2013-10-19
* Fix up a few minor performance problems spotted in code review.Eric Christopher2013-10-19
* Debug Info: add a newly-created DIE to a parent in the same function.Manman Ren2013-10-18
* Debug Info: simplify code a bit.Manman Ren2013-10-18
* According to the dwarf standard pubnames and pubtypes for languagesEric Christopher2013-10-17
* Add the subprogram DIEs to the context they're created with onlyEric Christopher2013-10-17
* Fix a pair of bugs in the emission of pubname tables:Eric Christopher2013-10-16
* Debug Info: static member DIE creation.Manman Ren2013-10-14
* 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
* Debug Info: In DIBuilder, the context and type fields of template_type andManman Ren2013-10-09