summaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
Commit message (Expand)AuthorAge
* Revert "Revert "Revert "PR20038: DebugInfo: Inlined call sites where the call...David Blaikie2014-06-27
* Revert "Revert "PR20038: DebugInfo: Inlined call sites where the caller has d...David Blaikie2014-06-27
* Revert "PR20038: DebugInfo: Inlined call sites where the caller has debug inf...David Blaikie2014-06-25
* PR20038: DebugInfo: Inlined call sites where the caller has debug info but th...David Blaikie2014-06-25
* DebugInfo: Fission: Ensure the address pool entries for location lists are em...David Blaikie2014-06-19
* Emit DWARF3 call frame information when DWARF3+ debug info is requestedOliver Stannard2014-06-19
* Move -dwarf-version to an MC level command line option so it'sEric Christopher2014-06-19
* PR20038: DebugInfo missing DIEs for some concrete variables.David Blaikie2014-06-15
* DebugInfo: Remove some extra handling of abstract variables and instead rely ...David Blaikie2014-06-13
* DebugInfo: Reference abstract definitions from variables in concrete definiti...David Blaikie2014-06-13
* DwarfDebug::getExistingAbstractVariable: constify an existing reference param...David Blaikie2014-06-13
* DebugInfo: Following up to r209677, refactor local variable emission to delay...David Blaikie2014-06-13
* DebugInfo: Use the scope of the function declaration, if any, to name a funct...David Blaikie2014-06-06
* Fix null dereference with -debug-only=dwarfdebugAlexey Samsonov2014-06-05
* DebugInfo: Reuse existing LexicalScope to retrieve the scope's MDNode, rather...David Blaikie2014-06-05
* DebugInfo: Roll argument insertion into variable insertion to ensure argument...David Blaikie2014-06-05
* PR19388: DebugInfo: Emit dead arguments in their originally declared order.David Blaikie2014-06-05
* DebugInfo: Reapply r209984 (reverted in r210143), asserting that abstract Dbg...David Blaikie2014-06-04
* DebugInfo: Assert that DbgVariables have associated DIEsDavid Blaikie2014-06-01
* Roll DbgVariable::setMInsn into the constructor. No functional changes.Adrian Prantl2014-05-30
* Debug Info: Remove unused code. The MInsn of an _abstract_ variable isAdrian Prantl2014-05-29
* Change representation of instruction ranges where variable is accessible.Alexey Samsonov2014-05-27
* Factor out looking for prologue end into a functionAlexey Samsonov2014-05-27
* Don't pre-populate the set of keys in the map with variable locations history.Alexey Samsonov2014-05-27
* DebugInfo: Simplify solution to avoid DW_AT_artificial on inlined parameters.David Blaikie2014-05-27
* DebugInfo: Create abstract function definitions even when concrete definition...David Blaikie2014-05-27
* DebugInfo: Avoid an extra map lookup when finding abstract subprogram DIEs.David Blaikie2014-05-27
* DebugInfo: Lazily construct subprogram definition DIEs.David Blaikie2014-05-27
* DebugInfo: Lazily attach definition attributes to definitions.David Blaikie2014-05-27
* DebugInfo: Put concrete definitions referencing abstract definitions in the s...David Blaikie2014-05-23
* Add FIXME comment based on code review feedback by Hal Finkel on r209338David Blaikie2014-05-23
* Rename a couple of variables to be more accurate.David Blaikie2014-05-23
* DebugInfo: Fix cross-CU references for scopes (and variables within those sco...David Blaikie2014-05-23
* DebugInfo: Simplify dead variable collection slightly.David Blaikie2014-05-22
* Revert "DebugInfo: Don't put fission type units in comdat sections."David Blaikie2014-05-21
* DebugInfo: Use the SPMap to find the parent CU of inlined functions as they m...David Blaikie2014-05-21
* DebugInfo: Ensure concrete out of line variables from inlined functions refer...David Blaikie2014-05-21
* Revert "DebugInfo: Assume all subprogram DIEs have been created before any ab...David Blaikie2014-05-20
* Rewrite calculateDbgValueHistory to make it (hopefully) more transparent.Alexey Samsonov2014-05-20
* DebugInfo: Emit function definitions within their namespace scope.David Blaikie2014-05-20
* DebugInfo: Assume all subprogram DIEs have been created before any abstract s...David Blaikie2014-05-19
* DebugInfo: Don't include DW_AT_inline on each abstract definition multiple ti...David Blaikie2014-05-19
* DebugInfo: Fix missing inlined_subroutines caused by r208748.David Blaikie2014-05-19
* DebugInfo: Assert rather than conditionalizing when a CU's subprogram list co...David Blaikie2014-05-16
* DebugInfo: Add an assert regarding the subprogram in the subprogram map match...David Blaikie2014-05-16
* DebugInfo: Assume the CU's Subprogram list only contains definitions.David Blaikie2014-05-16
* DwarfDebug: Refactor AT_ranges/AT_high_pc+AT_low_pc emission into helper func...David Blaikie2014-05-16
* DebugInfo: Don't put fission type units in comdat sections.David Blaikie2014-05-15
* DebugInfo: Simplify retrieving filename/directory name for line table entry b...David Blaikie2014-05-15
* DwarfDebug: Don't set frame index locations on abstract variables.David Blaikie2014-05-14