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][NFC] Extract enum parsing from DWARFASTParserClang::ParseTypeFromDWARF
Raphael Isemann
2019-11-26
2
-100
/
+113
*
[lldb][NFCI] Extract subroutine parsing from DWARFASTParserClang::ParseTypeFr...
Raphael Isemann
2019-11-26
2
-374
/
+384
*
[lldb][NFC] Extract array type parsing from DWARFASTParserClang::ParseTypeFro...
Raphael Isemann
2019-11-26
2
-84
/
+95
*
[lldb][NFC] Extract pointer to member type parsing from DWARFASTParserClang::...
Raphael Isemann
2019-11-26
2
-18
/
+28
*
[lldb][NFC] NULL -> nullptr in DWARFASTParserClang::UpdateSymbolContextScopeF...
Raphael Isemann
2019-11-26
1
-4
/
+4
*
[DWARF] Handle call sites with indirect call targets
Vedant Kumar
2019-11-22
4
-23
/
+77
*
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
3
-37
/
+37
*
[-gmodules] Let LLDB log a warning if the Clang module hash mismatches.
Adrian Prantl
2019-11-15
2
-12
/
+70
*
Add RTTI support to the SymbolFile class hierarchy
Adrian Prantl
2019-11-15
16
-0
/
+103
*
Comment the fact that DWARFDebugInfoEntry isn't copyable.
Adrian Prantl
2019-11-15
1
-0
/
+4
*
Fix incorrect comment.
Adrian Prantl
2019-11-14
1
-3
/
+5
*
Convert condition to early exit (NFC)
Adrian Prantl
2019-11-14
1
-43
/
+45
*
Convert UpdateExternalModuleListIfNeeded to use early exits.
Adrian Prantl
2019-11-14
1
-59
/
+59
*
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
6
-34
/
+87
*
[lldb] Fix dwo variant of TestLibCxxFunction
Pavel Labath
2019-11-14
1
-1
/
+2
*
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
5
-46
/
+41
*
Rename ParseTypeFromDWO to ParseTypeFromClangModule (NFC)
Adrian Prantl
2019-11-13
2
-26
/
+27
*
[LLDB] Fix a bunch of -Wdocumentation warnings
Jonas Devlieghere
2019-11-13
1
-2
/
+2
*
[LLDB][Formatters] Re-enable std::function formatter with fixes to improve no...
shafik
2019-11-12
1
-0
/
+2
*
Performance: Add a set of visited SymbolFiles to the other FindFiles variant.
Adrian Prantl
2019-11-12
9
-16
/
+28
*
Fix a regression in macOS-style path remapping.
Adrian Prantl
2019-11-11
1
-19
/
+21
*
[lldb] Comment typo fix
Jan Kratochvil
2019-11-07
1
-1
/
+1
*
Add support for DW_AT_export_symbols for anonymous structs
shafik
2019-10-28
2
-1
/
+5
*
[lldb][NFC] Fix typo in DWARFASTParserClang.cpp
Raphael Isemann
2019-10-17
1
-2
/
+2
*
(NFC) Delete variable made unused by llvm-svn: 375160
Sterling Augustine
2019-10-17
1
-1
/
+0
*
Modernize the rest of the Find.* API (NFC)
Adrian Prantl
2019-10-17
10
-224
/
+144
*
[lldb] Don't emit artificial constructor declarations as global functions
Raphael Isemann
2019-10-17
1
-1
/
+4
*
[NativePDB] Remove unused references to ClangASTImporter
Alex Langford
2019-10-11
2
-3
/
+0
*
[lldb-test] Modify lldb-test to print out ASTs from symbol file
Shafik Yaghmour
2019-10-11
1
-4
/
+13
*
Speed up accelerator table lookups
Adrian Prantl
2019-10-10
1
-3
/
+24
*
Remove the is_mangled flag from Mangled and Symbol
Adrian Prantl
2019-10-09
2
-3
/
+2
*
Revert Trust the arange accelerator tables in dSYMs
Adrian Prantl
2019-10-08
1
-13
/
+7
*
Trust the arange accelerator tables in dSYMs
Adrian Prantl
2019-10-08
1
-7
/
+13
*
[DWARFASTParserClang] Factor out structure-like type parsing, NFC
Vedant Kumar
2019-10-07
4
-432
/
+473
*
[DWARFASTParserClang] Delete commented-out typedef, NFC
Vedant Kumar
2019-10-07
1
-18
/
+19
*
[lldb] [cmake] Support linking against clang-cpp dylib
Michal Gorny
2019-10-04
3
-7
/
+10
*
[lldb] Fix evaluation of nested classes with parent from other CU
Raphael Isemann
2019-10-02
1
-0
/
+2
*
[lldb] Fix unused variable warning
Jordan Rupprecht
2019-10-01
1
-1
/
+0
*
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
11
-128
/
+92
*
Update SymbolFilePDB for FindTypes API change.
Adrian Prantl
2019-10-01
2
-22
/
+17
*
Remove unused "append" parameter from FindTypes API
Adrian Prantl
2019-09-30
11
-104
/
+69
*
Unwind: Add a stack scanning mechanism to support win32 unwinding
Pavel Labath
2019-09-27
2
-5
/
+28
*
[Dwarf] Fix switch cases that take an dw_tag_t.
Jonas Devlieghere
2019-09-25
3
-0
/
+10
[prev]
[next]