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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[LLDB] Fix the handling of unnamed bit-fields when parsing DWARF
shafik
2020-01-27
1
-24
/
+11
*
[lldb] Add support for calling objc_direct methods from LLDB's expression eva...
Raphael Isemann
2019-12-17
1
-0
/
+1
*
[lldb][NFC] Extract single member parsing out of DWARFASTParserClang::ParseCh...
Raphael Isemann
2019-12-04
1
-0
/
+40
*
[lldb][NFC] Split up DWARFASTParserClang::CompleteTypeFromDWARF
Raphael Isemann
2019-11-28
1
-0
/
+5
*
[lldb][NFC] Extract type modifier parsing from DWARFASTParserClang::ParseType...
Raphael Isemann
2019-11-26
1
-0
/
+3
*
[lldb][NFC] Extract enum parsing from DWARFASTParserClang::ParseTypeFromDWARF
Raphael Isemann
2019-11-26
1
-0
/
+2
*
[lldb][NFCI] Extract subroutine parsing from DWARFASTParserClang::ParseTypeFr...
Raphael Isemann
2019-11-26
1
-0
/
+2
*
[lldb][NFC] Extract array type parsing from DWARFASTParserClang::ParseTypeFro...
Raphael Isemann
2019-11-26
1
-0
/
+3
*
[lldb][NFC] Extract pointer to member type parsing from DWARFASTParserClang::...
Raphael Isemann
2019-11-26
1
-0
/
+4
*
Use ForEachExternalModule in ParseTypeFromClangModule (NFC)
Adrian Prantl
2019-11-14
1
-2
/
+4
*
Rename ParseTypeFromDWO to ParseTypeFromClangModule (NFC)
Adrian Prantl
2019-11-13
1
-1
/
+3
*
Add support for DW_AT_export_symbols for anonymous structs
shafik
2019-10-28
1
-0
/
+1
*
[DWARFASTParserClang] Factor out structure-like type parsing, NFC
Vedant Kumar
2019-10-07
1
-1
/
+51
*
[DWARFASTParserClang] Delete commented-out typedef, NFC
Vedant Kumar
2019-10-07
1
-18
/
+19
*
Enhance SymbolFileDWARF::ParseDeclsForContext performance
Pavel Labath
2019-09-24
1
-2
/
+2
*
DWARF: Share line tables of type units
Pavel Labath
2019-06-12
1
-6
/
+3
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-2
/
+0
*
Remove DWARFDIECollection.
Zachary Turner
2019-03-12
1
-3
/
+4
*
Replace 'ap' with 'up' suffix in variable names. (NFC)
Jonas Devlieghere
2019-02-13
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[SymbolFile] Make ParseCompileUnitXXX accept a CompileUnit&.
Zachary Turner
2019-01-11
1
-2
/
+5
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-4
/
+0
*
Fix (and improve) the support for C99 variable length array types
Adrian Prantl
2018-11-05
1
-5
/
+1
*
[NFC] Refactor SetBaseClasses and DeleteBaseClasses.
Zachary Turner
2018-10-25
1
-10
/
+10
*
[DWARF] Fix lookup in the abstract origins of inlined blocks/functions
Sean Callanan
2017-04-24
1
-0
/
+2
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-132
/
+114
*
Move some functions from DWARFASTParserClang to ClangASTImporter.
Zachary Turner
2016-03-28
1
-49
/
+12
*
Fixed many issues that were causing differing type definition issues to show ...
Greg Clayton
2016-02-09
1
-0
/
+1
*
Trying to submit 254476 one more time. This implement -gmodule debugging supp...
Greg Clayton
2015-12-08
1
-0
/
+20
*
Revert "Added support for -gmodule debugging when debug info is left in the ....
Tamas Berghammer
2015-12-02
1
-20
/
+0
*
Added support for -gmodule debugging when debug info is left in the .o files ...
Greg Clayton
2015-12-02
1
-0
/
+20
*
Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...
Eugene Zelenko
2015-10-19
1
-14
/
+15
*
Rename clang_type -> compiler_type for variables.
Bruce Mitchener
2015-09-24
1
-3
/
+3
*
DWARFASTParserClang::CompleteTypeFromDWARF: Handle incomplete baseclass or child
Siva Chandra
2015-09-23
1
-1
/
+1
*
Add using directives to the clang::DeclContext and fix decls for variables in...
Paul Herman
2015-09-16
1
-1
/
+5
*
Search variables based on clang::DeclContext and clang::Decl tree
Paul Herman
2015-09-15
1
-0
/
+19
*
Made a new abstract class named "DWARFASTParser" which lives in "source/Plugi...
Greg Clayton
2015-08-28
1
-0
/
+169