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
...
*
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
*
Implement DW_TAG_subrange_type with DW_AT_count rather than DW_AT_upper_bound
David Blaikie
2014-10-01
1
-6
/
+3
*
Omit DW_TAG_subprograms for subprograms without inlined subroutines when prod...
David Blaikie
2014-09-19
1
-16
/
+13
*
Change DwarfCompileUnit::createGlobalVariable to getOrCreateGlobalVariable.
Frederic Riss
2014-09-19
1
-9
/
+10
*
Describe the -gmlt optimization committed in the previous revision.
David Blaikie
2014-09-19
1
-0
/
+1
*
Omit all the extra static attributes on subprograms in -gmlt
David Blaikie
2014-09-19
1
-0
/
+3
*
Revert part of r218041.
Frederic Riss
2014-09-18
1
-0
/
+3
*
Always emit DW_AT_declaration attribute when the variable isn't a definition.
Frederic Riss
2014-09-18
1
-3
/
+3
*
DebugInfo: Add comment describing the need to disable address pool usage in s...
David Blaikie
2014-09-15
1
-0
/
+5
*
Remove the unused string section symbol parameter from DwarfFile::emitStrings
David Blaikie
2014-09-11
1
-4
/
+2
*
Sink PrevCU updating into DwarfUnit::addRange to ensure consistency
David Blaikie
2014-09-09
1
-2
/
+4
*
Remove DwarfDebug::PrevSection, PrevCU is sufficient for handling address ran...
David Blaikie
2014-09-09
1
-6
/
+3
*
DebugInfo: Do not use DW_FORM_GNU_addr_index in skeleton CUs, GDB 7.8 errors ...
David Blaikie
2014-09-07
1
-1
/
+1
*
Debug info: Add a new explicit DIDescriptor flag for the "public" access
Adrian Prantl
2014-08-29
1
-3
/
+3
*
Revert accidentally committed patches r216787-r216789
David Blaikie
2014-08-29
1
-3
/
+0
*
Omit DW_AT_artificial, DW_AT_external, and similar attributes under -gmlt
David Blaikie
2014-08-29
1
-0
/
+3
[prev]
[next]