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
/
ObjC
/
AppleObjCRuntime
Commit message (
Expand
)
Author
Age
Files
Lines
*
[LanguageRuntime] Retire an unused member function. NFCI.
Davide Italiano
2020-01-13
2
-32
/
+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
*
[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
3
-51
/
+45
*
[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
1
-18
/
+17
*
[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
3
-13
/
+32
*
[lldb] Use llvm::format in AppleObjCRuntimeV2.cpp
Pavel Labath
2019-11-26
1
-8
/
+2
*
[lldb] Remove lldb's own ASTDumper
Raphael Isemann
2019-11-25
1
-40
/
+24
*
Adapt LLDB to clang API change in ObjCMethodDecl::create().
Adrian Prantl
2019-11-08
1
-3
/
+4
*
[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
2
-11
/
+17
*
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
1
-1
/
+2
*
[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
*
Update name of objc runtime SPI function we call for class names.
Jason Molenda
2019-08-28
1
-1
/
+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
1
-3
/
+3
*
[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
5
-183
/
+170
*
[LanguageRuntime] Move ObjCLanguageRuntime into a plugin
Alex Langford
2019-07-15
10
-10
/
+20
*
[LanguageRuntime] Move CPPLanguageRuntime into a plugin
Alex Langford
2019-07-12
2
-1
/
+2
*
[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
*
[LanguageRuntime] Simplify CreateExceptionSearchFilter in derived classes
Alex Langford
2019-06-11
1
-4
/
+2
*
When reading ObjC class table, use new SPI if it is avail
Jason Molenda
2019-06-11
1
-4
/
+50
*
[Target] Remove Process::GetObjCLanguageRuntime
Alex Langford
2019-06-10
3
-6
/
+8
*
[LanguageRuntime] Introduce LLVM-style casts
Alex Langford
2019-06-08
6
-22
/
+30
*
[Target] Remove Process::GetCPPLanguageRuntime
Alex Langford
2019-06-04
1
-1
/
+1
*
Fix integer literals which are cast to bool
Jonas Devlieghere
2019-05-24
2
-5
/
+5
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
7
-45
/
+49
*
typedef enum -> enum
Fangrui Song
2019-05-14
1
-1
/
+1
*
C.128 override, virtual keyword handling
Raphael Isemann
2019-05-03
1
-1
/
+2
*
Upstreaming an apple local patch by Frederic Riss.
Jason Molenda
2019-05-02
1
-1
/
+32
*
Allow direct comparison of ConstString against StringRef
Raphael Isemann
2019-04-26
1
-1
/
+2
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
7
-31
/
+0
*
Unify random timeouts throughout LLDB and make them configurable.
Adrian Prantl
2019-04-05
2
-8
/
+3
*
Promote more debug-only assertions to regular assertions.
Adrian Prantl
2019-03-07
1
-2
/
+0
*
Pass ConstString by value (NFC)
Adrian Prantl
2019-03-06
4
-5
/
+5
*
Replace 'ap' with 'up' suffix in variable names. (NFC)
Jonas Devlieghere
2019-02-13
8
-34
/
+33
[next]