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
/
DwarfCompileUnit.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Provide gmlt-like inline scope information in the skeleton CU to facilitate s...
David Blaikie
2014-11-04
1
-0
/
+2
*
Use common range handling for the CU's ranges
David Blaikie
2014-11-03
1
-4
/
+5
*
Push the CURangeList down into the skeleton CU (where available) rather than ...
David Blaikie
2014-11-03
1
-1
/
+1
*
Add DwarfCompileUnit::BaseAddress to track the base address used by relative ...
David Blaikie
2014-11-03
1
-0
/
+7
*
Cleanup some unused or trivial functions in DwarfCompileUnit
David Blaikie
2014-11-03
1
-6
/
+0
*
Sink DwarfUnit::CURanges into DwarfCompileUnit
David Blaikie
2014-11-03
1
-0
/
+6
*
Sink range list handling down from DwarfUnit into its only use, in DwarfCompi...
David Blaikie
2014-11-03
1
-0
/
+15
*
Add DwarfUnit::isDwoUnit and use it to generalize string creation
David Blaikie
2014-11-02
1
-0
/
+2
*
Sink DwarfUnit::applySubprogramAttributesToDefinition into DwarfCompileUnit
David Blaikie
2014-11-02
1
-0
/
+2
*
Sink DwarfUnit::addExpr into DwarfCompileUnit
David Blaikie
2014-11-02
1
-0
/
+3
*
Sink DwarfUnit::applyVariableAttributes into DwarfCompileUnit
David Blaikie
2014-11-02
1
-0
/
+1
*
Sink DwarfUnit::addLocationList down into DwarfCompileUnit
David Blaikie
2014-11-02
1
-0
/
+3
*
Sink DwarfUnit::addComplexAddress down into DwarfCompileUnit
David Blaikie
2014-11-02
1
-0
/
+8
*
Push DwarfUnit::addAddress down into DwarfCompileUnit
David Blaikie
2014-11-02
1
-0
/
+3
*
Sink DwarfUnit::addVariableAddress into DwarfCompileUnit since type units don...
David Blaikie
2014-11-02
1
-0
/
+5
*
DebugInfo: Sink accelerator table lists down (GlobalNames/Types) into DwarfCo...
David Blaikie
2014-11-02
1
-0
/
+15
*
Don't bother creating LabelBegin for .dwo units
David Blaikie
2014-11-02
1
-2
/
+5
*
Drop DwarfCompileUnit::getLocalLabel* in favor of just mapping through the sk...
David Blaikie
2014-11-02
1
-16
/
+0
*
Sink DwarfUnit::LabelBegin down into DwarfCompileUnit since that's the only p...
David Blaikie
2014-11-02
1
-0
/
+10
*
Sink dwarf unit length emission down into DwarfUnit::emitHeader
David Blaikie
2014-11-01
1
-0
/
+2
*
Remove DwarfUnit::LabelEnd in favor of computing the length of the section di...
David Blaikie
2014-11-01
1
-0
/
+4
*
Sink DwarfUnit::SectionSym into DwarfCompileUnit as it's only needed/used there.
David Blaikie
2014-11-01
1
-0
/
+17
*
Make DwarfCompileUnit::Skeleton more narrowly typed (DwarfCompileUnit* instea...
David Blaikie
2014-11-01
1
-3
/
+3
*
Sink DwarfUnit::Skeleton down into DwarfCompileUnit
David Blaikie
2014-11-01
1
-0
/
+22
*
Add DwarfCompileUnit::getSkeleton that returns DwarfCompileUnit* to avoid hav...
David Blaikie
2014-11-01
1
-0
/
+4
*
Sink some of DwarfDebug::collectDeadVariables down into DwarfCompileUnit.
David Blaikie
2014-10-31
1
-0
/
+2
*
Sink most of DwarfDebug::constructAbstractSubprogramScopeDIE into DwarfCompil...
David Blaikie
2014-10-31
1
-1
/
+1
*
Sink DwarfUnit::constructImportedEntityDIE into DwarfCompileUnit.
Frederic Riss
2014-10-24
1
-0
/
+4
*
Sink the per-CU part of DwarfDebug::finishSubprogramDefinitions into DwarfCom...
David Blaikie
2014-10-10
1
-0
/
+2
*
Sink most of DwarfDebug::constructAbstractSubprogramScopeDIE down into DwarfC...
David Blaikie
2014-10-10
1
-0
/
+2
*
Sink DwarfDebug::createAndAddScopeChildren down into DwarfCompileUnit.
David Blaikie
2014-10-09
1
-0
/
+2
*
Sink DwarfDebug::constructSubprogramScopeDIE down into DwarfCompileUnit
David Blaikie
2014-10-09
1
-0
/
+3
*
Sink DwarfDebug::createScopeChildrenDIE down into DwarfCompileUnit.
David Blaikie
2014-10-09
1
-0
/
+5
*
Sink DwarfDebug.cpp::constructVariableDIE into DwarfCompileUnit.
David Blaikie
2014-10-09
1
-0
/
+4
*
Move DwarfUnit::constructVariableDIE down to DwarfCompileUnit, since it's onl...
David Blaikie
2014-10-09
1
-0
/
+9
*
Sink DwarfDebug::constructLexicalScopeDIE into DwarfCompileUnit
David Blaikie
2014-10-09
1
-0
/
+4
*
Sink DwarfDebug::constructInlinedScopeDIE into DwarfCompileUnit
David Blaikie
2014-10-09
1
-0
/
+4
*
Push DwarfDebug::attachRangesOrLowHighPC down into DwarfCompileUnit
David Blaikie
2014-10-09
1
-0
/
+3
*
Sink DwarfDebug::addScopeRangeList down into DwarfCompileUnit
David Blaikie
2014-10-09
1
-0
/
+5
*
Sink DwarfUnit::addSectionDelta into DwarfCompileUnit, the only place it's ne...
David Blaikie
2014-10-08
1
-0
/
+4
*
Sink and coalesce DwarfDebug.cpp::addSectionLabel and DwarfUnit::addSectionLa...
David Blaikie
2014-10-08
1
-0
/
+5
*
Push DwarfDebug::constructScopeDIE down into DwarfCompileUnit
David Blaikie
2014-10-08
1
-0
/
+4
*
Sink DwarfDebug::updateSubprogramScopeDIE into DwarfCompileUnit
David Blaikie
2014-10-04
1
-0
/
+6
*
Sink DwarfDebug::attachLowHighPC into DwarfCompileUnit
David Blaikie
2014-10-04
1
-0
/
+2
*
Move DwarfCompileUnit from DwarfUnit.h to its own header (DwarfCompileUnit.h)
David Blaikie
2014-10-04
1
-0
/
+67
*
DebugInfo: Rename DwarfCompileUnit.* to DwarfUnit.* to match their contents.
David Blaikie
2013-12-02
1
-431
/
+0
*
DebugInfo: Refactor CompileUnit into a Unit baseclass and CompileUnit/TypeUni...
David Blaikie
2013-12-02
1
-22
/
+38
*
80-column fixups.
Eric Christopher
2013-11-26
1
-1
/
+2
*
DebugInfo: Remove CompileUnit::constructTypeDIEImpl now that it's just a simp...
David Blaikie
2013-11-26
1
-4
/
+0
*
DebugInfo: Pubtypes: Coelesce pubtype registration with accelerator type regi...
David Blaikie
2013-11-26
1
-7
/
+1
[next]