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.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Move cross-unit DIE caching to the DwarfFile level, so it doesn't interfere w...
David Blaikie
2014-11-04
1
-0
/
+12
*
Sink DwarfDebug::AbstractSPDies down into DwarfFile
David Blaikie
2014-11-01
1
-0
/
+7
*
Sink some of DwarfDebug::collectDeadVariables down into DwarfCompileUnit.
David Blaikie
2014-10-31
1
-0
/
+1
*
DebugInfo: Sink DwarfDebug::ScopeVariables down into DwarfFile
David Blaikie
2014-10-24
1
-0
/
+7
*
DebugInfo: Remove DwarfDebug::addScopeVariable now that it's just a trivial w...
David Blaikie
2014-10-24
1
-1
/
+1
*
DebugInfo: Remove DwarfDebug::CurrentFnArguments since we have to handle argu...
David Blaikie
2014-10-23
1
-1
/
+0
*
DebugInfo: Sink DwarfDebug::addNonArgumentScopeVariable into DwarfFile.
David Blaikie
2014-10-23
1
-0
/
+1
*
[DebugInfo] Sink DwarfDebug::addCurrentFnArgument down into DwarfFile.
David Blaikie
2014-10-23
1
-0
/
+4
*
[DebugInfo] Add DwarfDebug& to DwarfFile.
David Blaikie
2014-10-23
1
-2
/
+5
*
Remove the unused string section symbol parameter from DwarfFile::emitStrings
David Blaikie
2014-09-11
1
-2
/
+1
*
Canonicalize header guards into a common format.
Benjamin Kramer
2014-08-13
1
-2
/
+2
*
Encapsulate the DWARF string pool in a separate type.
David Blaikie
2014-04-25
1
-21
/
+4
*
Move the AddressPool from DwarfFile to DwarfDebug.
David Blaikie
2014-04-23
1
-4
/
+0
*
clang-format for my previous commit (I keep forgetting... )
David Blaikie
2014-04-23
1
-0
/
+1
*
Separate out the DWARF address pool into its own type/files.
David Blaikie
2014-04-23
1
-20
/
+3
*
Split out DwarfFile from DwarfDebug into its own .h/.cpp files.
David Blaikie
2014-04-23
1
-0
/
+121
[prev]