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
/
DWARF
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix llvm-symbolizer to navigate both DW_AT_abstract_origin and DW_AT_specific...
David Blaikie
2017-03-13
1
-22
/
+10
*
[DWARFv5] Update definitions to match published spec.
Paul Robinson
2017-03-06
2
-6
/
+26
*
[DWARF] Print leading zeros in type signature
Paul Robinson
2017-03-01
1
-2
/
+2
*
[DebugInfo] Fix some Include What You Use warnings; other minor fixes (NFC).
Eugene Zelenko
2017-03-01
12
-76
/
+126
*
[DWARFv5] Emit new unit header format.
Paul Robinson
2017-02-28
3
-6
/
+17
*
[DebugInfo] Fix some Clang-tidy modernize and Include What You Use warnings; ...
Eugene Zelenko
2017-02-27
9
-46
/
+83
*
[DebugInfo] Skip implicit_const attributes when dumping .debug_info. NFC.
Victor Leschuk
2017-02-25
1
-0
/
+6
*
Get function start line number from DWARF info
David Blaikie
2017-02-06
2
-12
/
+33
*
Cleanup dump() functions.
Matthias Braun
2017-01-28
1
-1
/
+1
*
[DWARF] [ObjectYAML] Adding APIs for unittesting
Chris Bieneman
2017-01-20
1
-34
/
+46
*
Add a variant of DWARFDie::find() and DWARFDie::findRecursively() that takes ...
Greg Clayton
2017-01-13
2
-12
/
+33
*
Cleanup how DWARFDie attributes are accessed and decoded.
Greg Clayton
2017-01-13
4
-89
/
+46
*
Add the ability to iterate across all attributes in a DIE.
Greg Clayton
2017-01-13
2
-1
/
+53
*
Remove all variants of DWARFDie::getAttributeValueAs...() that had parameters...
Greg Clayton
2017-01-11
2
-45
/
+10
*
[lib/Object] - Introduce Decompressor class.
George Rimar
2017-01-11
1
-66
/
+12
*
DebugInfo: support for DW_FORM_implicit_const
Victor Leschuk
2017-01-10
3
-9
/
+32
*
Add iterator support to DWARFDie to allow child DIE iteration.
Greg Clayton
2017-01-05
1
-4
/
+1
*
[ObjectYAML] Support for DWARF debug_info section
Chris Bieneman
2016-12-22
1
-0
/
+12
*
Add the ability for DWARFDie objects to get the parent DWARFDie.
Greg Clayton
2016-12-21
3
-36
/
+56
*
Revert "[ObjectYAML] Support for DWARF debug_info section"
Chris Bieneman
2016-12-20
1
-12
/
+0
*
[ObjectYAML] Support for DWARF debug_info section
Chris Bieneman
2016-12-20
1
-0
/
+12
*
Revert "[ObjectYAML] Support for DWARF debug_info section"
Chris Bieneman
2016-12-20
1
-12
/
+0
*
[ObjectYAML] Support for DWARF debug_info section
Chris Bieneman
2016-12-20
1
-0
/
+12
*
Make a function to correctly extract the DW_AT_high_pc given the low pc value.
Greg Clayton
2016-12-19
1
-13
/
+22
*
[DWARF] - Introduce DWARFDebugPubTable class for dumping pub* sections.
George Rimar
2016-12-17
3
-41
/
+77
*
Revert "dwarfdump: Support/process relocations on a CU's abbrev_off"
David Blaikie
2016-12-16
1
-3
/
+0
*
dwarfdump: Support/process relocations on a CU's abbrev_off
David Blaikie
2016-12-16
1
-0
/
+3
*
Add the ability to get attribute values as Optional<T>
Greg Clayton
2016-12-14
3
-65
/
+94
*
This change does two things:
Eric Christopher
2016-12-14
1
-0
/
+1
*
Switch functions that returned bool and filled in a DWARFFormValue arg with o...
Greg Clayton
2016-12-13
3
-36
/
+33
*
Make a DWARFDIE class that can help avoid using the wrong DWARFUnit when extr...
Greg Clayton
2016-12-13
7
-476
/
+462
*
Make a DWARF generator so we can unit test DWARF APIs with gtest.
Greg Clayton
2016-12-08
1
-0
/
+9
*
[DebugInfo] Fix some Clang-tidy modernize-use-default and Include What You Us...
Eugene Zelenko
2016-11-23
3
-24
/
+37
*
Improve DWARF parsing speed by improving DWARFAbbreviationDeclaration
Greg Clayton
2016-11-15
3
-36
/
+132
*
Fixed issues found by Paul Robinson with my patch for:
Greg Clayton
2016-11-11
1
-4
/
+7
*
Clean up DWARFFormValue by reducing duplicated code and removing DWARFFormVal...
Greg Clayton
2016-11-11
2
-182
/
+235
*
Modify DWARFFormValue to remember the DWARFUnit that it was decoded with.
Greg Clayton
2016-10-31
4
-32
/
+36
*
Import/update constants from the DWARF 5 public review draft document.
Adrian Prantl
2016-10-28
3
-4
/
+4
*
Switch all DWARF variables for tags, attributes and forms over to use the llv...
Greg Clayton
2016-10-27
4
-37
/
+47
*
dwarfdump: add space missing from the type unit header description
David Blaikie
2016-10-18
1
-1
/
+1
*
dwarfdump: Include the name in the unit description, even in non-summarized mode
David Blaikie
2016-10-18
1
-0
/
+1
*
dwarfdump: -summarize-types: print a short summary (unqualified type name, ha...
David Blaikie
2016-10-18
2
-6
/
+23
*
Re-commit "Use StringRef in Support/Darf APIs (NFC)"
Mehdi Amini
2016-10-05
6
-29
/
+36
*
Revert "Re-commit "Use StringRef in Support/Darf APIs (NFC)""
Mehdi Amini
2016-10-05
5
-32
/
+27
*
Re-commit "Use StringRef in Support/Darf APIs (NFC)"
Mehdi Amini
2016-10-05
5
-27
/
+32
*
Revert "Use StringRef in Support/Darf APIs (NFC)"
Mehdi Amini
2016-10-05
5
-32
/
+27
*
Use StringRef in Support/Darf APIs (NFC)
Mehdi Amini
2016-10-04
5
-27
/
+32
*
Revert r282238 "Revert r282235 "[llvm-dwarfdump] - Teach dwarfdump to dump gd...
George Rimar
2016-09-23
3
-0
/
+194
*
Revert r282235 "[llvm-dwarfdump] - Teach dwarfdump to dump gdb-index section."
George Rimar
2016-09-23
3
-193
/
+0
*
[llvm-dwarfdump] - Teach dwarfdump to dump gdb-index section.
George Rimar
2016-09-23
3
-0
/
+193
[next]