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
/
SystemRuntime
/
MacOSX
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb][NFC] Return a reference from ClangASTContext::getASTContext and remove...
Raphael Isemann
2019-12-21
1
-2
/
+1
*
[Target] Remove Target::GetScratchClangASTContext
Alex Langford
2019-12-12
5
-8
/
+8
*
Modernize the rest of the Find.* API (NFC)
Adrian Prantl
2019-10-17
1
-12
/
+12
*
Long timeouts for the MacOSX SystemRuntime plugins under ASAN; else quick.
Jason Molenda
2019-09-07
4
-0
/
+17
*
[Symbol] Use llvm::Expected when getting TypeSystems
Alex Langford
2019-07-30
1
-5
/
+10
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
5
-133
/
+115
*
[Process] Remove unused field from HistoryThread
Alex Langford
2019-06-19
1
-16
/
+3
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
5
-14
/
+15
*
Allow direct comparison of ConstString against StringRef
Raphael Isemann
2019-04-26
1
-3
/
+2
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
6
-24
/
+0
*
Unify random timeouts throughout LLDB and make them configurable.
Adrian Prantl
2019-04-05
4
-4
/
+4
*
Bring Doxygen comment syntax in sync with LLVM coding style.
Adrian Prantl
2019-03-11
4
-22
/
+22
*
Remove redundant ::get() for smart pointer. (NFC)
Jonas Devlieghere
2019-02-12
4
-4
/
+4
*
Use std::make_shared in LLDB (NFC)
Jonas Devlieghere
2019-02-11
1
-8
/
+10
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
10
-40
/
+30
*
Simplify Boolean expressions
Jonas Devlieghere
2018-12-15
4
-4
/
+4
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
9
-35
/
+0
*
[FileSystem] Move path resolution logic out of FileSpec
Jonas Devlieghere
2018-11-01
1
-4
/
+4
*
Upstreaming the BridgeOS device support and the
Jason Molenda
2018-10-11
1
-0
/
+1
*
Don't cancel the current IOHandler when we push a handler for an utility func...
Raphael Isemann
2018-08-29
4
-0
/
+4
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
5
-103
/
+70
*
Move StructuredData from Core to Utility
Pavel Labath
2017-06-27
1
-1
/
+1
*
Rename Error -> Status.
Zachary Turner
2017-05-12
9
-33
/
+34
*
Move FileSpec from Host -> Utility.
Zachary Turner
2017-03-22
2
-3
/
+3
*
Move DataBuffer / DataExtractor and friends from Core -> Utility.
Zachary Turner
2017-03-04
1
-2
/
+2
*
Move UUID from Core -> Utility.
Zachary Turner
2017-03-04
1
-1
/
+1
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
5
-5
/
+5
*
Remove dependencies from Utility to Core and Target.
Zachary Turner
2017-02-14
1
-1
/
+1
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
10
-14
/
+14
*
[CMake] [4/4] Update a batch of plugins
Chris Bieneman
2017-01-31
1
-1
/
+11
*
Use Timeout<> in EvaluateExpressionOptions class
Pavel Labath
2016-12-06
4
-4
/
+4
*
Check that we got back an object from MakeFunctionCaller
Jason Molenda
2016-10-27
4
-4
/
+4
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
10
-2363
/
+2433
*
Revert r273524, it may have been the cause of a linux testbot failure
Jason Molenda
2016-06-23
1
-1
/
+1
*
Do some minor renames of "Mac OS X" to "macOS".
Jason Molenda
2016-06-23
1
-1
/
+1
*
remove use of Mutex in favour of std::{,recursive_}mutex
Saleem Abdulrasool
2016-05-18
10
-96
/
+91
*
Compilation can end up calling functions (e.g. to resolve indirect functions)...
Jim Ingham
2016-03-21
4
-3
/
+12
*
Add a DiagnosticManager replace error streams in the expression parser.
Sean Callanan
2016-03-19
4
-76
/
+106
*
This change introduces a "ExpressionExecutionThread" to the ThreadList.
Jim Ingham
2016-03-12
1
-5
/
+5
*
Remove autoconf support from source directories.
Eugene Zelenko
2016-01-28
1
-14
/
+0
*
Changes to lldb and debugserver to reduce extraneous memory reads
Jason Molenda
2016-01-12
2
-8
/
+20
*
Add support for the new (added last week) llvm::Triple::WatchOS and ::TvOS
Jason Molenda
2015-11-05
1
-0
/
+2
*
Static analyzer noticed that a null get_pending_items_caller could
Jason Molenda
2015-10-29
1
-1
/
+7
*
Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...
Eugene Zelenko
2015-10-21
1
-32
/
+27
*
Made GetScratchTypeSystemForLanguage return an error if desired.
Sean Callanan
2015-10-02
1
-1
/
+1
*
Reduce inclusion of clang headers.
Bruce Mitchener
2015-09-18
4
-12
/
+0
*
TypeSystem is now a plugin interface and removed any "ClangASTContext &Class:...
Greg Clayton
2015-09-17
1
-1
/
+1
*
This patch makes Clang-independent base classes for all the expression types ...
Jim Ingham
2015-09-15
9
-293
/
+179
*
SystemRuntime/MacOSX no longer need ObjCRuntime header.
Bruce Mitchener
2015-09-03
3
-6
/
+2
*
[cmake] Remove LLVM_NO_RTTI.
Bruce Mitchener
2015-09-03
1
-2
/
+0
[next]