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
*
Revert "[DWARF] reposting r342048, which was reverted in r342056 due to build...
Alexander Kornienko
2018-09-17
1
-52
/
+47
*
[DWARF] reposting r342048, which was reverted in r342056 due to buildbot
Wolfgang Pieb
2018-09-14
1
-47
/
+52
*
Reverting r342048, which caused UBSan failures in dsymutil.
Wolfgang Pieb
2018-09-12
1
-52
/
+47
*
[DWARF] Refactoring range list dumping to fold DWARF v4 functionality into v5...
Wolfgang Pieb
2018-09-12
1
-47
/
+52
*
llvm-symbolizer: Fix bug related to TUs interfering with symbolizing
David Blaikie
2018-09-11
1
-13
/
+16
*
[DWARF] Refactor DWARF classes to use unified error reporting. NFC.
Victor Leschuk
2018-08-20
1
-14
/
+11
*
[DebugInfo/DWARF] [4/4] Unify handling of compile and type units. NFC
Paul Robinson
2018-08-01
1
-7
/
+14
*
[DebugInfo/DWARF] [3/4] Rename DWARFUnitSection to DWARFUnitVector. NFC
Paul Robinson
2018-08-01
1
-12
/
+12
*
[DebugInfo/DWARF] [2/4] Type units no longer in a std::deque. NFC
Paul Robinson
2018-08-01
1
-33
/
+35
*
[DebugInfo/DWARF] [1/4] De-templatize DWARFUnitSection. NFC
Paul Robinson
2018-08-01
1
-6
/
+99
*
[DWARF v5] Don't report an error when the .debug_rnglists section is empty or...
Wolfgang Pieb
2018-07-26
1
-16
/
+18
*
[DWARF v5] Refactor range lists dumping by using a more generic way of handli...
Wolfgang Pieb
2018-07-23
1
-1
/
+1
*
[DebugInfo] Fix getPreviousSibling after r336823
Fangrui Song
2018-07-11
1
-1
/
+2
*
[DebugInfo] Make children iterator bidirectional
Jonas Devlieghere
2018-07-11
1
-0
/
+33
*
[DWARF] Improved error reporting for range lists.
Wolfgang Pieb
2018-06-20
1
-30
/
+52
*
[DWARFv5] Put the DWO ID in its place.
Paul Robinson
2018-05-22
1
-10
/
+15
*
[DebugInfo] Use absolute addresses in location lists
Jonas Devlieghere
2018-05-21
1
-4
/
+12
*
Addressing a couple of compiler warnings introduced with r332759.
Wolfgang Pieb
2018-05-18
1
-2
/
+2
*
Fixing build error introduced with r332759.
Wolfgang Pieb
2018-05-18
1
-1
/
+1
*
[DWARF v5] Improved support for .debug_rnglists (consumer). Enables any consu...
Wolfgang Pieb
2018-05-18
1
-2
/
+89
*
[DWARF] Factor out a DWARFUnitHeader class. NFC
Paul Robinson
2018-05-14
1
-32
/
+34
*
[DWARF] Fixing a bug in DWARF v5 string offsets tables where the length encod...
Wolfgang Pieb
2018-05-10
1
-2
/
+7
*
llvm-symbolizer: Handle function definitions nested within other functions
David Blaikie
2018-05-01
1
-2
/
+6
*
[DebugInfo] Use WithColor to print errors/warnings
Jonas Devlieghere
2018-04-14
1
-2
/
+4
*
Handle abbr_offset with relocations.
Rafael Espindola
2018-03-21
1
-5
/
+7
*
DWARF: Unify form size handling code
Pavel Labath
2018-03-14
1
-1
/
+1
*
Revert "Rewrite the cached map used for locating the most precise DIE among i...
David Blaikie
2018-02-13
1
-360
/
+26
*
Stop tracking .debug_line_str in DWARFUnit. NFC.
Paul Robinson
2018-01-29
1
-10
/
+9
*
[DWARFv5] Support DW_FORM_line_strp in llvm-dwarfdump.
Paul Robinson
2018-01-25
1
-9
/
+10
*
Rewrite the cached map used for locating the most precise DIE among
Chandler Carruth
2017-12-22
1
-26
/
+360
*
[DWARF v5] Rework of string offsets table reader
Wolfgang Pieb
2017-12-21
1
-9
/
+110
*
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
[next]