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
/
DebugInfo
/
DWARFDebugInfoEntry.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[DWARF parser] Use enums instead of bitfields in DILineInfoSpecifier.
Alexey Samsonov
2014-05-15
1
-1
/
+4
*
[DWARF parser] Compress DIEMinimal even further, simplify building DIE tree.
Alexey Samsonov
2014-04-29
1
-31
/
+5
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-28
1
-9
/
+9
*
[DWARF parser] Refactor fetching DIE address ranges.
Alexey Samsonov
2014-04-18
1
-3
/
+5
*
[C++11] Convert DWARF parser to range-based for loops
Alexey Samsonov
2014-03-13
1
-3
/
+0
*
Merge DWARFDIE::extractFast and DWARFDIE::extract into one function.
Alexey Samsonov
2013-10-28
1
-6
/
+0
*
DWARF parser: Use ArrayRef to represent form sizes and simplify DWARFDIE::ext...
Alexey Samsonov
2013-10-28
1
-3
/
+2
*
DebugInfo: Introduce the notion of "form classes"
Alexey Samsonov
2013-10-28
1
-2
/
+7
*
[DebugInfo] Delete dead code, simplify and fix code style for some existing c...
Alexey Samsonov
2013-10-17
1
-12
/
+8
*
Exract most of DWARFCompileUnit into a new DWARFUnit to prepare for the comin...
David Blaikie
2013-09-23
1
-29
/
+23
*
Add support for DebugFission to DWARF parser
Alexey Samsonov
2013-08-27
1
-1
/
+6
*
Store compile unit corresponding to each chain of inlined debug info entries....
Alexey Samsonov
2013-08-06
1
-10
/
+15
*
DWARF parser: remove duplicated code and fix code style in DIE extractors.
Alexey Samsonov
2013-04-08
1
-3
/
+8
*
Add support for fetching inlining context (stack of source code locations)
Alexey Samsonov
2012-09-04
1
-11
/
+43
*
Improve behavior of DebugInfoEntryMinimal::getSubprogramName() introduced in ...
Alexey Samsonov
2012-07-17
1
-2
/
+4
*
This patch extends the libLLVMDebugInfo which contains a minimalistic DWARF p...
Alexey Samsonov
2012-07-02
1
-0
/
+7
*
Reduce the offsets in DwarfDebugInfoEntry to 32 bit, they're printed with %x and
Benjamin Kramer
2011-11-05
1
-2
/
+2
*
DWARF: Generate the address lookup table from the DIE tree if .debug_aranges ...
Benjamin Kramer
2011-09-14
1
-0
/
+4
*
DebugInfo: Don't print DIEs multiple times.
Benjamin Kramer
2011-09-14
1
-0
/
+3
*
Style & indentation tweaks.
Benjamin Kramer
2011-09-13
1
-6
/
+3
*
Sketch out a DWARF parser.
Benjamin Kramer
2011-09-13
1
-0
/
+131