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
/
LanguageRuntime
Commit message (
Expand
)
Author
Age
Files
Lines
*
[LanguageRuntime] Retire an unused member function. NFCI.
Davide Italiano
2020-01-13
4
-42
/
+0
*
Remove extraneous spaces
Med Ismail Bennani
2020-01-07
1
-1
/
+1
*
[lldb][NFC] Take a llvm::Triple in ClangASTContext constructor
Raphael Isemann
2020-01-07
2
-6
/
+2
*
[lldb][NFC] Create type-safe function for creating a CompilerType from a Qual...
Raphael Isemann
2020-01-02
1
-3
/
+2
*
[NFC] Fixes -Wrange-loop-analysis warnings
Mark de Wever
2020-01-01
1
-1
/
+1
*
[lldb][NFC] Remove GetASTContext call in ClangDeclVendor
Raphael Isemann
2019-12-28
2
-7
/
+6
*
[lldb][NFC] Use ClangASTContext in AppleObjCRuntime interfaces
Raphael Isemann
2019-12-26
5
-61
/
+46
*
[lldb][NFC] Remove ClangExternalASTSourceCommon
Raphael Isemann
2019-12-24
1
-7
/
+6
*
[lldb][NFC] Return a reference from ClangASTContext::getASTContext and remove...
Raphael Isemann
2019-12-21
2
-22
/
+19
*
[lldb][NFC] Use StringRef in CreateRecordType and CreateObjCClass
Raphael Isemann
2019-12-17
1
-1
/
+1
*
[lldb] Remove modern-type-lookup
Raphael Isemann
2019-12-17
2
-9
/
+0
*
[Target] Remove Target::GetScratchClangASTContext
Alex Langford
2019-12-12
4
-14
/
+36
*
[lldb][NFC] Migrate FileSpec::Dump to raw_ostream
Raphael Isemann
2019-12-06
1
-1
/
+1
*
[lldb] Use llvm::format in AppleObjCRuntimeV2.cpp
Pavel Labath
2019-11-26
1
-8
/
+2
*
[lldb] remove a superfluous semicolon
Pavel Labath
2019-11-26
1
-1
/
+1
*
[lldb][NFC] Allow range-based for-loops on VariableList
Raphael Isemann
2019-11-25
1
-2
/
+1
*
[lldb] Remove lldb's own ASTDumper
Raphael Isemann
2019-11-25
1
-40
/
+24
*
[LLDB][Formatters] Re-enable std::function formatter with fixes to improve no...
shafik
2019-11-12
1
-78
/
+121
*
Adapt LLDB to clang API change in ObjCMethodDecl::create().
Adrian Prantl
2019-11-08
1
-3
/
+4
*
[LLDB] Adding caching to libc++ std::function formatter for lookups that requ...
shafik
2019-11-06
2
-13
/
+35
*
Don't assume that __cxa_current_exception_type exists.
Jim Ingham
2019-11-01
1
-0
/
+3
*
[lldb] Adjust for the new class_rw_t layout.
Jonas Devlieghere
2019-10-22
1
-0
/
+12
*
Modernize the rest of the Find.* API (NFC)
Adrian Prantl
2019-10-17
4
-14
/
+20
*
[lldb][NFC] Remove strange bool parameter from Searcher::SearchCallback
Raphael Isemann
2019-10-10
2
-10
/
+9
*
Remove the is_mangled flag from Mangled and Symbol
Adrian Prantl
2019-10-09
1
-1
/
+1
*
Replace static const StringRef with StringRef (NFC)
Adrian Prantl
2019-10-08
1
-2
/
+2
*
[lldb] [cmake] Support linking against clang-cpp dylib
Michal Gorny
2019-10-04
2
-2
/
+4
*
Remove size_t return parameter from FindTypes
Adrian Prantl
2019-10-01
2
-31
/
+24
*
[clang][lldb][NFC] Encapsulate ExternalASTMerger::ImporterSource
Raphael Isemann
2019-10-01
1
-4
/
+3
*
remove File::SetStream(), make new files instead.
Lawrence D'Anna
2019-09-27
1
-1
/
+1
*
Convert FileSystem::Open() to return Expected<FileUP>
Lawrence D'Anna
2019-09-26
1
-20
/
+24
*
[lldb][NFC] Remove ArgEntry::ref member
Raphael Isemann
2019-09-13
1
-4
/
+4
*
Update name of objc runtime SPI function we call for class names.
Jason Molenda
2019-08-28
1
-1
/
+1
*
[Symbol] Decouple clang from DeclVendor
Alex Langford
2019-08-23
1
-0
/
+1
*
[NFC] Remove lldb_utility namespace.
Jonas Devlieghere
2019-08-21
2
-45
/
+24
*
[ClangExpressionParser] Add ClangDeclVendor
Alex Langford
2019-08-20
2
-8
/
+13
*
[lldb] D66174 `RegularExpression` cleanup
Jan Kratochvil
2019-08-20
2
-16
/
+7
*
[Utility] Reimplement RegularExpression on top of llvm::Regex
Jonas Devlieghere
2019-08-16
1
-9
/
+9
*
[Symbol] Decouple clang from CompilerType
Alex Langford
2019-08-13
1
-4
/
+8
*
Remove unused and undocumented data_offset parameter (NFC)
Adrian Prantl
2019-08-08
1
-1
/
+1
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
10
-611
/
+486
*
[FileSpecList] Add EmplaceBack method (NFC)
Jonas Devlieghere
2019-07-18
1
-2
/
+2
*
[LanguageRuntime] Move ObjCLanguageRuntime into a plugin
Alex Langford
2019-07-15
13
-10
/
+894
*
[LanguageRuntime] Move CPPLanguageRuntime into a plugin
Alex Langford
2019-07-12
8
-3
/
+459
*
[CplusPlus] ISVTableName is unused. NFCI.
Davide Italiano
2019-07-05
4
-14
/
+0
*
[Symbol] Add DeclVendor::FindTypes
Alex Langford
2019-07-02
2
-16
/
+8
*
[Target] Decouple ObjCLanguageRuntime from LanguageRuntime
Alex Langford
2019-06-21
2
-2
/
+4
*
[Process] Remove unused field from HistoryThread
Alex Langford
2019-06-19
1
-1
/
+1
*
Re-land r363103 ("When reading ObjC class table, use new SPI if it is avail")
Jason Molenda
2019-06-12
1
-4
/
+56
*
Back out r363103 ("When reading ObjC class table, use new SPI if it is avail")
Jason Molenda
2019-06-12
1
-50
/
+4
[next]