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
/
DWARFUnit.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move DebugInfo to DebugInfo/DWARF.
Zachary Turner
2015-01-30
1
-377
/
+0
*
[DebugInfo] Move all DWARF headers to the public include directory.
Frederic Riss
2014-12-19
1
-2
/
+2
*
[DebugInfo] Pass DWARFSection down to DWARFUnit constructor (NFC).
Alexey Samsonov
2014-10-08
1
-7
/
+7
*
[DebugInfo] Pass DWARFSection into DWARFUnitSection constructor (NFC).
Alexey Samsonov
2014-10-08
1
-9
/
+7
*
Factor the Unit section parsing into the DWARFUnitSection class.
Frederic Riss
2014-10-06
1
-0
/
+15
*
Introduce the DWARFUnitSection abstraction.
Frederic Riss
2014-09-15
1
-2
/
+3
*
[DWARF parser] Fix nasty memory corruption in .dwo files handling.
Alexey Samsonov
2014-09-05
1
-11
/
+9
*
Add a DWARFContext& member in DWARFUnit.
Frederic Riss
2014-09-04
1
-6
/
+6
*
Don't own the buffer in object::Binary.
Rafael Espindola
2014-08-19
1
-2
/
+2
*
DWOHolder takes ownership of the argument constructor, use std::unique_ptr.
Rafael Espindola
2014-07-31
1
-4
/
+5
*
Use a reference instead of a pointer.
Rafael Espindola
2014-07-31
1
-1
/
+1
*
Use std::unique_ptr to make the ownership explicit.
Rafael Espindola
2014-07-31
1
-2
/
+2
*
[DWARF parser] Use distinction between DW_AT_ranges_base and DW_AT_GNU_ranges...
Alexey Samsonov
2014-06-13
1
-8
/
+5
*
[llvm-symbolizer] Fix parsing DW_AT_ranges in Fission skeleton compile unit D...
Alexey Samsonov
2014-06-12
1
-3
/
+9
*
[DWARF parser] Compress DIEMinimal even further, simplify building DIE tree.
Alexey Samsonov
2014-04-29
1
-31
/
+24
*
[DWARF parser] Make a few methods non-public
Alexey Samsonov
2014-04-24
1
-4
/
+4
*
[DWARF parser] DWARFUnit ctor doesn't need both parsed and raw .debug_abbrev ...
Alexey Samsonov
2014-04-24
1
-12
/
+14
*
[DWARF parser] Respect address ranges specified in compile unit DIE.
Alexey Samsonov
2014-04-18
1
-0
/
+7
*
[DWARF parser] Refactor fetching DIE address ranges.
Alexey Samsonov
2014-04-18
1
-16
/
+9
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-15
1
-12
/
+12
*
[C++11] Convert DWARF parser to range-based for loops
Alexey Samsonov
2014-03-13
1
-4
/
+5
*
Change createObjectFile to return an ErrorOr.
Rafael Espindola
2014-01-22
1
-2
/
+2
*
DWARFUnit: kill dead code and make a couple of functions private. No function...
Alexey Samsonov
2013-10-31
1
-24
/
+0
*
DWARF parser: Use ArrayRef to represent form sizes and simplify DWARFDIE::ext...
Alexey Samsonov
2013-10-28
1
-4
/
+1
*
DebugInfo: Introduce the notion of "form classes"
Alexey Samsonov
2013-10-28
1
-8
/
+8
*
Unbreak the build (from r191233)since we're calling printf.
David Blaikie
2013-09-23
1
-0
/
+1
*
Exract most of DWARFCompileUnit into a new DWARFUnit to prepare for the comin...
David Blaikie
2013-09-23
1
-0
/
+391