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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplify a few uses of DwarfDebug::SPMap
David Blaikie
2014-10-10
1
-1
/
+1
*
Remove unused parameter
David Blaikie
2014-10-09
1
-2
/
+2
*
Sink DwarfDebug::createAndAddScopeChildren down into DwarfCompileUnit.
David Blaikie
2014-10-09
1
-3
/
+0
*
Sink DwarfDebug::constructSubprogramScopeDIE down into DwarfCompileUnit
David Blaikie
2014-10-09
1
-6
/
+11
*
Sink DwarfDebug::createScopeChildrenDIE down into DwarfCompileUnit.
David Blaikie
2014-10-09
1
-5
/
+2
*
Sink DwarfDebug::constructLexicalScopeDIE into DwarfCompileUnit
David Blaikie
2014-10-09
1
-5
/
+0
*
Sink DwarfDebug::constructInlinedScopeDIE into DwarfCompileUnit
David Blaikie
2014-10-09
1
-12
/
+15
*
Push DwarfDebug::attachRangesOrLowHighPC down into DwarfCompileUnit
David Blaikie
2014-10-09
1
-3
/
+0
*
Sink DwarfDebug::addScopeRangeList down into DwarfCompileUnit
David Blaikie
2014-10-09
1
-11
/
+11
*
Reformat some stuff I missed in recent previous commits
David Blaikie
2014-10-08
1
-2
/
+4
*
DebugInfo: The rest of pushing DwarfDebug::constructScopeDIE down into DwarfC...
David Blaikie
2014-10-08
1
-3
/
+0
*
Push DwarfDebug::constructScopeDIE down into DwarfCompileUnit
David Blaikie
2014-10-08
1
-18
/
+27
*
DebugInfo: Sink constructImportedEntityDIE down into DwarfUnit from DwarfDebug.
David Blaikie
2014-10-06
1
-5
/
+0
*
Remove unused map
David Blaikie
2014-10-05
1
-4
/
+0
*
Sink DwarfDebug::updateSubprogramScopeDIE into DwarfCompileUnit
David Blaikie
2014-10-04
1
-6
/
+4
*
Sink DwarfDebug::attachLowHighPC into DwarfCompileUnit
David Blaikie
2014-10-04
1
-2
/
+0
*
Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
2014-10-01
1
-8
/
+13
*
Revert r218778 while investigating buldbot breakage.
Adrian Prantl
2014-10-01
1
-13
/
+8
*
Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
2014-10-01
1
-8
/
+13
*
DebugInfo: Sink the code emitting DW_AT_APPLE_omit_frame_ptr down to a more c...
David Blaikie
2014-09-30
1
-1
/
+1
*
Disable the -gmlt optimization implemented in r218129 under Darwin due to iss...
David Blaikie
2014-09-30
1
-0
/
+1
*
Remove the unused string section symbol parameter from DwarfFile::emitStrings
David Blaikie
2014-09-11
1
-0
/
+7
*
Sink PrevCU updating into DwarfUnit::addRange to ensure consistency
David Blaikie
2014-09-09
1
-0
/
+1
*
Remove DwarfDebug::PrevSection, PrevCU is sufficient for handling address ran...
David Blaikie
2014-09-09
1
-7
/
+0
*
DebugInfo: Elide lexical scopes which only contain other (inline or lexical) ...
David Blaikie
2014-08-31
1
-3
/
+4
*
DebugInfo: Move argument creation up into the caller that's unambiguously han...
David Blaikie
2014-08-31
1
-1
/
+1
*
Modify DwarfDebug::constructImportedEntityDIE to return rather than insert in...
David Blaikie
2014-08-31
1
-5
/
+2
*
Refactor constructImportedEntityDIE(DwarfUnit, DIImportedEntity) to return a ...
David Blaikie
2014-08-31
1
-2
/
+3
*
Constify MCSymbol* parameters to DwarfDebug::attachLowHighPC.
Frederic Riss
2014-08-28
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
*
Canonicalize header guards into a common format.
Benjamin Kramer
2014-08-13
1
-2
/
+2
*
DebugInfo: Move the reference to the CU from the location list entry to the l...
David Blaikie
2014-08-05
1
-2
/
+1
*
Debug info: Infrastructure to support debug locations for fragmented
Adrian Prantl
2014-08-01
1
-0
/
+13
*
Reapply "DebugInfo: Don't put fission type units in comdat sections."
David Blaikie
2014-07-25
1
-0
/
+1
*
Recommit r212203: Don't try to construct debug LexicalScopes hierarchy for fu...
David Blaikie
2014-07-25
1
-0
/
+2
*
Revert "Recommit r212203: Don't try to construct debug LexicalScopes hierarch...
David Blaikie
2014-07-21
1
-2
/
+0
*
Recommit r212203: Don't try to construct debug LexicalScopes hierarchy for fu...
David Blaikie
2014-07-09
1
-0
/
+2
*
Temporarily revert "Don't try to construct debug LexicalScopes hierarchy for ...
Eric Christopher
2014-07-03
1
-2
/
+0
*
Don't try to construct debug LexicalScopes hierarchy for functions that do no...
David Blaikie
2014-07-02
1
-0
/
+2
*
DebugInfo: Remove some extra handling of abstract variables and instead rely ...
David Blaikie
2014-06-13
1
-15
/
+11
*
DebugInfo: Reference abstract definitions from variables in concrete definiti...
David Blaikie
2014-06-13
1
-0
/
+1
*
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
-0
/
+3
*
DebugInfo: Reuse existing LexicalScope to retrieve the scope's MDNode, rather...
David Blaikie
2014-06-05
1
-1
/
+0
*
DebugInfo: Reapply r209984 (reverted in r210143), asserting that abstract Dbg...
David Blaikie
2014-06-04
1
-0
/
+5
*
Roll DbgVariable::setMInsn into the constructor. No functional changes.
Adrian Prantl
2014-05-30
1
-4
/
+13
*
DebugInfo: Create abstract function definitions even when concrete definition...
David Blaikie
2014-05-27
1
-3
/
+0
*
DebugInfo: Lazily attach definition attributes to definitions.
David Blaikie
2014-05-27
1
-0
/
+2
[next]