summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Implement DW_TAG_subrange_type with DW_AT_count rather than DW_AT_upper_boundDavid Blaikie2014-10-011-6/+3
* Omit DW_TAG_subprograms for subprograms without inlined subroutines when prod...David Blaikie2014-09-191-16/+13
* Change DwarfCompileUnit::createGlobalVariable to getOrCreateGlobalVariable.Frederic Riss2014-09-191-9/+10
* Describe the -gmlt optimization committed in the previous revision.David Blaikie2014-09-191-0/+1
* Omit all the extra static attributes on subprograms in -gmltDavid Blaikie2014-09-191-0/+3
* Revert part of r218041.Frederic Riss2014-09-181-0/+3
* Always emit DW_AT_declaration attribute when the variable isn't a definition.Frederic Riss2014-09-181-3/+3
* DebugInfo: Add comment describing the need to disable address pool usage in s...David Blaikie2014-09-151-0/+5
* Remove the unused string section symbol parameter from DwarfFile::emitStringsDavid Blaikie2014-09-111-4/+2
* Sink PrevCU updating into DwarfUnit::addRange to ensure consistencyDavid Blaikie2014-09-091-2/+4
* Remove DwarfDebug::PrevSection, PrevCU is sufficient for handling address ran...David Blaikie2014-09-091-6/+3
* DebugInfo: Do not use DW_FORM_GNU_addr_index in skeleton CUs, GDB 7.8 errors ...David Blaikie2014-09-071-1/+1
* Debug info: Add a new explicit DIDescriptor flag for the "public" accessAdrian Prantl2014-08-291-3/+3
* Revert accidentally committed patches r216787-r216789David Blaikie2014-08-291-3/+0
* Omit DW_AT_artificial, DW_AT_external, and similar attributes under -gmltDavid Blaikie2014-08-291-0/+3
OpenPOWER on IntegriCloud