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
/
DWARFASTParserClang.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[LLDB] Fix the handling of unnamed bit-fields when parsing DWARF
shafik
2020-01-27
1
-111
/
+55
*
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
1
-2
/
+2
*
[lldb][NFC] Simplify ClangASTContext::GetTypeForDecl
Raphael Isemann
2019-12-30
1
-3
/
+4
*
[lldb][NFC] Use StringRef in ClangASTContext::GetBuiltinTypeForDWARFEncodingA...
Raphael Isemann
2019-12-25
1
-2
/
+2
*
[lldb][NFC] Make CompilerDeclContext construction type safe
Raphael Isemann
2019-12-23
1
-2
/
+2
*
[lldb][NFC] Return a reference from ClangASTContext::getASTContext and remove...
Raphael Isemann
2019-12-21
1
-10
/
+12
*
[lldb][NFC] Rename ClangASTImporter::InsertRecordDecl to SetRecordLayout and ...
Raphael Isemann
2019-12-17
1
-2
/
+2
*
[lldb][NFC] Remove all unnecessary includes for ClangASTSourceCommon.h
Raphael Isemann
2019-12-17
1
-1
/
+1
*
[lldb] Add support for calling objc_direct methods from LLDB's expression eva...
Raphael Isemann
2019-12-17
1
-1
/
+6
*
[lldb][NFC] Make metadata tracking type safe
Raphael Isemann
2019-12-13
1
-1
/
+2
*
[lldb] Support for DWARF-5 atomic types
Raphael Isemann
2019-12-09
1
-0
/
+4
*
[lldb][NFC] Extract single member parsing out of DWARFASTParserClang::ParseCh...
Raphael Isemann
2019-12-04
1
-443
/
+450
*
[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][NFC] Split up DWARFASTParserClang::CompleteTypeFromDWARF
Raphael Isemann
2019-11-28
1
-222
/
+238
*
[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][NFC] Extract type modifier parsing from DWARFASTParserClang::ParseType...
Raphael Isemann
2019-11-26
1
-208
/
+223
*
[lldb][NFC] Extract enum parsing from DWARFASTParserClang::ParseTypeFromDWARF
Raphael Isemann
2019-11-26
1
-100
/
+111
*
[lldb][NFCI] Extract subroutine parsing from DWARFASTParserClang::ParseTypeFr...
Raphael Isemann
2019-11-26
1
-374
/
+382
*
[lldb][NFC] Extract array type parsing from DWARFASTParserClang::ParseTypeFro...
Raphael Isemann
2019-11-26
1
-84
/
+92
*
[lldb][NFC] Extract pointer to member type parsing from DWARFASTParserClang::...
Raphael Isemann
2019-11-26
1
-18
/
+24
*
[lldb][NFC] NULL -> nullptr in DWARFASTParserClang::UpdateSymbolContextScopeF...
Raphael Isemann
2019-11-26
1
-4
/
+4
*
Complete complete types early when importing types from Clang module DWARF.
Adrian Prantl
2019-11-22
1
-1
/
+14
*
[lldb][NFC] Remove ClangASTContext::GetAsDeclContext
Raphael Isemann
2019-11-20
1
-9
/
+3
*
Replace bitfield in lldb::Type with byte-sized members. (NFC)
Adrian Prantl
2019-11-18
1
-14
/
+14
*
Rename DWO -> Clang module to avoid confusion. (NFC)
Adrian Prantl
2019-11-14
1
-22
/
+26
*
Use ForEachExternalModule in ParseTypeFromClangModule (NFC)
Adrian Prantl
2019-11-14
1
-16
/
+22
*
Remove redundant check. (NFC)
Adrian Prantl
2019-11-13
1
-3
/
+0
*
Use cheaper, equivalent predicate. (NFC)
Adrian Prantl
2019-11-13
1
-1
/
+1
*
Rename clang-module-related *DWO* functions to *ClangModule* (NFC)
Adrian Prantl
2019-11-13
1
-7
/
+39
*
Rename ParseTypeFromDWO to ParseTypeFromClangModule (NFC)
Adrian Prantl
2019-11-13
1
-25
/
+24
*
Performance: Add a set of visited SymbolFiles to the other FindFiles variant.
Adrian Prantl
2019-11-12
1
-3
/
+5
*
Add support for DW_AT_export_symbols for anonymous structs
shafik
2019-10-28
1
-1
/
+4
*
[lldb][NFC] Fix typo in DWARFASTParserClang.cpp
Raphael Isemann
2019-10-17
1
-2
/
+2
*
[lldb] Don't emit artificial constructor declarations as global functions
Raphael Isemann
2019-10-17
1
-1
/
+4
*
[DWARFASTParserClang] Factor out structure-like type parsing, NFC
Vedant Kumar
2019-10-07
1
-428
/
+421
*
[lldb] Fix evaluation of nested classes with parent from other CU
Raphael Isemann
2019-10-02
1
-0
/
+2
*
Fix a condition-flip regression introduced in r373344.
Adrian Prantl
2019-10-01
1
-1
/
+1
*
Typo (NFC)
Adrian Prantl
2019-10-01
1
-3
/
+3
*
Remove size_t return parameter from FindTypes
Adrian Prantl
2019-10-01
1
-4
/
+5
*
Remove unused "append" parameter from FindTypes API
Adrian Prantl
2019-09-30
1
-3
/
+3
*
[Dwarf] Fix switch cases that take an dw_tag_t.
Jonas Devlieghere
2019-09-25
1
-0
/
+2
*
Enhance SymbolFileDWARF::ParseDeclsForContext performance
Pavel Labath
2019-09-24
1
-5
/
+6
*
Fix GetDIEForDeclContext so it only returns entries matching the provided con...
Pavel Labath
2019-08-29
1
-3
/
+4
[next]