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
/
DWARFContext.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add parentheses to silence warning.
Jorge Gorbe Moya
2018-11-07
1
-1
/
+1
*
[DWARFv5] Read and dump multiple .debug_info sections.
Paul Robinson
2018-11-07
1
-28
/
+58
*
[DWARF] Fix typo, .gnu_index -> .gdb_index
Fangrui Song
2018-11-02
1
-1
/
+1
*
[DWARF] Revert r345546: Refactor range list extraction and dumping
Wolfgang Pieb
2018-10-31
1
-38
/
+36
*
[DWARF][NFC] Refactor range list extraction and dumping
Wolfgang Pieb
2018-10-29
1
-36
/
+38
*
[llvm-dwarfdump] - Fix incorrect parsing of the DW_LLE_startx_length
George Rimar
2018-10-25
1
-2
/
+5
*
[llvm-dwarfdump] - Add the support of parsing .debug_loclists.
George Rimar
2018-10-22
1
-3
/
+33
*
llvm-dwarfdump: Support RLE_addressx and RLE_startx_length in .debug_rnglists
David Blaikie
2018-10-20
1
-6
/
+16
*
[DWARF] Make llvm-dwarfdump display the .debug_loc.dwo section. Fixes PR38991.
Wolfgang Pieb
2018-10-09
1
-5
/
+4
*
dwarfdump: Avoid parsing units unnecessarily
David Blaikie
2018-10-05
1
-15
/
+14
*
Revert r343317
Luke Cheeseman
2018-09-28
1
-10
/
+4
*
Reapply changes reverted by r343235
Luke Cheeseman
2018-09-28
1
-4
/
+10
*
Revert r343192 as an ubsan build is currently failing
Luke Cheeseman
2018-09-27
1
-5
/
+3
*
Reapply changes reverted in r343114, lldb patch to follow shortly
Luke Cheeseman
2018-09-27
1
-3
/
+5
*
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song
2018-09-27
1
-2
/
+3
*
Revert r343112 as CallFrameString API change has broken lldb builds
Luke Cheeseman
2018-09-26
1
-5
/
+3
*
[AArch64] - Return address signing dwarf support
Luke Cheeseman
2018-09-26
1
-3
/
+5
*
Revert r343089 "[AArch64] - Return address signing dwarf support"
Hans Wennborg
2018-09-26
1
-5
/
+3
*
[AArch64] - Return address signing dwarf support
Luke Cheeseman
2018-09-26
1
-3
/
+5
*
Revert "[DWARF] reposting r342048, which was reverted in r342056 due to build...
Alexander Kornienko
2018-09-17
1
-28
/
+28
*
[DWARF] reposting r342048, which was reverted in r342056 due to buildbot
Wolfgang Pieb
2018-09-14
1
-28
/
+28
*
Reverting r342048, which caused UBSan failures in dsymutil.
Wolfgang Pieb
2018-09-12
1
-28
/
+28
*
[DWARF] Refactoring range list dumping to fold DWARF v4 functionality into v5...
Wolfgang Pieb
2018-09-12
1
-28
/
+28
*
[DWARF] Unify warning callbacks. NFC.
Victor Leschuk
2018-08-23
1
-14
/
+14
*
[DWARF] Refactor DWARF classes to use unified error reporting. NFC.
Victor Leschuk
2018-08-20
1
-1
/
+2
*
[DebugInfo/DWARF] Remove redundant iterator type. NFC
Paul Robinson
2018-08-02
1
-25
/
+20
*
[DebugInfo/DWARF] [4/4] Unify handling of compile and type units. NFC
Paul Robinson
2018-08-01
1
-30
/
+23
*
[DebugInfo/DWARF] [2/4] Type units no longer in a std::deque. NFC
Paul Robinson
2018-08-01
1
-41
/
+42
*
[DebugInfo/DWARF] [1/4] De-templatize DWARFUnitSection. NFC
Paul Robinson
2018-08-01
1
-11
/
+11
*
[DWARF] Support for .debug_addr (consumer)
Victor Leschuk
2018-07-31
1
-10
/
+53
*
Remove trailing space
Fangrui Song
2018-07-30
1
-1
/
+1
*
[DWARF] Use deque in place of SmallVector to fix use-after-free issue
Fangrui Song
2018-07-23
1
-3
/
+6
*
[DWARF] Improved error reporting for range lists.
Wolfgang Pieb
2018-06-20
1
-1
/
+6
*
[DWARFv5] Put the DWO ID in its place.
Paul Robinson
2018-05-22
1
-1
/
+11
*
[DWARF] Refactor callback usage for .debug_line error handling
James Henderson
2018-05-21
1
-7
/
+5
*
[DWARF v5] Improved support for .debug_rnglists (consumer). Enables any consu...
Wolfgang Pieb
2018-05-18
1
-17
/
+36
*
[DWARF] Fixing a bug in DWARF v5 string offsets tables where the length encod...
Wolfgang Pieb
2018-05-10
1
-1
/
+5
*
[DWARF] Rework debug line parsing to use llvm::Error and callbacks
James Henderson
2018-05-10
1
-69
/
+37
*
[DebugInfo] Use WithColor to print errors/warnings
Jonas Devlieghere
2018-04-14
1
-2
/
+3
*
[debug_loc] Fix typo in DWARFExpression constructor
Pavel Labath
2018-04-06
1
-3
/
+7
*
[DWARF v5][NFC]: Refactor DebugRnglists to prepare for the support of the DW_...
Wolfgang Pieb
2018-04-05
1
-1
/
+1
*
[DebugInfo] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-04-01
1
-6
/
+6
*
[DWARF v5] Support for verbose dumping of .debug_rnglist entries
Wolfgang Pieb
2018-03-08
1
-2
/
+3
*
Reland "[DebugInfo] Support DWARF expressions in eh_frame"
Rafael Auler
2018-03-08
1
-6
/
+6
*
Revert r326932: [DebugInfo] Support DWARF expressions in eh_frame
Rui Ueyama
2018-03-07
1
-6
/
+6
*
[DebugInfo] Support DWARF expressions in eh_frame
Rafael Auler
2018-03-07
1
-6
/
+6
*
[DebugInfo] Support DWARF v5 source code embedding extension
Scott Linder
2018-02-23
1
-1
/
+3
*
[DWARF] Regularize dumping strings from line tables.
Paul Robinson
2018-02-05
1
-2
/
+2
*
[DWARF v5] Add limited support for dumping .debug_rnglists
James Henderson
2018-02-02
1
-0
/
+27
*
[DWARFv5] Re-enable dumping a line table with no CU.
Paul Robinson
2018-01-29
1
-5
/
+5
[prev]
[next]