aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/AsmPrinter
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-1819-608/+862
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-0929-878/+681
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-2333-1388/+1465
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-0239-2051/+2466
* Update LLVM for rebase to r212749.Stephen Hines2014-07-2115-406/+540
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-2928-2028/+2267
* Update to LLVM 3.5a.Stephen Hines2014-04-2429-2779/+4157
* Update LLVM for merge to 3.4.Stephen Hines2014-02-131-0/+2
* Merge remote-tracking branch 'upstream/release_34' into merge-20140211Stephen Hines2014-02-1117-1539/+2696
|\
| * DwarfDebug: Move trailing else to the same line as prior closing braceDavid Blaikie2013-11-181-4/+2
| * DwarfDebug: Remove some more redundant explicit constructions.David Blaikie2013-11-181-4/+3
| * DebugInfo: Simplify a few more explicit constructions, underconstrained types...David Blaikie2013-11-181-21/+18
| * Remove unnecessary temporary construction.David Blaikie2013-11-171-1/+1
| * Remove redundant explicit default initialization.David Blaikie2013-11-171-2/+2
| * DwarfCompileUnit: Add type safety to createGlobalVariableDIEDavid Blaikie2013-11-173-5/+4
| * DwarfCompileUnit: Push type safety of DIDescriptor through CompileUnit::creat...David Blaikie2013-11-162-5/+5
| * DwarfCompileUnit: Remove unnecessary OwningPtr<T>::get() callDavid Blaikie2013-11-161-1/+1
| * For dwarf4 use the correct form for referencing debug_loc locations,Eric Christopher2013-11-162-2/+4
| * DwarfCompileUnit: Add type safety to CompileUnit::getNode by returning DIComp...David Blaikie2013-11-152-5/+4
| * DwarfCompileUnit: Add type safety by using DICompileUnit rather than raw MDNo...David Blaikie2013-11-154-16/+16
| * DwarfCompileUnit: Simplify getLanguage() calls to use existing member functionDavid Blaikie2013-11-151-3/+3
| * Replace the dangling context hotfix with an assertion.Adrian Prantl2013-11-151-4/+1
| * DwarfDebug: Push DISubprogram through updateSubprogramScopeDIEDavid Blaikie2013-11-152-7/+5
| * DwarfCompileUnit: Push DIDescriptors through a getDIE/insertDIEDavid Blaikie2013-11-153-19/+20
| * DwarfCompileUnit: Push DIDescriptor usage out from isShareableAcrossCUsDavid Blaikie2013-11-151-5/+5
| * Reimplement r194843 in a slightly less broken way.Adrian Prantl2013-11-151-3/+5
| * Restore the behaviour from before r194728.Adrian Prantl2013-11-151-1/+3
| * Use a reference rather than a pointer as we don't expect a NULLEric Christopher2013-11-153-23/+23
| * DebugInfo: Simplify/narrow null-check for getOrCreateTypeDavid Blaikie2013-11-141-2/+4
| * DwarfCompileUnit::getOrCreateContext: Return the compile unit DIE rather than...David Blaikie2013-11-141-11/+4
| * Remove unnecessary 'else' after return.David Blaikie2013-11-141-4/+3
| * Error if we see an alias to a declaration.Rafael Espindola2013-11-141-0/+5
| * DIEHash: Move header include to be first in the implementation file to flush ...David Blaikie2013-11-132-1/+3
| * Unify the adding of enumerators with the construction of the enumeration.Eric Christopher2013-11-112-23/+25
| * Formatting.Eric Christopher2013-11-111-9/+8
| * 80-col.Eric Christopher2013-11-111-5/+7
| * Just pass the DIComposite type by value instead of by pointer.Eric Christopher2013-11-112-6/+6
| * Use type form of getIntPtrType.Matt Arsenault2013-11-101-1/+1
| * Comment some and reformat for clarity beginFunction.Eric Christopher2013-11-011-30/+42
| * Remove linkonce_odr_auto_hide.Rafael Espindola2013-11-011-4/+2
| * DebugInfo: Emit member variable locations as data instead of expressions in b...David Blaikie2013-11-011-29/+31
| * Debug Info: remove duplication of DIEs when a DIE can be shared across CUs.Manman Ren2013-10-316-11/+87
| * Produce .weak_def_can_be_hidden for some linkonce_odr valuesRafael Espindola2013-10-301-7/+20
| * DebugInfo: Push header handling down into CompileUnitDavid Blaikie2013-10-303-18/+29
| * DwarfDebug: Change Abbreviations member from pointer to referenceDavid Blaikie2013-10-302-10/+10
| * Debug Info: code clean up.Manman Ren2013-10-292-3/+5
| * Debug Info: support for DW_FORM_ref_addr.Manman Ren2013-10-296-3/+67
| * Debug Info: instead of calling addToContextOwner which constructs the contextManman Ren2013-10-292-21/+9
| * Move getSymbol to TargetLoweringObjectFile.Rafael Espindola2013-10-291-2/+2
| * Add a helper getSymbol to AsmPrinter.Rafael Espindola2013-10-294-14/+17