summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* IR: Split Metadata from ValueDuncan P. N. Exon Smith2014-12-091-3/+3
* These two calls were grabbing the same register info. Unify them.Eric Christopher2014-12-051-3/+2
* Cleanup: Calls to getDwarfRegNum() may actually fail, if there isAdrian Prantl2014-12-051-10/+16
* Provide gmlt-like inline scope information in the skeleton CU to facilitate s...David Blaikie2014-11-041-14/+25
* Move cross-unit DIE caching to the DwarfFile level, so it doesn't interfere w...David Blaikie2014-11-041-2/+2
* Add DwarfUnit::isDwoUnit and use it to generalize string creationDavid Blaikie2014-11-021-2/+11
* Remove the last mention of LineTablesOnly from DwarfUnit, sinking it into Dwa...David Blaikie2014-11-021-2/+3
* Sink DwarfUnit::applySubprogramAttributesToDefinition into DwarfCompileUnitDavid Blaikie2014-11-021-7/+0
* Sink DwarfUnit::addExpr into DwarfCompileUnitDavid Blaikie2014-11-021-7/+0
* Sink DwarfUnit::applyVariableAttributes into DwarfCompileUnitDavid Blaikie2014-11-021-11/+0
* Sink DwarfUnit::addLocationList down into DwarfCompileUnitDavid Blaikie2014-11-021-10/+0
* Sink DwarfUnit::addComplexAddress down into DwarfCompileUnitDavid Blaikie2014-11-021-59/+0
* Push DwarfUnit::addAddress down into DwarfCompileUnitDavid Blaikie2014-11-021-19/+0
* Sink DwarfUnit::addVariableAddress into DwarfCompileUnit since type units don...David Blaikie2014-11-021-13/+0
* DebugInfo: Sink accelerator table lists down (GlobalNames/Types) into DwarfCo...David Blaikie2014-11-021-16/+0
* Add DwarfUnit::addGlobalType to match DwarfUnit::addGlobalNameDavid Blaikie2014-11-021-5/+11
* DebugInfo: Refactor index type DIE initialization by rolling it into the acce...David Blaikie2014-11-021-9/+12
* Sink DwarfUnit::LabelBegin down into DwarfCompileUnit since that's the only p...David Blaikie2014-11-021-2/+0
* Sink dwarf unit length emission down into DwarfUnit::emitHeaderDavid Blaikie2014-11-011-0/+4
* Remove DwarfUnit::LabelEnd in favor of computing the length of the section di...David Blaikie2014-11-011-2/+0
* Sink DwarfUnit::SectionSym into DwarfCompileUnit as it's only needed/used there.David Blaikie2014-11-011-13/+9
* Sink DwarfUnit::Skeleton down into DwarfCompileUnitDavid Blaikie2014-11-011-2/+1
* Remove some unnecessary casts.David Blaikie2014-10-261-2/+2
* Sink DwarfUnit::constructImportedEntityDIE into DwarfCompileUnit.Frederic Riss2014-10-241-28/+0
* Move DwarfUnit::constructVariableDIE down to DwarfCompileUnit, since it's onl...David Blaikie2014-10-091-63/+0
* Sink DwarfUnit::addSectionDelta into DwarfCompileUnit, the only place it's ne...David Blaikie2014-10-081-10/+0
* Sink and coalesce DwarfDebug.cpp::addSectionLabel and DwarfUnit::addSectionLa...David Blaikie2014-10-081-10/+0
* DebugInfo: Sink constructImportedEntityDIE down into DwarfUnit from DwarfDebug.David Blaikie2014-10-061-0/+28
* Move DwarfCompileUnit from DwarfUnit.h to its own header (DwarfCompileUnit.h)David Blaikie2014-10-041-264/+2
* Revert "Revert "DI: Fold constant arguments into a single MDString""Duncan P. N. Exon Smith2014-10-031-1/+1
* Revert "DI: Fold constant arguments into a single MDString"Duncan P. N. Exon Smith2014-10-021-1/+1
* DI: Fold constant arguments into a single MDStringDuncan P. N. Exon Smith2014-10-021-1/+1
* Move the complex address expression out of DIVariable and into an extraAdrian Prantl2014-10-011-10/+14
* Revert r218778 while investigating buldbot breakage.Adrian Prantl2014-10-011-14/+10
* Move the complex address expression out of DIVariable and into an extraAdrian Prantl2014-10-011-10/+14
OpenPOWER on IntegriCloud