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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Sink DwarfDebug::constructSubprogramScopeDIE down into DwarfCompileUnit
David Blaikie
2014-10-09
1
-0
/
+40
*
Sink DwarfDebug::createScopeChildrenDIE down into DwarfCompileUnit.
David Blaikie
2014-10-09
1
-2
/
+21
*
Sink DwarfDebug.cpp::constructVariableDIE into DwarfCompileUnit.
David Blaikie
2014-10-09
1
-0
/
+8
*
Move DwarfUnit::constructVariableDIE down to DwarfCompileUnit, since it's onl...
David Blaikie
2014-10-09
1
-0
/
+65
*
Sink DwarfDebug::constructLexicalScopeDIE into DwarfCompileUnit
David Blaikie
2014-10-09
1
-1
/
+17
*
Missing reformatting
David Blaikie
2014-10-09
1
-1
/
+1
*
Sink DwarfDebug::constructInlinedScopeDIE into DwarfCompileUnit
David Blaikie
2014-10-09
1
-1
/
+31
*
Push DwarfDebug::attachRangesOrLowHighPC down into DwarfCompileUnit
David Blaikie
2014-10-09
1
-0
/
+10
*
Sink DwarfDebug::addScopeRangeList down into DwarfCompileUnit
David Blaikie
2014-10-09
1
-0
/
+26
*
Sink DwarfUnit::addSectionDelta into DwarfCompileUnit, the only place it's ne...
David Blaikie
2014-10-08
1
-0
/
+8
*
Sink and coalesce DwarfDebug.cpp::addSectionLabel and DwarfUnit::addSectionLa...
David Blaikie
2014-10-08
1
-5
/
+14
*
Push DwarfDebug::constructScopeDIE down into DwarfCompileUnit
David Blaikie
2014-10-08
1
-0
/
+59
*
Sink DwarfDebug::updateSubprogramScopeDIE into DwarfCompileUnit
David Blaikie
2014-10-04
1
-0
/
+30
*
Reformatting accidentally left out of r219057
David Blaikie
2014-10-04
1
-1
/
+2
*
Sink DwarfDebug::attachLowHighPC into DwarfCompileUnit
David Blaikie
2014-10-04
1
-0
/
+14
*
Move DwarfCompileUnit from DwarfUnit.h to its own header (DwarfCompileUnit.h)
David Blaikie
2014-10-04
1
-0
/
+277
*
DebugInfo: Rename DwarfCompileUnit.* to DwarfUnit.* to match their contents.
David Blaikie
2013-12-02
1
-1983
/
+0
*
DebugInfo: Refactor CompileUnit into a Unit baseclass and CompileUnit/TypeUni...
David Blaikie
2013-12-02
1
-109
/
+97
*
DebugInfo: Type Units: Propagate the correct DW_AT_language into type units.
David Blaikie
2013-12-02
1
-1
/
+1
*
DebugInfo: Do not include variables only referenced by templates in aranges.
David Blaikie
2013-11-27
1
-3
/
+6
*
DebugInfo: Remove CompileUnit::constructTypeDIEImpl now that it's just a simp...
David Blaikie
2013-11-26
1
-11
/
+2
*
DebugInfo: Avoid emitting pubtype entries for type DIEs that just indirect to...
David Blaikie
2013-11-26
1
-37
/
+43
*
DebugInfo: Pubtypes: Coelesce pubtype registration with accelerator type regi...
David Blaikie
2013-11-26
1
-39
/
+12
*
In Dwarf 3 (and Dwarf 2) attributes whose value are offsets into a
Eric Christopher
2013-11-21
1
-9
/
+29
*
Move DebugInfoOffset member near the other data member it helps describe.
Eric Christopher
2013-11-21
1
-4
/
+4
*
Reorder language in the CompileUnit description and add a comment.
Eric Christopher
2013-11-21
1
-4
/
+4
*
DwarfCompileUnit: Initialize DebugInfoOffset.
David Blaikie
2013-11-20
1
-2
/
+2
*
CR feedback for r195166: Add comments regarding type unit mapping and type un...
David Blaikie
2013-11-20
1
-2
/
+7
*
DebugInfo: Partial implementation of DWARF type units.
David Blaikie
2013-11-19
1
-10
/
+47
*
DebugInfo: Constify accelerator table handling, and separate type accelarator...
David Blaikie
2013-11-19
1
-12
/
+16
*
Formatting and 80-col.
Eric Christopher
2013-11-19
1
-3
/
+3
*
DebugInfo: Simplify a few more explicit constructions, underconstrained types...
David Blaikie
2013-11-18
1
-21
/
+18
*
Remove unnecessary temporary construction.
David Blaikie
2013-11-17
1
-1
/
+1
*
Remove redundant explicit default initialization.
David Blaikie
2013-11-17
1
-2
/
+2
*
DwarfCompileUnit: Add type safety to createGlobalVariableDIE
David Blaikie
2013-11-17
1
-3
/
+2
*
DwarfCompileUnit: Push type safety of DIDescriptor through CompileUnit::creat...
David Blaikie
2013-11-16
1
-4
/
+4
*
DwarfCompileUnit: Remove unnecessary OwningPtr<T>::get() call
David Blaikie
2013-11-16
1
-1
/
+1
*
For dwarf4 use the correct form for referencing debug_loc locations,
Eric Christopher
2013-11-16
1
-1
/
+3
*
DwarfCompileUnit: Add type safety by using DICompileUnit rather than raw MDNo...
David Blaikie
2013-11-15
1
-5
/
+5
*
DwarfCompileUnit: Simplify getLanguage() calls to use existing member function
David Blaikie
2013-11-15
1
-3
/
+3
*
Replace the dangling context hotfix with an assertion.
Adrian Prantl
2013-11-15
1
-4
/
+1
*
DwarfCompileUnit: Push DIDescriptors through a getDIE/insertDIE
David Blaikie
2013-11-15
1
-16
/
+17
*
DwarfCompileUnit: Push DIDescriptor usage out from isShareableAcrossCUs
David Blaikie
2013-11-15
1
-5
/
+5
*
Reimplement r194843 in a slightly less broken way.
Adrian Prantl
2013-11-15
1
-3
/
+5
*
Restore the behaviour from before r194728.
Adrian Prantl
2013-11-15
1
-1
/
+3
*
Use a reference rather than a pointer as we don't expect a NULL
Eric Christopher
2013-11-15
1
-19
/
+19
*
DebugInfo: Simplify/narrow null-check for getOrCreateType
David Blaikie
2013-11-14
1
-2
/
+4
*
DwarfCompileUnit::getOrCreateContext: Return the compile unit DIE rather than...
David Blaikie
2013-11-14
1
-11
/
+4
*
Remove unnecessary 'else' after return.
David Blaikie
2013-11-14
1
-4
/
+3
*
Unify the adding of enumerators with the construction of the enumeration.
Eric Christopher
2013-11-11
1
-22
/
+24
[prev]
[next]