summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Revert r230930, it caused PR22747.Nico Weber2015-03-021-7/+1
* Refactor DebugLocDWARFExpression so it doesn't require access to theAdrian Prantl2015-03-021-1/+7
* Make the ARM AsmPrinter independent of global subtargetEric Christopher2015-02-171-1/+1
* Add more DWARF 5 language constants.Bruce Mitchener2015-02-071-0/+24
* Debug Info: Relax assertion in isUnsignedDIType() to allow floats to beAdrian Prantl2015-02-021-0/+1
* Add description to assertDavid Blaikie2015-01-281-1/+1
* PR22356: DebugInfo: Handle the size of a member where the type of that member...David Blaikie2015-01-281-5/+2
* Debug Info / PR22309: Allow union types to be emitted as unsigned constants.Adrian Prantl2015-01-231-1/+2
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-1/+0
* Debug Info: Move DIEDwarfExpression into DwarfExpression.h because itAdrian Prantl2015-01-141-14/+0
* Debug Info: Turn DIExpression::getFrameRegister() into an isFrameRegister()Adrian Prantl2015-01-131-3/+3
* Make DwarfExpression store the AsmPrinter instead of the TargetMachine.Adrian Prantl2015-01-121-6/+5
* Debug Info: Implement DwarfUnit::addRegisterOpPiece() using DwarfExpression.Adrian Prantl2015-01-121-56/+2
* Debug Info: Implement DwarfUnit::addRegisterOffset using DwarfExpression.Adrian Prantl2015-01-121-16/+32
* Update a comment.Adrian Prantl2015-01-071-0/+2
* Debug info: Allow aggregate types to be described by constants.Adrian Prantl2015-01-071-2/+5
* Debug Info: In symmetry to DW_TAG_pointer_type, do not emit the byte sizeAdrian Prantl2014-12-241-1/+2
* Explain why LLVM is emitting a DW_AT_containing_type inside of a class.Adrian Prantl2014-12-191-0/+2
* PR21875: codegen for non-type template parameters of nullptr_t typeDavid Blaikie2014-12-171-2/+5
OpenPOWER on IntegriCloud