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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[LLDB] Fix the handling of unnamed bit-fields when parsing DWARF
shafik
2020-01-27
2
-135
/
+66
*
[lldb/DWARF] Move location list sections into DWARFContext
Pavel Labath
2020-01-14
5
-17
/
+23
*
Expression eval lookup speedup by not returning methods in ManualDWARFIndex::...
Levon Ter-Grigoryan
2020-01-14
1
-2
/
+0
*
[lldb/DWARF] Don't automatically search dwo unit attributes
Pavel Labath
2020-01-10
4
-23
/
+7
*
[lldb/DWARF] Fix mixed v4+v5 location lists
Pavel Labath
2020-01-09
7
-35
/
+26
*
[lldb/DWARF] Add is_dwo member to DWARFUnit
Pavel Labath
2020-01-09
7
-20
/
+19
*
[lldb] Remove various dead Compare functions
Alex Langford
2020-01-08
1
-95
/
+0
*
Delete dead code.
Adrian Prantl
2020-01-08
1
-48
/
+0
*
[lldb][NFC] Remove unused variable in DWARFASTParserClang::ParseSingleMember
Raphael Isemann
2020-01-02
1
-1
/
+0
*
[lldb][NFC] Create type-safe function for creating a CompilerType from a Qual...
Raphael Isemann
2020-01-02
2
-3
/
+3
*
[lldb][NFC] Simplify ClangASTContext::GetTypeForDecl
Raphael Isemann
2019-12-30
1
-3
/
+4
*
[lldb] Remove some calls to GetASTContext
Raphael Isemann
2019-12-26
1
-14
/
+7
*
[lldb][NFC] Use StringRef in ClangASTContext::GetBuiltinTypeForDWARFEncodingA...
Raphael Isemann
2019-12-25
1
-2
/
+2
*
Revert "[lldb] Don't process symlinks deep inside DWARFUnit"
Jonas Devlieghere
2019-12-23
2
-12
/
+20
*
[lldb] Remove DWARFUnit::AppendDIEsWithTag
Pavel Labath
2019-12-23
3
-24
/
+6
*
[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
2
-20
/
+12
*
[lldb][NFC] Make CompilerDeclContext construction type safe
Raphael Isemann
2019-12-23
4
-8
/
+7
*
[lldb][NFC] Return a reference from ClangASTContext::getASTContext and remove...
Raphael Isemann
2019-12-21
3
-43
/
+41
*
Rename DW_AT_LLVM_isysroot to DW_AT_LLVM_sysroot
Adrian Prantl
2019-12-20
1
-1
/
+1
*
[LLDB] Fix address computation for inline function
Johannes Altmanninger
2019-12-20
1
-3
/
+6
*
[lldb][NFC] Use StringRef in CreateRecordType and CreateObjCClass
Raphael Isemann
2019-12-17
2
-6
/
+5
*
[lldb][NFC] Rename ClangASTImporter::InsertRecordDecl to SetRecordLayout and ...
Raphael Isemann
2019-12-17
3
-4
/
+4
*
[lldb][NFC] Remove all unnecessary includes for ClangASTSourceCommon.h
Raphael Isemann
2019-12-17
4
-4
/
+3
*
[lldb] Add support for calling objc_direct methods from LLDB's expression eva...
Raphael Isemann
2019-12-17
2
-1
/
+7
*
[lldb][NFC] Make metadata tracking type safe
Raphael Isemann
2019-12-13
1
-1
/
+2
*
[lldb/DWARF] Fix v5 location lists for dwo files
Pavel Labath
2019-12-12
2
-1
/
+8
*
[lldb/DWARF] Add support for DW_AT_loclists_base&DW_FORM_loclistx
Pavel Labath
2019-12-11
5
-3
/
+42
*
[lldb] Improve/fix base address selection in location lists
Pavel Labath
2019-12-09
2
-6
/
+6
*
[lldb] Support for DWARF-5 atomic types
Raphael Isemann
2019-12-09
1
-0
/
+4
*
[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
2
-13
/
+4
*
[lldb][NFC] Move Address and AddressRange functions out of Stream and let the...
Raphael Isemann
2019-12-05
2
-6
/
+9
*
[lldb/DWARF] Switch to llvm debug_rnglists parser
Pavel Labath
2019-12-05
8
-230
/
+103
*
[lldb] Don't put compile unit name into the support file list and support DWA...
Pavel Labath
2019-12-05
3
-26
/
+17
*
[lldb] s/FileSpec::Equal/FileSpec::Match
Pavel Labath
2019-12-04
2
-8
/
+3
*
[lldb][NFC] Extract single member parsing out of DWARFASTParserClang::ParseCh...
Raphael Isemann
2019-12-04
2
-443
/
+490
*
[lldb][NFC] Don't calculate member indices in DWARFASTParserClang::ParseChild...
Raphael Isemann
2019-12-02
1
-2
/
+0
*
[lldb][NFC] Remove dead logging code from DWARFASTParserClang::CompleteRecord...
Raphael Isemann
2019-11-29
1
-70
/
+1
*
[lldb] Remove FileSpec->CompileUnit inheritance
Pavel Labath
2019-11-29
4
-6
/
+6
*
[lldb][NFC] Remove unused CStringToDIEMap typedef
Raphael Isemann
2019-11-28
1
-6
/
+0
*
[lldb][NFC] Split up DWARFASTParserClang::CompleteTypeFromDWARF
Raphael Isemann
2019-11-28
2
-222
/
+243
*
[lldb] Remove debugging code used for LLDB_DWARF_DONT_COMPLETE_TYPENAMES
Raphael Isemann
2019-11-28
1
-33
/
+0
*
[lldb][NFC] Early exit in DWARFASTParserClang::ParseArrayType
Raphael Isemann
2019-11-27
1
-74
/
+74
*
[lldb][NFC] Modernize string handling in DWARFASTParserClang::ParseTypeModifier
Raphael Isemann
2019-11-26
1
-22
/
+16
*
[lldb][NFC] Remove no longer unused variable in DWARFASTParserClang::ParseTyp...
Raphael Isemann
2019-11-26
1
-1
/
+0
*
[lldb][NFC] Simplify structure parsing code in DWARFASTParserClang::ParseType...
Raphael Isemann
2019-11-26
1
-4
/
+2
*
[lldb] Add boilerplate to recognize the .debug_rnglists.dwo section
Pavel Labath
2019-11-26
1
-1
/
+2
*
[lldb][NFC] Extract type modifier parsing from DWARFASTParserClang::ParseType...
Raphael Isemann
2019-11-26
2
-208
/
+226
[next]