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: Sink DwarfDebug::ScopeVariables down into DwarfFile
David Blaikie
2014-10-24
1
-2
/
+2
*
Remove DwarfDebug::FirstCU as it has no use
David Blaikie
2014-10-24
1
-11
/
+5
*
DebugInfo: Remove DwarfDebug::addScopeVariable now that it's just a trivial w...
David Blaikie
2014-10-24
1
-8
/
+4
*
DebugInfo: Remove DwarfDebug::CurrentFnArguments since we have to handle argu...
David Blaikie
2014-10-23
1
-4
/
+0
*
DebugInfo: Sink DwarfDebug::addNonArgumentScopeVariable into DwarfFile.
David Blaikie
2014-10-23
1
-34
/
+2
*
[DebugInfo] Sink DwarfDebug::addCurrentFnArgument down into DwarfFile.
David Blaikie
2014-10-23
1
-24
/
+1
*
[DebugInfo] Add DwarfDebug& to DwarfFile.
David Blaikie
2014-10-23
1
-4
/
+5
*
[DebugInfo] Remove LexicalScopes::isCurrentFunctionScope and CSE a use of Lex...
David Blaikie
2014-10-23
1
-12
/
+16
*
Revert some parts of r196288 that were confusing and untested.
David Blaikie
2014-10-14
1
-8
/
+2
*
Add an assertion about the integrity of the iterator.
Adrian Prantl
2014-10-13
1
-0
/
+5
*
Simplify a few uses of DwarfDebug::SPMap
David Blaikie
2014-10-10
1
-21
/
+3
*
Sink the per-CU part of DwarfDebug::finishSubprogramDefinitions into DwarfCom...
David Blaikie
2014-10-10
1
-15
/
+1
*
Sink most of DwarfDebug::constructAbstractSubprogramScopeDIE down into DwarfC...
David Blaikie
2014-10-10
1
-23
/
+3
*
Avoid unnecessary map lookup/insertion.
David Blaikie
2014-10-10
1
-2
/
+2
*
Remove unused parameter
David Blaikie
2014-10-09
1
-4
/
+3
*
Sink DwarfDebug::createAndAddScopeChildren down into DwarfCompileUnit.
David Blaikie
2014-10-09
1
-14
/
+1
*
Sink DwarfDebug::constructSubprogramScopeDIE down into DwarfCompileUnit
David Blaikie
2014-10-09
1
-43
/
+1
*
Sink DwarfDebug::createScopeChildrenDIE down into DwarfCompileUnit.
David Blaikie
2014-10-09
1
-21
/
+3
*
Sink DwarfDebug.cpp::constructVariableDIE into DwarfCompileUnit.
David Blaikie
2014-10-09
1
-12
/
+2
*
Sink DwarfDebug::constructLexicalScopeDIE into DwarfCompileUnit
David Blaikie
2014-10-09
1
-17
/
+0
*
Sink DwarfDebug::constructInlinedScopeDIE into DwarfCompileUnit
David Blaikie
2014-10-09
1
-31
/
+0
*
Push DwarfDebug::attachRangesOrLowHighPC down into DwarfCompileUnit
David Blaikie
2014-10-09
1
-12
/
+2
*
Sink DwarfDebug::addScopeRangeList down into DwarfCompileUnit
David Blaikie
2014-10-09
1
-26
/
+1
*
Sink and coalesce DwarfDebug.cpp::addSectionLabel and DwarfUnit::addSectionLa...
David Blaikie
2014-10-08
1
-20
/
+10
*
DebugInfo: The rest of pushing DwarfDebug::constructScopeDIE down into DwarfC...
David Blaikie
2014-10-08
1
-68
/
+1
*
DebugInfo: Sink constructImportedEntityDIE down into DwarfUnit from DwarfDebug.
David Blaikie
2014-10-06
1
-31
/
+2
*
Remove unused map
David Blaikie
2014-10-05
1
-2
/
+0
*
Sink DwarfDebug::updateSubprogramScopeDIE into DwarfCompileUnit
David Blaikie
2014-10-04
1
-27
/
+1
*
Sink DwarfDebug::attachLowHighPC into DwarfCompileUnit
David Blaikie
2014-10-04
1
-18
/
+4
*
Move DwarfCompileUnit from DwarfUnit.h to its own header (DwarfCompileUnit.h)
David Blaikie
2014-10-04
1
-1
/
+3
*
Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
2014-10-01
1
-43
/
+51
*
Revert r218778 while investigating buldbot breakage.
Adrian Prantl
2014-10-01
1
-51
/
+43
*
Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
2014-10-01
1
-43
/
+51
*
Omit DW_AT_inline under -gmlt to save a little more space.
David Blaikie
2014-09-30
1
-1
/
+2
*
DebugInfo: Sink the code emitting DW_AT_APPLE_omit_frame_ptr down to a more c...
David Blaikie
2014-09-30
1
-6
/
+4
*
Disable the -gmlt optimization implemented in r218129 under Darwin due to iss...
David Blaikie
2014-09-30
1
-3
/
+2
*
Omit DW_TAG_subprograms for subprograms without inlined subroutines when prod...
David Blaikie
2014-09-19
1
-8
/
+24
*
Change DwarfCompileUnit::createGlobalVariable to getOrCreateGlobalVariable.
Frederic Riss
2014-09-19
1
-1
/
+1
*
Omit DW_AT_frame_base under -gmlt for size
David Blaikie
2014-09-19
1
-3
/
+7
*
Remove the unused string section symbol parameter from DwarfFile::emitStrings
David Blaikie
2014-09-11
1
-34
/
+20
*
Sink PrevCU updating into DwarfUnit::addRange to ensure consistency
David Blaikie
2014-09-09
1
-1
/
+0
*
Remove DwarfDebug::PrevSection, PrevCU is sufficient for handling address ran...
David Blaikie
2014-09-09
1
-2
/
+0
*
DebugInfo: Elide lexical scopes which only contain other (inline or lexical) ...
David Blaikie
2014-08-31
1
-12
/
+27
*
DebugInfo: Move argument creation up into the caller that's unambiguously han...
David Blaikie
2014-08-31
1
-25
/
+33
*
Delay adding imported entity DIEs to the lexical scope, streamlining the chec...
David Blaikie
2014-08-31
1
-5
/
+5
*
Modify DwarfDebug::constructImportedEntityDIE to return rather than insert in...
David Blaikie
2014-08-31
1
-11
/
+5
*
Refactor constructImportedEntityDIE(DwarfUnit, DIImportedEntity) to return a ...
David Blaikie
2014-08-31
1
-9
/
+13
*
Simplify expression using container's front() rather than begin()->
David Blaikie
2014-08-31
1
-3
/
+1
*
Revert accidentally committed patches r216787-r216789
David Blaikie
2014-08-29
1
-26
/
+9
*
Omit dwarf::DW_AT_frame_base under -gmlt
David Blaikie
2014-08-29
1
-3
/
+6
[prev]
[next]