| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanup: Calls to getDwarfRegNum() may actually fail, if there is | Adrian Prantl | 2014-12-05 | 1 | -4/+8 |
* | Provide gmlt-like inline scope information in the skeleton CU to facilitate s... | David Blaikie | 2014-11-04 | 1 | -1/+3 |
* | Use common range handling for the CU's ranges | David Blaikie | 2014-11-03 | 1 | -1/+2 |
* | Sink DwarfUnit::CURanges into DwarfCompileUnit | David Blaikie | 2014-11-03 | 1 | -7/+0 |
* | Sink range list handling down from DwarfUnit into its only use, in DwarfCompi... | David Blaikie | 2014-11-03 | 1 | -15/+0 |
* | Add DwarfUnit::isDwoUnit and use it to generalize string creation | David Blaikie | 2014-11-02 | 1 | -8/+11 |
* | Remove the last mention of LineTablesOnly from DwarfUnit, sinking it into Dwa... | David Blaikie | 2014-11-02 | 1 | -1/+2 |
* | Sink DwarfUnit::applySubprogramAttributesToDefinition into DwarfCompileUnit | David Blaikie | 2014-11-02 | 1 | -1/+0 |
* | Sink DwarfUnit::addExpr into DwarfCompileUnit | David Blaikie | 2014-11-02 | 1 | -3/+0 |
* | Sink DwarfUnit::applyVariableAttributes into DwarfCompileUnit | David Blaikie | 2014-11-02 | 1 | -1/+0 |
* | Sink DwarfUnit::addLocationList down into DwarfCompileUnit | David Blaikie | 2014-11-02 | 1 | -3/+0 |
* | Sink DwarfUnit::addComplexAddress down into DwarfCompileUnit | David Blaikie | 2014-11-02 | 1 | -8/+0 |
* | Push DwarfUnit::addAddress down into DwarfCompileUnit | David Blaikie | 2014-11-02 | 1 | -5/+0 |
* | Sink DwarfUnit::addVariableAddress into DwarfCompileUnit since type units don... | David Blaikie | 2014-11-02 | 1 | -5/+0 |
* | DebugInfo: Sink accelerator table lists down (GlobalNames/Types) into DwarfCo... | David Blaikie | 2014-11-02 | 1 | -10/+2 |
* | Add DwarfUnit::addGlobalType to match DwarfUnit::addGlobalName | David Blaikie | 2014-11-02 | 1 | -2/+4 |
* | DebugInfo: Refactor index type DIE initialization by rolling it into the acce... | David Blaikie | 2014-11-02 | 1 | -1/+1 |
* | Sink DwarfUnit::LabelBegin down into DwarfCompileUnit since that's the only p... | David Blaikie | 2014-11-02 | 1 | -8/+0 |
* | Remove DwarfUnit::LabelEnd in favor of computing the length of the section di... | David Blaikie | 2014-11-01 | 1 | -8/+0 |
* | Sink DwarfUnit::SectionSym into DwarfCompileUnit as it's only needed/used there. | David Blaikie | 2014-11-01 | 1 | -25/+1 |
* | Sink DwarfUnit::Skeleton down into DwarfCompileUnit | David Blaikie | 2014-11-01 | 1 | -22/+0 |
* | Remove unused function | David Blaikie | 2014-11-01 | 1 | -3/+0 |
* | Sink DwarfUnit::constructImportedEntityDIE into DwarfCompileUnit. | Frederic Riss | 2014-10-24 | 1 | -4/+0 |
* | Sink most of DwarfDebug::constructAbstractSubprogramScopeDIE down into DwarfC... | David Blaikie | 2014-10-10 | 1 | -6/+6 |
* | Move DwarfUnit::constructVariableDIE down to DwarfCompileUnit, since it's onl... | David Blaikie | 2014-10-09 | 1 | -9/+0 |
* | Sink DwarfUnit::addSectionDelta into DwarfCompileUnit, the only place it's ne... | David Blaikie | 2014-10-08 | 1 | -4/+0 |
* | Sink and coalesce DwarfDebug.cpp::addSectionLabel and DwarfUnit::addSectionLa... | David Blaikie | 2014-10-08 | 1 | -5/+0 |
* | DebugInfo: Sink constructImportedEntityDIE down into DwarfUnit from DwarfDebug. | David Blaikie | 2014-10-06 | 1 | -0/+4 |
* | Remove unnecessary copying or replace it with moves in a bunch of places. | Benjamin Kramer | 2014-10-04 | 1 | -1/+3 |
* | Move DwarfCompileUnit from DwarfUnit.h to its own header (DwarfCompileUnit.h) | David Blaikie | 2014-10-04 | 1 | -35/+0 |
* | Change DwarfCompileUnit::createGlobalVariable to getOrCreateGlobalVariable. | Frederic Riss | 2014-09-19 | 1 | -2/+2 |
* | Sink PrevCU updating into DwarfUnit::addRange to ensure consistency | David Blaikie | 2014-09-09 | 1 | -3/+3 |
* | Fix some cases where StringRef was being passed by const reference. Remove co... | Craig Topper | 2014-08-30 | 1 | -2/+2 |
* | Canonicalize header guards into a common format. | Benjamin Kramer | 2014-08-13 | 1 | -2/+2 |
* | Debug info: Infrastructure to support debug locations for fragmented | Adrian Prantl | 2014-08-01 | 1 | -1/+2 |
* | [Debug Info] add DISubroutineType and its creation takes DITypeArray. | Manman Ren | 2014-07-28 | 1 | -1/+1 |
* | Reapply "DebugInfo: Don't put fission type units in comdat sections." | David Blaikie | 2014-07-25 | 1 | -0/+4 |
* | DebugInfo: Following up to r209677, refactor local variable emission to delay... | David Blaikie | 2014-06-13 | 1 | -0/+1 |
* | DebugInfo: Use the scope of the function declaration, if any, to name a funct... | David Blaikie | 2014-06-06 | 1 | -0/+1 |
* | DebugInfo: Simplify solution to avoid DW_AT_artificial on inlined parameters. | David Blaikie | 2014-05-27 | 1 | -4/+2 |
* | DebugInfo: Separate out the addition of subprogram attribute additions so tha... | David Blaikie | 2014-05-27 | 1 | -0/+2 |
* | Revert "DebugInfo: Don't put fission type units in comdat sections." | David Blaikie | 2014-05-21 | 1 | -4/+0 |
* | DebugInfo: Follow up to r208930, comment usage of 'using' to bring in base cl... | David Blaikie | 2014-05-15 | 1 | -0/+3 |
* | DebugInfo: Don't put fission type units in comdat sections. | David Blaikie | 2014-05-15 | 1 | -0/+1 |
* | DwarfUnit: Pick a winner between isTypeSigned and isUnsignedDIType. | David Blaikie | 2014-05-11 | 1 | -1/+1 |
* | DwarfUnit: Factor out calling isUnsignedDIType into a utility function so eac... | David Blaikie | 2014-05-11 | 1 | -1/+2 |
* | DwarfUnit: Share common constant value emission between APInts of small (<= 6... | David Blaikie | 2014-05-11 | 1 | -0/+1 |
* | Revert "Emit DW_AT_object_pointer once, on the declaration, for each function." | David Blaikie | 2014-04-30 | 1 | -1/+1 |
* | DebugInfo: Omit DW_AT_artificial on DW_TAG_formal_parameters in DW_TAG_inline... | David Blaikie | 2014-04-30 | 1 | -2/+4 |
* | Emit DW_AT_object_pointer once, on the declaration, for each function. | David Blaikie | 2014-04-30 | 1 | -1/+1 |