summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename and improve emitSectionOffset.Rafael Espindola2015-06-161-4/+2
* Debug Info IR: Switch DIObjCProperty to use DITypeRef.Adrian Prantl2015-06-151-1/+1
* AsmPrinter: Return added DIE from DIE::addChild()Duncan P. N. Exon Smith2015-05-271-2/+1
* Reapply "AsmPrinter: Change DIEValue to be stored by value"Duncan P. N. Exon Smith2015-05-271-53/+21
* Revert "AsmPrinter: Change DIEValue to be stored by value"Duncan P. N. Exon Smith2015-05-271-21/+53
* AsmPrinter: Change DIEValue to be stored by valueDuncan P. N. Exon Smith2015-05-271-53/+21
* AsmPrinter: Make DIEString smallDuncan P. N. Exon Smith2015-05-241-25/+4
* AsmPrinter: Emit the DwarfStringPool offset directly when possibleDuncan P. N. Exon Smith2015-05-241-4/+3
* Move alignment from MCSectionData to MCSection.Rafael Espindola2015-05-211-1/+1
* Revert "Add bool to DebugLocDwarfExpression to control emitting comments."Pete Cooper2015-05-201-1/+1
* Add bool to DebugLocDwarfExpression to control emitting comments.Pete Cooper2015-05-201-1/+1
* IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith2015-04-291-91/+90
* [AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr.Lang Hames2015-04-241-9/+9
* DebugInfo: Remove DIArray and DITypeArray typedefsDuncan P. N. Exon Smith2015-04-211-6/+6
* DebugInfo: Drop rest of DIDescriptor subclassesDuncan P. N. Exon Smith2015-04-211-10/+10
* DebugInfo: Delete subclasses of DIScopeDuncan P. N. Exon Smith2015-04-201-9/+9
* DebugInfo: Delete old subclasses of DITypeDuncan P. N. Exon Smith2015-04-201-22/+18
* DwarfUnit: Split MDSubroutineType version of constructTypeDIE()Duncan P. N. Exon Smith2015-04-201-30/+33
* DwarfUnit: Cleanup commentsDuncan P. N. Exon Smith2015-04-201-93/+0
* DebugInfo: Remove DITypeDuncan P. N. Exon Smith2015-04-201-13/+15
* DebugInfo: Remove DIScopeDuncan P. N. Exon Smith2015-04-201-10/+8
* DebugInfo: Remove typedefs for DITypeRef, etc.Duncan P. N. Exon Smith2015-04-201-2/+2
* DebugInfo: Delete DIDescriptor (but not its subclasses)Duncan P. N. Exon Smith2015-04-181-11/+8
* DebugInfo: Gut DIDescriptorDuncan P. N. Exon Smith2015-04-161-3/+4
* DebugInfo: Gut DIScope, DIEnumerator and DISubrangeDuncan P. N. Exon Smith2015-04-161-9/+9
* DebugInfo: Gut DIType and subclassesDuncan P. N. Exon Smith2015-04-161-74/+71
* DebugInfo: Remove unnecessary API from DIDerivedType and DITypeDuncan P. N. Exon Smith2015-04-151-29/+34
* DebugInfo: Gut DISubprogram and DILexicalBlock*Duncan P. N. Exon Smith2015-04-141-25/+25
* DebugInfo: Gut DINamespace and DITemplate*ParameterDuncan P. N. Exon Smith2015-04-141-18/+18
* DebugInfo: Gut DIVariable and DIGlobalVariableDuncan P. N. Exon Smith2015-04-141-3/+3
* DebugInfo: Gut DIObjCProperty and DIImportedEntityDuncan P. N. Exon Smith2015-04-141-10/+8
* DebugInfo: Remove DIObjCProperty attribute accessors, NFCDuncan P. N. Exon Smith2015-04-131-14/+1
* Revert "Try a third time to fix MSVC build after r234290"Duncan P. N. Exon Smith2015-04-071-3/+3
* Try a third time to fix MSVC build after r234290Duncan P. N. Exon Smith2015-04-071-3/+3
* Try again to fix MSVC build after r234290Duncan P. N. Exon Smith2015-04-071-3/+3
* Try to fix MSVC build after r234290Duncan P. N. Exon Smith2015-04-071-2/+2
* DebugInfo: Remove DITypedArray<>, replace with typedefsDuncan P. N. Exon Smith2015-04-071-24/+22
* CodeGen: Stop using DIDescriptor::is*() and auto-castingDuncan P. N. Exon Smith2015-04-061-58/+50
* DebugInfo: Remove DIDescriptor::Verify()Duncan P. N. Exon Smith2015-04-061-3/+1
* Change getISAEncoding to use the target triple to determineEric Christopher2015-03-211-2/+1
* Emit correct linkage-name attribute based on DWARF version.Paul Robinson2015-03-101-3/+11
* Change the datatype of DwarfExpression::Emit(Un)Signed to (u)int64_tAdrian Prantl2015-03-101-2/+2
* Store an optional section start label in MCSection.Rafael Espindola2015-03-101-7/+11
* Move label creation close to emission. NFC.Rafael Espindola2015-03-101-2/+2
* Revert "Revert "For the dwarf expression code get the subtarget off of the cu...Adrian Prantl2015-03-021-5/+6
* Refactor DebugLocDWARFExpression so it doesn't require access to theAdrian Prantl2015-03-021-1/+7
* Revert "Refactor DebugLocDWARFExpression so it doesn't require access to the"Adrian Prantl2015-03-021-7/+1
* Revert "For the dwarf expression code get the subtarget off of the current"Adrian Prantl2015-03-021-6/+5
* For the dwarf expression code get the subtarget off of the currentEric Christopher2015-03-021-5/+6
* Refactor DebugLocDWARFExpression so it doesn't require access to theAdrian Prantl2015-03-021-1/+7
OpenPOWER on IntegriCloud