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
/
DWARFUnit.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Re-land "[dwarfdump] Add -lookup option"
Jonas Devlieghere
2017-10-25
1
-1
/
+1
*
[llvm-dwarfdump] - Fix array out of bounds access crash.
George Rimar
2017-10-25
1
-0
/
+11
*
Revert r314817 "[dwarfdump] Add -lookup option"
Hans Wennborg
2017-10-03
1
-1
/
+1
*
[dwarfdump] Add -lookup option
Jonas Devlieghere
2017-10-03
1
-1
/
+1
*
dwarfdump/symbolizer: Avoid loading unneeded CUs from a DWP
David Blaikie
2017-09-19
1
-4
/
+4
*
dwarfdump: Delay parsing abbreviations until they're needed
David Blaikie
2017-09-19
1
-4
/
+7
*
[DebugInfo] - Fix for lld DWARF parsing of base address selection entries in ...
George Rimar
2017-09-04
1
-4
/
+5
*
DebugInfo: Test & handle (differently) non-zero DW_AT_ranges_base
David Blaikie
2017-08-02
1
-6
/
+7
*
[DebugInfo] Use shrink_to_fit to simplify code. NFCI.
Benjamin Kramer
2017-08-01
1
-12
/
+2
*
[DebugInfo] Don't overwrite DWARFUnit fields if the CU DIE doesn't have them.
Benjamin Kramer
2017-07-31
1
-2
/
+6
*
Use delegation instead of inheritance.
Rafael Espindola
2017-07-19
1
-11
/
+19
*
[DWARF] NFC: DWARFDataExtractor combines relocs with DataExtractor.
Paul Robinson
2017-06-29
1
-18
/
+14
*
[DWARF] NFC: Make string-offset handling more like address-table handling;
Paul Robinson
2017-06-27
1
-11
/
+3
*
[DWARF] NFC: Collect info used by DWARFFormValue into a helper.
Paul Robinson
2017-06-26
1
-14
/
+18
*
[DebugInfo] Fix some Clang-tidy modernize-use-using and Include What You Use ...
Eugene Zelenko
2017-06-23
1
-6
/
+4
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-2
/
+2
*
[DWARF] Adding support for the DWARF v5 string offsets table (consumer/reader...
Wolfgang Pieb
2017-06-06
1
-19
/
+37
*
libDebugInfo: Support symbolizing using DWP files
David Blaikie
2017-05-23
1
-6
/
+3
*
FIX: Remove debugging assert left in previous commit
David Blaikie
2017-05-23
1
-1
/
+0
*
libDebugInfo: Avoid independently parsing the same .dwo file for two separate...
David Blaikie
2017-05-23
1
-27
/
+16
*
libDebugInfo/DWARF: Apply relocations for debug_addr addresses in object files
David Blaikie
2017-05-22
1
-7
/
+7
*
llvm-symbolizer: Support multiple CUs in a single DWO file
David Blaikie
2017-05-20
1
-6
/
+11
*
[DWARF] - Use DWARFAddressRange struct instead of uint64_t pair for DWARFAddr...
George Rimar
2017-05-16
1
-8
/
+8
*
[DWARF] - Take relocations in account when extracting ranges from .debug_ranges
George Rimar
2017-04-24
1
-7
/
+9
*
Code style change as suggested in https://reviews.llvm.org/D32177 (NFC)
Dehao Chen
2017-04-19
1
-16
/
+11
*
Using address range map to speedup finding inline stack for address.
Dehao Chen
2017-04-19
1
-17
/
+48
*
Revert r300697 which causes buildbot failure.
Dehao Chen
2017-04-19
1
-47
/
+17
*
Using address range map to speedup finding inline stack for address.
Dehao Chen
2017-04-19
1
-17
/
+47
*
[DebugInfo] Fix some Include What You Use warnings; other minor fixes (NFC).
Eugene Zelenko
2017-03-01
1
-12
/
+12
*
[DWARFv5] Emit new unit header format.
Paul Robinson
2017-02-28
1
-2
/
+9
*
Add a variant of DWARFDie::find() and DWARFDie::findRecursively() that takes ...
Greg Clayton
2017-01-13
1
-3
/
+1
*
Cleanup how DWARFDie attributes are accessed and decoded.
Greg Clayton
2017-01-13
1
-17
/
+13
*
Remove all variants of DWARFDie::getAttributeValueAs...() that had parameters...
Greg Clayton
2017-01-11
1
-4
/
+6
*
Add the ability for DWARFDie objects to get the parent DWARFDie.
Greg Clayton
2016-12-21
1
-31
/
+40
*
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
1
-9
/
+9
*
Make a DWARFDIE class that can help avoid using the wrong DWARFUnit when extr...
Greg Clayton
2016-12-13
1
-48
/
+42
*
[DebugInfo] Fix some Clang-tidy modernize-use-default and Include What You Us...
Eugene Zelenko
2016-11-23
1
-10
/
+21
*
Improve DWARF parsing speed by improving DWARFAbbreviationDeclaration
Greg Clayton
2016-11-15
1
-1
/
+2
*
Import/update constants from the DWARF 5 public review draft document.
Adrian Prantl
2016-10-28
1
-1
/
+1
*
llvm-symbolizer: Avoid infinite recursion walking dwos where the dwo contains...
David Blaikie
2016-04-22
1
-5
/
+8
*
llvm-symbolizer: prefer .dwo contents over fission-gmlt-like-data when .dwo f...
David Blaikie
2016-04-22
1
-12
/
+7
*
Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to...
Kevin Enderby
2016-04-06
1
-1
/
+4
*
Fix null dereference committed in r253277
David Blaikie
2015-11-17
1
-2
/
+3
*
dwarfdump: support indexed string dumping in dwp based on the STR_OFFSETS com...
David Blaikie
2015-11-17
1
-1
/
+5
*
dwarfdump: Reference the appropriate line table segment when dumping dwp files
David Blaikie
2015-11-17
1
-5
/
+6
*
dwarfdump: Use the index to find the right abbrev offset in DWP files
David Blaikie
2015-11-17
1
-4
/
+26
*
Refactor: Simplify boolean conditional return statements in llvm/lib/DebugInf...
Benjamin Kramer
2015-05-25
1
-4
/
+1
*
[DWARF parser] Make DWARF parser more robust against missing compile/type units.
Alexey Samsonov
2015-05-19
1
-2
/
+5
[next]