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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Final bit of type system cleanup that abstracts declaration contexts into lld...
Greg Clayton
2015-08-24
4
-19
/
+19
*
ClangASTType is now CompilerType.
Greg Clayton
2015-08-11
9
-23
/
+23
*
First step in getting LLDB ready to support multiple different type systems.
Greg Clayton
2015-08-11
1
-6
/
+7
*
Fix warnings found by -Wextra-semi
Pavel Labath
2015-07-22
1
-1
/
+1
*
Resubmitting 240466 after fixing the linux test suite failures.
Greg Clayton
2015-06-25
1
-3
/
+3
*
Revert "Introduce a TypeSystem interface to support adding non-clang languages."
Pavel Labath
2015-06-08
1
-7
/
+6
*
Introduce a TypeSystem interface to support adding non-clang languages.
Pavel Labath
2015-06-08
1
-6
/
+7
*
Don't #include ClangASTContext.h from Module.h
Zachary Turner
2015-03-03
1
-0
/
+1
*
Reduce the number of components initialized by lldb-server to reduce static b...
Robert Flack
2015-03-02
1
-3
/
+1
*
Change SystemRuntimeMacOSX::ReadLibdispatchTSDIndexes to use the
Jason Molenda
2014-09-12
1
-50
/
+26
*
Fix error handling for the AppleGetQueues and AppleGetPendingItems
Jason Molenda
2014-06-23
2
-0
/
+2
*
Initial merge of some of the iOS 8 / Mac OS X Yosemite specific
Jason Molenda
2014-06-13
2
-3
/
+272
*
Add a new SBThread::SafeToCallFunctions API; this calls over to
Jason Molenda
2014-05-13
6
-0
/
+50
*
Rename eExecution*** to eExpression*** to be consistent with the result type.
Jim Ingham
2014-05-05
4
-4
/
+4
*
Make the Expression Execution result enum available to the SB API layer.
Jim Ingham
2014-05-05
4
-8
/
+8
*
Only allow on thread to run when calling libBacktraceRecording.
Jason Molenda
2014-04-25
4
-0
/
+8
*
Add a new SBThread::GetQueue() method to get the queue that is
Jason Molenda
2014-04-25
1
-20
/
+21
*
Give the clang functions names. This is only for logging.
Jim Ingham
2014-04-22
4
-6
/
+10
*
Workaround for collision between enum members in LLVM's MachO.h and system he...
Jim Ingham
2014-04-02
1
-0
/
+1
[next]