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
/
DwarfFile.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sink dwarf unit length emission down into DwarfUnit::emitHeader
David Blaikie
2014-11-01
1
-7
/
+0
*
Remove DwarfUnit::LabelEnd in favor of computing the length of the section di...
David Blaikie
2014-11-01
1
-1
/
+0
*
Correct assert text from r220923
David Blaikie
2014-10-31
1
-1
/
+1
*
PR21408: Workaround the appearance of duplicate variables due to problems whe...
David Blaikie
2014-10-30
1
-1
/
+6
*
DebugInfo: Sink DwarfDebug::ScopeVariables down into DwarfFile
David Blaikie
2014-10-24
1
-1
/
+1
*
DebugInfo: Remove DwarfDebug::addScopeVariable now that it's just a trivial w...
David Blaikie
2014-10-24
1
-2
/
+1
*
DebugInfo: Remove DwarfDebug::CurrentFnArguments since we have to handle argu...
David Blaikie
2014-10-23
1
-22
/
+1
*
DebugInfo: Sink DwarfDebug::addNonArgumentScopeVariable into DwarfFile.
David Blaikie
2014-10-23
1
-0
/
+32
*
Remove explicit (void) use of DwarfFile::DD that was accidentally left in r22...
David Blaikie
2014-10-23
1
-3
/
+1
*
[DebugInfo] Sink DwarfDebug::addCurrentFnArgument down into DwarfFile.
David Blaikie
2014-10-23
1
-0
/
+23
*
[DebugInfo] Add DwarfDebug& to DwarfFile.
David Blaikie
2014-10-23
1
-4
/
+7
*
Remove the unused string section symbol parameter from DwarfFile::emitStrings
David Blaikie
2014-09-11
1
-3
/
+2
*
Encapsulate the DWARF string pool in a separate type.
David Blaikie
2014-04-25
1
-62
/
+3
*
Return DIE by reference instead of pointer from DwarfUnit::getUnitDie
David Blaikie
2014-04-25
1
-4
/
+4
*
Separate out the DWARF address pool into its own type/files.
David Blaikie
2014-04-23
1
-28
/
+0
*
clang-format r207010
David Blaikie
2014-04-23
1
-3
/
+2
*
Split out DwarfFile from DwarfDebug into its own .h/.cpp files.
David Blaikie
2014-04-23
1
-0
/
+244