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
/
unittests
/
DebugInfo
/
DWARF
/
DWARFDebugInfoTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
DWARFDebugInfoTest.cpp: Don't use ArrayRef with initializer. It was allocated...
NAKAMURA Takumi
2017-01-16
1
-3
/
+3
*
Add a variant of DWARFDie::find() and DWARFDie::findRecursively() that takes ...
Greg Clayton
2017-01-13
1
-0
/
+67
*
Cleanup how DWARFDie attributes are accessed and decoded.
Greg Clayton
2017-01-13
1
-123
/
+281
*
Fix buildbots.
Greg Clayton
2017-01-13
1
-2
/
+2
*
Add the ability to iterate across all attributes in a DIE.
Greg Clayton
2017-01-13
1
-7
/
+62
*
Remove all variants of DWARFDie::getAttributeValueAs...() that had parameters...
Greg Clayton
2017-01-11
1
-75
/
+90
*
DebugInfo: support for DW_FORM_implicit_const
Victor Leschuk
2017-01-10
1
-2
/
+28
*
Add iterator support to DWARFDie to allow child DIE iteration.
Greg Clayton
2017-01-05
1
-0
/
+121
*
Correct the parent testing to avoid the special case where a DIE has a depth ...
Greg Clayton
2017-01-04
1
-29
/
+46
*
Add the ability for DWARFDie objects to get the parent DWARFDie.
Greg Clayton
2016-12-21
1
-0
/
+116
*
Make a function to correctly extract the DW_AT_high_pc given the low pc value.
Greg Clayton
2016-12-19
1
-0
/
+176
*
Switch functions that returned bool and filled in a DWARFFormValue arg with o...
Greg Clayton
2016-12-13
1
-9
/
+13
*
Make a DWARFDIE class that can help avoid using the wrong DWARFUnit when extr...
Greg Clayton
2016-12-13
1
-130
/
+130
*
Move DwarfGenerator.cpp to unittests
Daniel Jasper
2016-12-08
1
-1
/
+1
*
Unbreak buildbots where the debug info test was crashing due to unchecked error.
Greg Clayton
2016-12-08
1
-4
/
+5
*
Make a DWARF generator so we can unit test DWARF APIs with gtest.
Greg Clayton
2016-12-08
1
-0
/
+790
[prev]