summaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter
Commit message (Expand)AuthorAge
* Merging r196168:Tom Stellard2014-04-08
* DwarfDebug: Move trailing else to the same line as prior closing braceDavid Blaikie2013-11-18
* DwarfDebug: Remove some more redundant explicit constructions.David Blaikie2013-11-18
* 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 to CompileUnit::getNode by returning DIComp...David Blaikie2013-11-15
* 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
* DwarfDebug: Push DISubprogram through updateSubprogramScopeDIEDavid Blaikie2013-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
* Error if we see an alias to a declaration.Rafael Espindola2013-11-14
* DIEHash: Move header include to be first in the implementation file to flush ...David Blaikie2013-11-13
* 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
* Use type form of getIntPtrType.Matt Arsenault2013-11-10
* Comment some and reformat for clarity beginFunction.Eric Christopher2013-11-01
* Remove linkonce_odr_auto_hide.Rafael Espindola2013-11-01
* 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
* Produce .weak_def_can_be_hidden for some linkonce_odr valuesRafael Espindola2013-10-30
* 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: instead of calling addToContextOwner which constructs the contextManman Ren2013-10-29
* Move getSymbol to TargetLoweringObjectFile.Rafael Espindola2013-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 to wrap around "new DIE" in DwarfDebug.Manman 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
* DIEHash: Summary hashing of member functionsDavid Blaikie2013-10-25
* DIEHash: Summary hashing of nested typesDavid Blaikie2013-10-25
* MCStreamer: Reimplement the virtual EmitRawText as a protected member, EmitRa...David Blaikie2013-10-24
* DWARF emission: Remove unnecessary/redundant DIE reference codeDavid Blaikie2013-10-24