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
/
lldb
/
source
/
Plugins
/
SymbolFile
/
DWARF
/
DWARFUnit.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb/DWARF] Move location list sections into DWARFContext
Pavel Labath
2020-01-14
1
-5
/
+8
*
[lldb/DWARF] Don't automatically search dwo unit attributes
Pavel Labath
2020-01-10
1
-1
/
+2
*
[lldb/DWARF] Fix mixed v4+v5 location lists
Pavel Labath
2020-01-09
1
-0
/
+16
*
[lldb/DWARF] Add is_dwo member to DWARFUnit
Pavel Labath
2020-01-09
1
-6
/
+10
*
Revert "[lldb] Don't process symlinks deep inside DWARFUnit"
Jonas Devlieghere
2019-12-23
1
-1
/
+20
*
[lldb] Remove DWARFUnit::AppendDIEsWithTag
Pavel Labath
2019-12-23
1
-18
/
+0
*
[lldb/DWARF] Fix hostname-stripping logic
Pavel Labath
2019-12-23
1
-0
/
+2
*
[lldb] Don't process symlinks deep inside DWARFUnit
Pavel Labath
2019-12-23
1
-20
/
+1
*
[lldb/DWARF] Fix v5 location lists for dwo files
Pavel Labath
2019-12-12
1
-0
/
+5
*
[lldb/DWARF] Add support for DW_AT_loclists_base&DW_FORM_loclistx
Pavel Labath
2019-12-11
1
-0
/
+20
*
[lldb/DWARF] Fix DW_AT_addr_base & DW_AT_low_pc interaction
Pavel Labath
2019-12-06
1
-4
/
+13
*
[lldb/DWARF] Fix DW_AT_rnglists_base handling for dwo files
Pavel Labath
2019-12-06
1
-3
/
+5
*
[lldb/DWARF] Remove DWARFDebugRangesBase abstract class
Pavel Labath
2019-12-06
1
-1
/
+1
*
[lldb/DWARF] Switch to llvm debug_rnglists parser
Pavel Labath
2019-12-05
1
-18
/
+80
*
[Utility] Reimplement RegularExpression on top of llvm::Regex
Jonas Devlieghere
2019-08-16
1
-12
/
+8
*
[Symbol] Use llvm::Expected when getting TypeSystems
Alex Langford
2019-07-30
1
-1
/
+1
*
DWARF: Improve type safety or range lists parsing
Pavel Labath
2019-07-26
1
-1
/
+1
*
DWARF: Add support for type units+split dwarf combo
Pavel Labath
2019-06-25
1
-1
/
+4
*
DWARF: Add "dwo_num" field to the DIERef class
Pavel Labath
2019-06-21
1
-7
/
+6
*
Have DWARFUnit store a *reference* to SymbolFileDWARF
Pavel Labath
2019-06-14
1
-25
/
+19
*
DWARF: Share line tables of type units
Pavel Labath
2019-06-12
1
-27
/
+78
*
Ignore DIEs in the skeleton unit in a DWO scenario
Pavel Labath
2019-06-05
1
-0
/
+11
*
DWARFDebugInfoEntry: delete unused Extract() and rename FastExtract() to Extr...
Fangrui Song
2019-05-30
1
-2
/
+2
*
DWARF: Fix address range support in mixed 4+5 scenario
Pavel Labath
2019-05-29
1
-0
/
+29
*
Cleanup fixed form sizes.
Greg Clayton
2019-05-24
1
-11
/
+2
*
DWARF: Implement DW_AT_signature lookup for type unit support
Pavel Labath
2019-05-24
1
-0
/
+10
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
1
-4
/
+5
*
DWARF: Don't compute address ranges for type units
Pavel Labath
2019-05-23
1
-95
/
+0
*
DWARF: Introduce DWARFTypeUnit class
Pavel Labath
2019-05-22
1
-12
/
+18
*
Remove `SymbolFileDWARF *` when there is already `DWARFUnit *`
Jan Kratochvil
2019-05-21
1
-30
/
+26
*
DWARF: Introduce DWARFUnitHeader class
Pavel Labath
2019-05-21
1
-12
/
+102
*
DWARF: Port most of other sections over to DWARFContext
Pavel Labath
2019-05-20
1
-1
/
+1
*
Permit cross-CU references
Jan Kratochvil
2019-05-15
1
-6
/
+4
*
Finish renaming CompileUnit -> Unit
Jan Kratochvil
2019-05-10
1
-3
/
+3
*
[DWARF] Reimplement/simplify DWARFUnit::GetID
Pavel Labath
2019-05-06
1
-11
/
+2
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-12
/
+0
*
Revert "Move the rest of the sections over to DWARFContext."
Pavel Labath
2019-03-22
1
-3
/
+2
*
Move the rest of the sections over to DWARFContext.
Zachary Turner
2019-03-21
1
-2
/
+3
*
Delete more dead code.
Zachary Turner
2019-03-19
1
-31
/
+0
*
Remove a couple of log statements.
Zachary Turner
2019-03-19
1
-18
/
+0
*
Remove support for DWARF64.
Zachary Turner
2019-03-12
1
-12
/
+3
*
Remove DWARFDIECollection.
Zachary Turner
2019-03-12
1
-7
/
+5
*
Replace 'ap' with 'up' suffix in variable names. (NFC)
Jonas Devlieghere
2019-02-13
1
-6
/
+6
*
Remove redundant ::get() for smart pointer. (NFC)
Jonas Devlieghere
2019-02-12
1
-2
/
+2
*
Breakpad: auto-detect path style of file entries
Pavel Labath
2019-02-11
1
-10
/
+7
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
DWARF: Add some support for non-native directory separators
Pavel Labath
2019-01-16
1
-0
/
+74
*
[DWARFUnit] Remove commented out code. NFCI.
Davide Italiano
2018-12-31
1
-7
/
+0
*
Simplify Boolean expressions
Jonas Devlieghere
2018-12-15
1
-8
/
+3
*
[LLDB] - Improve the support of .debug_str_offsets/.debug_str_offsets.dwo
George Rimar
2018-11-29
1
-4
/
+41
[next]