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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[DebugInfo] Move all DWARF headers to the public include directory.
Frederic Riss
2014-12-19
1
-245
/
+0
*
Add couple of missing 'override' keyword. NFC.
Fariborz Jahanian
2014-10-10
1
-1
/
+1
*
[DebugInfo] Pass DWARFSection down to DWARFUnit constructor (NFC).
Alexey Samsonov
2014-10-08
1
-10
/
+10
*
[DebugInfo] Pass DWARFSection into DWARFUnitSection constructor (NFC).
Alexey Samsonov
2014-10-08
1
-14
/
+14
*
Resolve ambiguity between llvm::make_unique and std::make_unique.
Yaron Keren
2014-10-06
1
-2
/
+3
*
Factor the Unit section parsing into the DWARFUnitSection class.
Frederic Riss
2014-10-06
1
-2
/
+31
*
Store TypeUnits in a SmallVector<DWARFUnitSection> instead of a single DWARFU...
Frederic Riss
2014-09-29
1
-0
/
+4
*
Fix DWARFUnitSection::getUnitForOffset().
Frederic Riss
2014-09-18
1
-10
/
+2
*
Make DWARFUnitSection final and change base class to non-virtual protected de...
Frederic Riss
2014-09-16
1
-3
/
+4
*
Fix a non-virtual destructor warning introduced in r217747.
Frederic Riss
2014-09-15
1
-0
/
+2
*
Fix ambiguous typedef introduced in r217747.
Frederic Riss
2014-09-15
1
-2
/
+2
*
Introduce the DWARFUnitSection abstraction.
Frederic Riss
2014-09-15
1
-1
/
+49
*
[DWARF parser] Fix nasty memory corruption in .dwo files handling.
Alexey Samsonov
2014-09-05
1
-2
/
+2
*
Add a DWARFContext& member in DWARFUnit.
Frederic Riss
2014-09-04
1
-3
/
+8
*
Canonicalize header guards into a common format.
Benjamin Kramer
2014-08-13
1
-2
/
+2
*
DWOHolder takes ownership of the argument constructor, use std::unique_ptr.
Rafael Espindola
2014-07-31
1
-1
/
+1
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-28
1
-1
/
+1
*
[DWARF parser] Make a few methods non-public
Alexey Samsonov
2014-04-24
1
-5
/
+5
*
[DWARF parser] DWARFUnit ctor doesn't need both parsed and raw .debug_abbrev ...
Alexey Samsonov
2014-04-24
1
-5
/
+3
*
[DWARF parser] Refactor fetching DIE address ranges.
Alexey Samsonov
2014-04-18
1
-3
/
+1
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
1
-4
/
+3
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-1
/
+1
*
DWARFUnit: kill dead code and make a couple of functions private. No function...
Alexey Samsonov
2013-10-31
1
-14
/
+7
*
Exract most of DWARFCompileUnit into a new DWARFUnit to prepare for the comin...
David Blaikie
2013-09-23
1
-0
/
+175