index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
CodeGen
/
AsmPrinter
/
DwarfDebug.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
DebugInfo: Ensure that all debug location scope chains from instructions with...
David Blaikie
2014-07-02
1
-2
/
+1
*
Don't try to construct debug LexicalScopes hierarchy for functions that do no...
David Blaikie
2014-07-02
1
-1
/
+9
*
Revert "DebugInfo: Ensure that all debug location scope chains from instructi...
David Blaikie
2014-07-01
1
-1
/
+2
*
DebugInfo: Ensure that all debug location scope chains from instructions with...
David Blaikie
2014-07-01
1
-2
/
+1
*
Revert "Revert "Revert "PR20038: DebugInfo: Inlined call sites where the call...
David Blaikie
2014-06-27
1
-1
/
+2
*
Revert "Revert "PR20038: DebugInfo: Inlined call sites where the caller has d...
David Blaikie
2014-06-27
1
-2
/
+1
*
Revert "PR20038: DebugInfo: Inlined call sites where the caller has debug inf...
David Blaikie
2014-06-25
1
-1
/
+2
*
PR20038: DebugInfo: Inlined call sites where the caller has debug info but th...
David Blaikie
2014-06-25
1
-2
/
+1
*
DebugInfo: Fission: Ensure the address pool entries for location lists are em...
David Blaikie
2014-06-19
1
-1
/
+1
*
Emit DWARF3 call frame information when DWARF3+ debug info is requested
Oliver Stannard
2014-06-19
1
-0
/
+2
*
Move -dwarf-version to an MC level command line option so it's
Eric Christopher
2014-06-19
1
-4
/
+1
*
PR20038: DebugInfo missing DIEs for some concrete variables.
David Blaikie
2014-06-15
1
-0
/
+3
*
DebugInfo: Remove some extra handling of abstract variables and instead rely ...
David Blaikie
2014-06-13
1
-25
/
+23
*
DebugInfo: Reference abstract definitions from variables in concrete definiti...
David Blaikie
2014-06-13
1
-1
/
+6
*
DwarfDebug::getExistingAbstractVariable: constify an existing reference param...
David Blaikie
2014-06-13
1
-1
/
+1
*
DebugInfo: Following up to r209677, refactor local variable emission to delay...
David Blaikie
2014-06-13
1
-11
/
+30
*
DebugInfo: Use the scope of the function declaration, if any, to name a funct...
David Blaikie
2014-06-06
1
-4
/
+2
*
Fix null dereference with -debug-only=dwarfdebug
Alexey Samsonov
2014-06-05
1
-2
/
+5
*
DebugInfo: Reuse existing LexicalScope to retrieve the scope's MDNode, rather...
David Blaikie
2014-06-05
1
-6
/
+2
*
DebugInfo: Roll argument insertion into variable insertion to ensure argument...
David Blaikie
2014-06-05
1
-6
/
+5
*
PR19388: DebugInfo: Emit dead arguments in their originally declared order.
David Blaikie
2014-06-05
1
-5
/
+6
*
DebugInfo: Reapply r209984 (reverted in r210143), asserting that abstract Dbg...
David Blaikie
2014-06-04
1
-9
/
+34
*
DebugInfo: Assert that DbgVariables have associated DIEs
David Blaikie
2014-06-01
1
-1
/
+1
*
Roll DbgVariable::setMInsn into the constructor. No functional changes.
Adrian Prantl
2014-05-30
1
-4
/
+2
[prev]
[next]