summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove type unit skeletons. GDB no longer needs them & this saves a heap of s...David Blaikie2014-08-271-22/+1
* Use DILexicalBlockFile, rather than DILexicalBlock, to track discriminator ch...David Blaikie2014-08-211-2/+2
* Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...Craig Topper2014-08-211-2/+2
* Revert "Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoi...Craig Topper2014-08-181-2/+2
* Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...Craig Topper2014-08-171-2/+2
* Remove a condition that can never be true, as wittnessed by the assertAdrian Prantl2014-08-121-3/+2
* Revert "Partially revert r214761 that asserted that all concrete debug info v...David Blaikie2014-08-121-3/+1
* Add a couple of convenience accessors to DebugLocEntry::Value to furtherAdrian Prantl2014-08-111-8/+7
* Debug info: Modify DebugLocEntry::addValue to take multiple values so itAdrian Prantl2014-08-111-2/+3
* Debug info: Further simplify the implementation of buildLocationList byAdrian Prantl2014-08-111-6/+6
* Debug Info: Move the sorting and uniqueing of pieces from emitLocPieces()Adrian Prantl2014-08-111-17/+5
* Debug info: Refactor DebugLocEntry's Merge function to makeAdrian Prantl2014-08-111-6/+24
* DebugInfo: Recommit (reverted in r215217, originally committed in r215157) th...David Blaikie2014-08-081-0/+1
* DebugInfo: Remove assertion (added in r215157) that's firing on a blocksDavid Blaikie2014-08-081-1/+0
* DebugInfo: Fix overwriting/loss of inlined arguments to recursively inlined f...David Blaikie2014-08-071-4/+2
* DebugInfo: Assert that any CU for which debug_loc lists are emitted, has at l...David Blaikie2014-08-061-0/+1
* DebugInfo: Move the reference to the CU from the location list entry to the l...David Blaikie2014-08-051-7/+7
* Partially revert r214761 that asserted that all concrete debug info variables...David Blaikie2014-08-051-1/+2
* Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher2014-08-041-2/+4
* Reapply "DebugInfo: Ensure that all debug location scope chains from instruct...David Blaikie2014-08-041-2/+1
* Attempt to increase the overall happiness of the MSCV-based buildbots.Adrian Prantl2014-08-011-1/+1
* Debug info: Infrastructure to support debug locations for fragmentedAdrian Prantl2014-08-011-38/+189
* Feedback on r214189, no functionality change.Manman Ren2014-07-291-1/+1
* [Debug Info] remove DITrivialType and use null to represent unspecified param.Manman Ren2014-07-291-3/+5
* [Debug Info] unique MDNodes in the enum types of each compile unit.Manman Ren2014-07-281-2/+7
* [Debug Info] add DISubroutineType and its creation takes DITypeArray. Manman Ren2014-07-281-2/+2
* [Debug Info] rename getTypeArray to getElements, setTypeArray to setArrays.Manman Ren2014-07-281-2/+2
* Reapply "DebugInfo: Don't put fission type units in comdat sections."David Blaikie2014-07-251-12/+14
* Recommit r212203: Don't try to construct debug LexicalScopes hierarchy for fu...David Blaikie2014-07-251-1/+16
* Revert "Recommit r212203: Don't try to construct debug LexicalScopes hierarch...David Blaikie2014-07-211-16/+1
* Revert "Reapply "DebugInfo: Ensure that all debug location scope chains from ...Eric Christopher2014-07-181-1/+2
* DebugInfo: Assert that all abstract scopes are subprograms, rather than condi...David Blaikie2014-07-181-2/+1
* Reapply "DebugInfo: Ensure that all debug location scope chains from instruct...David Blaikie2014-07-181-2/+1
* CodeGen: add missing includeSaleem Abdulrasool2014-07-141-0/+1
* Revert "Reapply "DebugInfo: Ensure that all debug location scope chains from ...David Blaikie2014-07-111-1/+2
* Reapply "DebugInfo: Ensure that all debug location scope chains from instruct...David Blaikie2014-07-101-2/+1
* Recommit r212203: Don't try to construct debug LexicalScopes hierarchy for fu...David Blaikie2014-07-091-1/+16
* Temporarily revert "Don't try to construct debug LexicalScopes hierarchy for ...Eric Christopher2014-07-031-9/+1
* Revert "DebugInfo: Ensure that all debug location scope chains from instructi...David Blaikie2014-07-021-1/+2
* DebugInfo: Ensure that all debug location scope chains from instructions with...David Blaikie2014-07-021-2/+1
* Don't try to construct debug LexicalScopes hierarchy for functions that do no...David Blaikie2014-07-021-1/+9
* Revert "DebugInfo: Ensure that all debug location scope chains from instructi...David Blaikie2014-07-011-1/+2
* DebugInfo: Ensure that all debug location scope chains from instructions with...David Blaikie2014-07-011-2/+1
* Revert "Revert "Revert "PR20038: DebugInfo: Inlined call sites where the call...David Blaikie2014-06-271-1/+2
* Revert "Revert "PR20038: DebugInfo: Inlined call sites where the caller has d...David Blaikie2014-06-271-2/+1
* Revert "PR20038: DebugInfo: Inlined call sites where the caller has debug inf...David Blaikie2014-06-251-1/+2
* PR20038: DebugInfo: Inlined call sites where the caller has debug info but th...David Blaikie2014-06-251-2/+1
* DebugInfo: Fission: Ensure the address pool entries for location lists are em...David Blaikie2014-06-191-1/+1
* Emit DWARF3 call frame information when DWARF3+ debug info is requestedOliver Stannard2014-06-191-0/+2
* Move -dwarf-version to an MC level command line option so it'sEric Christopher2014-06-191-4/+1
OpenPOWER on IntegriCloud