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
/
DwarfUnit.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Debug Info: Relax assertion in isUnsignedDIType() to allow floats to be
Adrian Prantl
2015-02-02
1
-0
/
+1
*
Add description to assert
David Blaikie
2015-01-28
1
-1
/
+1
*
PR22356: DebugInfo: Handle the size of a member where the type of that member...
David Blaikie
2015-01-28
1
-5
/
+2
*
Debug Info / PR22309: Allow union types to be emitted as unsigned constants.
Adrian Prantl
2015-01-23
1
-1
/
+2
*
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
2015-01-14
1
-1
/
+0
*
Debug Info: Move DIEDwarfExpression into DwarfExpression.h because it
Adrian Prantl
2015-01-14
1
-14
/
+0
*
Debug Info: Turn DIExpression::getFrameRegister() into an isFrameRegister()
Adrian Prantl
2015-01-13
1
-3
/
+3
*
Make DwarfExpression store the AsmPrinter instead of the TargetMachine.
Adrian Prantl
2015-01-12
1
-6
/
+5
*
Debug Info: Implement DwarfUnit::addRegisterOpPiece() using DwarfExpression.
Adrian Prantl
2015-01-12
1
-56
/
+2
*
Debug Info: Implement DwarfUnit::addRegisterOffset using DwarfExpression.
Adrian Prantl
2015-01-12
1
-16
/
+32
*
Update a comment.
Adrian Prantl
2015-01-07
1
-0
/
+2
*
Debug info: Allow aggregate types to be described by constants.
Adrian Prantl
2015-01-07
1
-2
/
+5
*
Debug Info: In symmetry to DW_TAG_pointer_type, do not emit the byte size
Adrian Prantl
2014-12-24
1
-1
/
+2
*
Explain why LLVM is emitting a DW_AT_containing_type inside of a class.
Adrian Prantl
2014-12-19
1
-0
/
+2
*
PR21875: codegen for non-type template parameters of nullptr_t type
David Blaikie
2014-12-17
1
-2
/
+5
*
IR: Split Metadata from Value
Duncan P. N. Exon Smith
2014-12-09
1
-3
/
+3
*
These two calls were grabbing the same register info. Unify them.
Eric Christopher
2014-12-05
1
-3
/
+2
*
Cleanup: Calls to getDwarfRegNum() may actually fail, if there is
Adrian Prantl
2014-12-05
1
-10
/
+16
*
Provide gmlt-like inline scope information in the skeleton CU to facilitate s...
David Blaikie
2014-11-04
1
-14
/
+25
*
Move cross-unit DIE caching to the DwarfFile level, so it doesn't interfere w...
David Blaikie
2014-11-04
1
-2
/
+2
*
Add DwarfUnit::isDwoUnit and use it to generalize string creation
David Blaikie
2014-11-02
1
-2
/
+11
*
Remove the last mention of LineTablesOnly from DwarfUnit, sinking it into Dwa...
David Blaikie
2014-11-02
1
-2
/
+3
*
Sink DwarfUnit::applySubprogramAttributesToDefinition into DwarfCompileUnit
David Blaikie
2014-11-02
1
-7
/
+0
*
Sink DwarfUnit::addExpr into DwarfCompileUnit
David Blaikie
2014-11-02
1
-7
/
+0
*
Sink DwarfUnit::applyVariableAttributes into DwarfCompileUnit
David Blaikie
2014-11-02
1
-11
/
+0
*
Sink DwarfUnit::addLocationList down into DwarfCompileUnit
David Blaikie
2014-11-02
1
-10
/
+0
*
Sink DwarfUnit::addComplexAddress down into DwarfCompileUnit
David Blaikie
2014-11-02
1
-59
/
+0
*
Push DwarfUnit::addAddress down into DwarfCompileUnit
David Blaikie
2014-11-02
1
-19
/
+0
*
Sink DwarfUnit::addVariableAddress into DwarfCompileUnit since type units don...
David Blaikie
2014-11-02
1
-13
/
+0
*
DebugInfo: Sink accelerator table lists down (GlobalNames/Types) into DwarfCo...
David Blaikie
2014-11-02
1
-16
/
+0
*
Add DwarfUnit::addGlobalType to match DwarfUnit::addGlobalName
David Blaikie
2014-11-02
1
-5
/
+11
*
DebugInfo: Refactor index type DIE initialization by rolling it into the acce...
David Blaikie
2014-11-02
1
-9
/
+12
*
Sink DwarfUnit::LabelBegin down into DwarfCompileUnit since that's the only p...
David Blaikie
2014-11-02
1
-2
/
+0
*
Sink dwarf unit length emission down into DwarfUnit::emitHeader
David Blaikie
2014-11-01
1
-0
/
+4
*
Remove DwarfUnit::LabelEnd in favor of computing the length of the section di...
David Blaikie
2014-11-01
1
-2
/
+0
*
Sink DwarfUnit::SectionSym into DwarfCompileUnit as it's only needed/used there.
David Blaikie
2014-11-01
1
-13
/
+9
*
Sink DwarfUnit::Skeleton down into DwarfCompileUnit
David Blaikie
2014-11-01
1
-2
/
+1
*
Remove some unnecessary casts.
David Blaikie
2014-10-26
1
-2
/
+2
*
Sink DwarfUnit::constructImportedEntityDIE into DwarfCompileUnit.
Frederic Riss
2014-10-24
1
-28
/
+0
*
Move DwarfUnit::constructVariableDIE down to DwarfCompileUnit, since it's onl...
David Blaikie
2014-10-09
1
-63
/
+0
*
Sink DwarfUnit::addSectionDelta into DwarfCompileUnit, the only place it's ne...
David Blaikie
2014-10-08
1
-10
/
+0
*
Sink and coalesce DwarfDebug.cpp::addSectionLabel and DwarfUnit::addSectionLa...
David Blaikie
2014-10-08
1
-10
/
+0
*
DebugInfo: Sink constructImportedEntityDIE down into DwarfUnit from DwarfDebug.
David Blaikie
2014-10-06
1
-0
/
+28
*
Move DwarfCompileUnit from DwarfUnit.h to its own header (DwarfCompileUnit.h)
David Blaikie
2014-10-04
1
-264
/
+2
*
Revert "Revert "DI: Fold constant arguments into a single MDString""
Duncan P. N. Exon Smith
2014-10-03
1
-1
/
+1
*
Revert "DI: Fold constant arguments into a single MDString"
Duncan P. N. Exon Smith
2014-10-02
1
-1
/
+1
*
DI: Fold constant arguments into a single MDString
Duncan P. N. Exon Smith
2014-10-02
1
-1
/
+1
*
Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
2014-10-01
1
-10
/
+14
*
Revert r218778 while investigating buldbot breakage.
Adrian Prantl
2014-10-01
1
-14
/
+10
*
Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
2014-10-01
1
-10
/
+14
[prev]
[next]