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
/
DWARFDebugInfoEntry.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb/DWARF] Add support for DW_AT_loclists_base&DW_FORM_loclistx
Pavel Labath
2019-12-11
1
-0
/
+1
*
[lldb] Improve/fix base address selection in location lists
Pavel Labath
2019-12-09
1
-3
/
+3
*
[lldb/DWARF] Switch to llvm debug_rnglists parser
Pavel Labath
2019-12-05
1
-5
/
+4
*
[Dwarf] Make dw_tag_t a typedef for llvm::dwarf::Tag instead of uint16_t.
Jonas Devlieghere
2019-09-25
1
-1
/
+1
*
Remove DWARFExpression::LocationListSize
Pavel Labath
2019-08-29
1
-11
/
+5
*
DWARFExpression: Simplify class interface
Pavel Labath
2019-08-27
1
-5
/
+7
*
Use const auto *
Fangrui Song
2019-06-29
1
-5
/
+5
*
DWARF: Add support for type units+split dwarf combo
Pavel Labath
2019-06-25
1
-2
/
+3
*
DWARF: Add "dwo_num" field to the DIERef class
Pavel Labath
2019-06-21
1
-16
/
+5
*
DWARF: Make DIERefs always valid
Pavel Labath
2019-06-19
1
-10
/
+8
*
Have DWARFUnit store a *reference* to SymbolFileDWARF
Pavel Labath
2019-06-14
1
-12
/
+9
*
Code and comment cleanups [NFC]
Greg Clayton
2019-05-30
1
-47
/
+41
*
Improve DWARF parsing and accessing by 1% to 2%
Greg Clayton
2019-05-30
1
-36
/
+15
*
DWARFDebugInfoEntry: delete unused Extract() and rename FastExtract() to Extr...
Fangrui Song
2019-05-30
1
-165
/
+6
*
Clean up DWARFDebugInfoEntry
Fangrui Song
2019-05-29
1
-55
/
+0
*
DWARF: Fix address range support in mixed 4+5 scenario
Pavel Labath
2019-05-29
1
-60
/
+44
*
[DWARFExpression] Remove ctor that takes just a compile unit.
Jonas Devlieghere
2019-05-28
1
-4
/
+5
*
Cleanup fixed form sizes.
Greg Clayton
2019-05-24
1
-13
/
+8
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
1
-13
/
+15
*
Simplify `GetName`+`AppendTypeName` by `DWARFDIE`
Jan Kratochvil
2019-05-23
1
-162
/
+2
*
DWARFDebugInfoEntry: remove unused variable
Pavel Labath
2019-05-22
1
-4
/
+1
*
Remove `SymbolFileDWARF *` when there is already `DWARFUnit *`
Jan Kratochvil
2019-05-21
1
-137
/
+105
*
Permit cross-CU references
Jan Kratochvil
2019-05-15
1
-45
/
+24
*
DWARF: s/CompileUnit/Unit/ in DWARFFormValue
Pavel Labath
2019-05-15
1
-1
/
+1
*
Finish renaming CompileUnit -> Unit
Jan Kratochvil
2019-05-10
1
-1
/
+1
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-38
/
+0
*
Revert "Move the rest of the sections over to DWARFContext."
Pavel Labath
2019-03-22
1
-40
/
+24
*
Move the rest of the sections over to DWARFContext.
Zachary Turner
2019-03-21
1
-24
/
+40
*
Delete more dead code.
Zachary Turner
2019-03-19
1
-39
/
+3
*
Delete dead code.
Zachary Turner
2019-03-19
1
-34
/
+0
*
Remove support for DWARF64.
Zachary Turner
2019-03-12
1
-11
/
+5
*
Remove DWARFDIECollection.
Zachary Turner
2019-03-12
1
-4
/
+3
*
[lldb] Fix DW_OP_addrx uses.
Ali Tamur
2019-03-07
1
-1
/
+4
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[LLDB] - Add support for DW_FORM_rnglistx and relative DW_RLE_* entries.
George Rimar
2018-11-02
1
-14
/
+23
*
[LLDB] - Add support for DW_FORM_addrx[1-4]? forms.
George Rimar
2018-10-31
1
-0
/
+6
*
Recommit r345127 "[LLDB] - Add support for DW_RLE_base_address and DW_RLE_off...
George Rimar
2018-10-25
1
-19
/
+9
*
Revert rL345127: [LLDB] - Add support for DW_RLE_base_address and DW_RLE_offs...
George Rimar
2018-10-24
1
-9
/
+19
*
[LLDB] - Add support for DW_RLE_base_address and DW_RLE_offset_pair entries (...
George Rimar
2018-10-24
1
-19
/
+9
*
[LLDB] - Implement the support for the .debug_loclists section.
George Rimar
2018-10-23
1
-2
/
+2
*
Code cleanup: Remove DWARFDebugInfoEntry::m_empty_children
Jan Kratochvil
2018-10-16
1
-4
/
+2
*
[LLDB] - Add support for DW_FORM_implicit_const.
George Rimar
2018-10-12
1
-29
/
+28
*
[LLDB] - Add basic support for .debug_rnglists section (DWARF5)
George Rimar
2018-10-10
1
-3
/
+3
*
[LLDB] - Improved DWARF5 support.
George Rimar
2018-09-13
1
-0
/
+8
*
Fix DWARFUnit::GetUnitDIEPtrOnly stale pointer
Jan Kratochvil
2018-05-29
1
-0
/
+12
*
Use DWARFBaseDIE as a compile-time protection
Jan Kratochvil
2018-05-24
1
-2
/
+2
*
General cleanup to minimize the .debug_types patch
Greg Clayton
2018-05-09
1
-10
/
+6
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-68
/
+64
*
Match also DW_TAG_partial_unit when DW_TAG_compile_unit is matched
Jan Kratochvil
2018-04-30
1
-6
/
+14
*
Reapply "Cleanup DWARFCompileUnit and DWARFUnit in preparation for adding DWA...
Jan Kratochvil
2018-04-14
1
-2
/
+2
[next]