| Commit message (Expand) | Author | Age | Files | Lines |
* | DebugInfo: Elide lexical scopes which only contain other (inline or lexical) ... | David Blaikie | 2014-08-31 | 1 | -12/+27 |
* | DebugInfo: Move argument creation up into the caller that's unambiguously han... | David Blaikie | 2014-08-31 | 1 | -25/+33 |
* | Delay adding imported entity DIEs to the lexical scope, streamlining the chec... | David Blaikie | 2014-08-31 | 1 | -5/+5 |
* | Modify DwarfDebug::constructImportedEntityDIE to return rather than insert in... | David Blaikie | 2014-08-31 | 1 | -11/+5 |
* | Refactor constructImportedEntityDIE(DwarfUnit, DIImportedEntity) to return a ... | David Blaikie | 2014-08-31 | 1 | -9/+13 |
* | Simplify expression using container's front() rather than begin()-> | David Blaikie | 2014-08-31 | 1 | -3/+1 |
* | Revert accidentally committed patches r216787-r216789 | David Blaikie | 2014-08-29 | 1 | -26/+9 |
* | Omit dwarf::DW_AT_frame_base under -gmlt | David Blaikie | 2014-08-29 | 1 | -3/+6 |
* | Stuff | David Blaikie | 2014-08-29 | 1 | -6/+20 |
* | Use DwarfDebug::attachLowHighPC for the compilation unit DIE. | Frederic Riss | 2014-08-29 | 1 | -4/+1 |
* | Constify MCSymbol* parameters to DwarfDebug::attachLowHighPC. | Frederic Riss | 2014-08-28 | 1 | -1/+1 |
* | Remove type unit skeletons. GDB no longer needs them & this saves a heap of s... | David Blaikie | 2014-08-27 | 1 | -22/+1 |
* | Use DILexicalBlockFile, rather than DILexicalBlock, to track discriminator ch... | David Blaikie | 2014-08-21 | 1 | -2/+2 |
* | Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin... | Craig Topper | 2014-08-21 | 1 | -2/+2 |
* | Revert "Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoi... | Craig Topper | 2014-08-18 | 1 | -2/+2 |
* | Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin... | Craig Topper | 2014-08-17 | 1 | -2/+2 |
* | Remove a condition that can never be true, as wittnessed by the assert | Adrian Prantl | 2014-08-12 | 1 | -3/+2 |
* | Revert "Partially revert r214761 that asserted that all concrete debug info v... | David Blaikie | 2014-08-12 | 1 | -3/+1 |
* | Add a couple of convenience accessors to DebugLocEntry::Value to further | Adrian Prantl | 2014-08-11 | 1 | -8/+7 |
* | Debug info: Modify DebugLocEntry::addValue to take multiple values so it | Adrian Prantl | 2014-08-11 | 1 | -2/+3 |
* | Debug info: Further simplify the implementation of buildLocationList by | Adrian Prantl | 2014-08-11 | 1 | -6/+6 |
* | Debug Info: Move the sorting and uniqueing of pieces from emitLocPieces() | Adrian Prantl | 2014-08-11 | 1 | -17/+5 |
* | Debug info: Refactor DebugLocEntry's Merge function to make | Adrian Prantl | 2014-08-11 | 1 | -6/+24 |
* | DebugInfo: Recommit (reverted in r215217, originally committed in r215157) th... | David Blaikie | 2014-08-08 | 1 | -0/+1 |
* | DebugInfo: Remove assertion (added in r215157) that's firing on a blocks | David Blaikie | 2014-08-08 | 1 | -1/+0 |
* | DebugInfo: Fix overwriting/loss of inlined arguments to recursively inlined f... | David Blaikie | 2014-08-07 | 1 | -4/+2 |
* | DebugInfo: Assert that any CU for which debug_loc lists are emitted, has at l... | David Blaikie | 2014-08-06 | 1 | -0/+1 |
* | DebugInfo: Move the reference to the CU from the location list entry to the l... | David Blaikie | 2014-08-05 | 1 | -7/+7 |
* | Partially revert r214761 that asserted that all concrete debug info variables... | David Blaikie | 2014-08-05 | 1 | -1/+2 |
* | Remove the TargetMachine forwards for TargetSubtargetInfo based | Eric Christopher | 2014-08-04 | 1 | -2/+4 |
* | Reapply "DebugInfo: Ensure that all debug location scope chains from instruct... | David Blaikie | 2014-08-04 | 1 | -2/+1 |
* | Attempt to increase the overall happiness of the MSCV-based buildbots. | Adrian Prantl | 2014-08-01 | 1 | -1/+1 |
* | Debug info: Infrastructure to support debug locations for fragmented | Adrian Prantl | 2014-08-01 | 1 | -38/+189 |
* | Feedback on r214189, no functionality change. | Manman Ren | 2014-07-29 | 1 | -1/+1 |
* | [Debug Info] remove DITrivialType and use null to represent unspecified param. | Manman Ren | 2014-07-29 | 1 | -3/+5 |
* | [Debug Info] unique MDNodes in the enum types of each compile unit. | Manman Ren | 2014-07-28 | 1 | -2/+7 |
* | [Debug Info] add DISubroutineType and its creation takes DITypeArray. | Manman Ren | 2014-07-28 | 1 | -2/+2 |
* | [Debug Info] rename getTypeArray to getElements, setTypeArray to setArrays. | Manman Ren | 2014-07-28 | 1 | -2/+2 |
* | Reapply "DebugInfo: Don't put fission type units in comdat sections." | David Blaikie | 2014-07-25 | 1 | -12/+14 |
* | Recommit r212203: Don't try to construct debug LexicalScopes hierarchy for fu... | David Blaikie | 2014-07-25 | 1 | -1/+16 |
* | Revert "Recommit r212203: Don't try to construct debug LexicalScopes hierarch... | David Blaikie | 2014-07-21 | 1 | -16/+1 |
* | Revert "Reapply "DebugInfo: Ensure that all debug location scope chains from ... | Eric Christopher | 2014-07-18 | 1 | -1/+2 |
* | DebugInfo: Assert that all abstract scopes are subprograms, rather than condi... | David Blaikie | 2014-07-18 | 1 | -2/+1 |
* | Reapply "DebugInfo: Ensure that all debug location scope chains from instruct... | David Blaikie | 2014-07-18 | 1 | -2/+1 |
* | CodeGen: add missing include | Saleem Abdulrasool | 2014-07-14 | 1 | -0/+1 |
* | Revert "Reapply "DebugInfo: Ensure that all debug location scope chains from ... | David Blaikie | 2014-07-11 | 1 | -1/+2 |
* | Reapply "DebugInfo: Ensure that all debug location scope chains from instruct... | David Blaikie | 2014-07-10 | 1 | -2/+1 |
* | Recommit r212203: Don't try to construct debug LexicalScopes hierarchy for fu... | David Blaikie | 2014-07-09 | 1 | -1/+16 |
* | Temporarily revert "Don't try to construct debug LexicalScopes hierarchy for ... | Eric Christopher | 2014-07-03 | 1 | -9/+1 |
* | Revert "DebugInfo: Ensure that all debug location scope chains from instructi... | David Blaikie | 2014-07-02 | 1 | -1/+2 |