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
/
Language
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NSArray] Remove a very old and deprecated formatter.
Davide Italiano
2020-01-06
1
-27
/
+0
*
[lldb][NFC] Create type-safe function for creating a CompilerType from a Qual...
Raphael Isemann
2020-01-02
1
-3
/
+2
*
[lldb][NFC] Return a reference from ClangASTContext::getASTContext and remove...
Raphael Isemann
2019-12-21
1
-2
/
+2
*
LanguageRuntime: Simplify NSException::GetSummary() output
Med Ismail Bennani
2019-12-13
1
-9
/
+7
*
[Target] Remove Target::GetScratchClangASTContext
Alex Langford
2019-12-12
7
-30
/
+36
*
[lldb/cpluspluslanguage] Add constructor substitutor
Pavel Labath
2019-12-05
1
-41
/
+82
*
Add a default copy-assignment or copy-constructor for -Wdeprecated-copy warni...
Eric Christopher
2019-12-04
1
-0
/
+2
*
[lldb][DataFormatters] Support pretty printing std::string when built with -f...
Jordan Rupprecht
2019-11-22
1
-0
/
+11
*
[lldb] Fix NSURL data formatter truncation issue
Davide Italiano
2019-11-20
1
-21
/
+33
*
[lldb] Fix that trailing backslashes in source lines break the Clang highlighter
Raphael Isemann
2019-11-14
1
-0
/
+19
*
[LLDB][Formatters] Re-enable std::function formatter with fixes to improve no...
shafik
2019-11-12
1
-0
/
+5
*
[lldb] Add missing include to ObjCLanguage.cpp to fix build
Raphael Isemann
2019-11-12
1
-0
/
+1
*
[lldb] Check if we actually have a Clang type in ObjCLanguage::GetPossibleFor...
Raphael Isemann
2019-11-12
1
-1
/
+1
*
[LLDB] Fix handling for the clang name mangling extension for block invocations
shafik
2019-11-06
2
-8
/
+7
*
[LLDB] Fix for regression of test 'TestDataFormatterInvalidStdUniquePtr.py' i...
Cameron Desrochers
2019-10-09
3
-5
/
+7
*
[LLDB] Fix for synthetic children memory leak
Cameron Desrochers
2019-10-09
7
-35
/
+64
*
[lldb] [cmake] Support linking against clang-cpp dylib
Michal Gorny
2019-10-04
1
-1
/
+2
*
[lldb][NFC] Use llvm::StringRef in formatters::NSStringSummaryProvider
Raphael Isemann
2019-09-24
1
-11
/
+11
*
[Symbol] Give ClangASTContext a PersistentExpressionState instead of a ClangP...
Alex Langford
2019-09-09
1
-0
/
+1
*
Code cleanup: Change FormattersContainer::KeyType from SP to rvalue
Jan Kratochvil
2019-09-04
1
-14
/
+8
*
[lldb] Fix `TestDataFormatterStdList` regression
Jan Kratochvil
2019-08-22
1
-7
/
+13
*
Add char8_t support (C++20)
Jonas Devlieghere
2019-08-21
3
-0
/
+68
*
[LLDB] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-2
/
+2
*
[Symbol] Decouple clang from CompilerType
Alex Langford
2019-08-13
1
-12
/
+14
*
[Formatters] Temporarily disable libc++ std::function formatter due to perfor...
Shafik Yaghmour
2019-08-02
1
-6
/
+0
*
[Symbol] Use llvm::Expected when getting TypeSystems
Alex Langford
2019-07-30
2
-14
/
+20
*
[LanguageRuntime] Move ObjCLanguageRuntime into a plugin
Alex Langford
2019-07-15
11
-11
/
+12
*
[LanguageRuntime] Move CPPLanguageRuntime into a plugin
Alex Langford
2019-07-12
2
-1
/
+3
*
[Symbol] Add DeclVendor::FindTypes
Alex Langford
2019-07-02
1
-29
/
+15
*
[Target][NFC] Rename GetCPPLanguageRuntime to Get
Alex Langford
2019-06-10
1
-2
/
+1
*
[Target] Remove Process::GetObjCLanguageRuntime
Alex Langford
2019-06-10
10
-33
/
+31
*
[LanguageRuntime] Introduce LLVM-style casts
Alex Langford
2019-06-08
9
-65
/
+23
*
[Target] Remove Process::GetCPPLanguageRuntime
Alex Langford
2019-06-04
1
-1
/
+2
*
Make CPlusPlusNameParser robust against nullptr StringRefs.
Adrian Prantl
2019-05-31
1
-0
/
+2
*
[Breakpoint] Make breakpoint language agnostic
Alex Langford
2019-05-11
2
-45
/
+48
*
C.128 override, virtual keyword handling
Raphael Isemann
2019-05-03
3
-6
/
+6
*
Allow direct comparison of ConstString against StringRef
Raphael Isemann
2019-04-26
5
-18
/
+15
*
[DataFormatters] Adjusting libc++ std::list formatter to act better with poin...
Shafik Yaghmour
2019-04-24
1
-1
/
+1
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
6
-24
/
+0
*
[ObjCLanguage] Remove LLDB_DISABLE_PYTHON markers from the formatters.
Davide Italiano
2019-03-14
1
-6
/
+0
*
[Python] Start eradicating unneeded LLDB_DISABLE_PYTHON guards.
Davide Italiano
2019-03-14
1
-7
/
+0
*
Check the result of creating a node from __next_ in the std::list formatter.
Jim Ingham
2019-03-12
1
-1
/
+3
*
Pass ConstString by value (NFC)
Adrian Prantl
2019-03-06
27
-71
/
+71
*
[DataFormatters] Fix regression in libc++ std::atomic formatter caused by htt...
Shafik Yaghmour
2019-03-05
2
-6
/
+64
*
Revert "[DataFormatters] Fix regression in libc++ std::atomic formatter cause...
Shafik Yaghmour
2019-03-05
1
-27
/
+5
*
[DataFormatters] Fix regression in libc++ std::atomic formatter caused by htt...
Shafik Yaghmour
2019-03-05
1
-5
/
+27
*
[Reproducers] Make clang use lldb's VFS.
Jonas Devlieghere
2019-02-18
1
-1
/
+3
*
[Obj-C] Fix undefined behaviour(s) in the new NSTaggedDate formatter.
Davide Italiano
2019-02-05
1
-28
/
+24
*
[lldb] Relax libc++ ABI version checking
Thomas Anderson
2019-02-01
1
-95
/
+88
*
Fix some warnings in building LLDB.
Zachary Turner
2019-01-29
4
-53
/
+24
[next]