summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* PR20038: DebugInfo missing DIEs for some concrete variables.David Blaikie2014-06-151-0/+3
* DebugInfo: Remove some extra handling of abstract variables and instead rely ...David Blaikie2014-06-131-25/+23
* DebugInfo: Reference abstract definitions from variables in concrete definiti...David Blaikie2014-06-131-1/+6
* DwarfDebug::getExistingAbstractVariable: constify an existing reference param...David Blaikie2014-06-131-1/+1
* DebugInfo: Following up to r209677, refactor local variable emission to delay...David Blaikie2014-06-131-11/+30
* DebugInfo: Use the scope of the function declaration, if any, to name a funct...David Blaikie2014-06-061-4/+2
* Fix null dereference with -debug-only=dwarfdebugAlexey Samsonov2014-06-051-2/+5
* DebugInfo: Reuse existing LexicalScope to retrieve the scope's MDNode, rather...David Blaikie2014-06-051-6/+2
* DebugInfo: Roll argument insertion into variable insertion to ensure argument...David Blaikie2014-06-051-6/+5
* PR19388: DebugInfo: Emit dead arguments in their originally declared order.David Blaikie2014-06-051-5/+6
* DebugInfo: Reapply r209984 (reverted in r210143), asserting that abstract Dbg...David Blaikie2014-06-041-9/+34
* DebugInfo: Assert that DbgVariables have associated DIEsDavid Blaikie2014-06-011-1/+1
* Roll DbgVariable::setMInsn into the constructor. No functional changes.Adrian Prantl2014-05-301-4/+2
* Debug Info: Remove unused code. The MInsn of an _abstract_ variable isAdrian Prantl2014-05-291-2/+0
* Change representation of instruction ranges where variable is accessible.Alexey Samsonov2014-05-271-46/+32
* Factor out looking for prologue end into a functionAlexey Samsonov2014-05-271-12/+12
* Don't pre-populate the set of keys in the map with variable locations history.Alexey Samsonov2014-05-271-11/+2
* DebugInfo: Simplify solution to avoid DW_AT_artificial on inlined parameters.David Blaikie2014-05-271-6/+1
* DebugInfo: Create abstract function definitions even when concrete definition...David Blaikie2014-05-271-46/+35
* DebugInfo: Avoid an extra map lookup when finding abstract subprogram DIEs.David Blaikie2014-05-271-1/+1
* DebugInfo: Lazily construct subprogram definition DIEs.David Blaikie2014-05-271-10/+22
* DebugInfo: Lazily attach definition attributes to definitions.David Blaikie2014-05-271-0/+21
* DebugInfo: Put concrete definitions referencing abstract definitions in the s...David Blaikie2014-05-231-1/+3
OpenPOWER on IntegriCloud