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
/
AppleObjCTrampolineHandler.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Target] Remove Target::GetScratchClangASTContext
Alex Langford
2019-12-12
1
-3
/
+12
*
remove File::SetStream(), make new files instead.
Lawrence D'Anna
2019-09-27
1
-1
/
+1
*
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
1
-32
/
+26
*
[LanguageRuntime] Move ObjCLanguageRuntime into a plugin
Alex Langford
2019-07-15
1
-1
/
+2
*
[Target] Remove Process::GetObjCLanguageRuntime
Alex Langford
2019-06-10
1
-3
/
+4
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
1
-8
/
+8
*
Replace 'ap' with 'up' suffix in variable names. (NFC)
Jonas Devlieghere
2019-02-13
1
-5
/
+5
*
Remove redundant ::get() for smart pointer. (NFC)
Jonas Devlieghere
2019-02-12
1
-3
/
+3
*
Use std::make_shared in LLDB (NFC)
Jonas Devlieghere
2019-02-11
1
-5
/
+6
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-4
/
+0
*
Fix typos.
Bruce Mitchener
2018-10-04
1
-2
/
+2
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-271
/
+274
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-5
/
+5
*
Move FileSpec from Host -> Utility.
Zachary Turner
2017-03-22
1
-1
/
+1
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-1
/
+1
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-825
/
+823
*
Fix a check in the objc trampoline handler
Stephane Sezer
2016-07-13
1
-1
/
+1
*
Don't cache the stret/vrs. non-stret code pointer as static data in the runtime.
Jim Ingham
2016-05-26
1
-5
/
+5
*
second pass over removal of Mutex and Condition
Saleem Abdulrasool
2016-05-19
1
-1
/
+1
*
remove use of Mutex in favour of std::{,recursive_}mutex
Saleem Abdulrasool
2016-05-18
1
-2
/
+2
*
Compilation can end up calling functions (e.g. to resolve indirect functions)...
Jim Ingham
2016-03-21
1
-1
/
+4
*
Add a DiagnosticManager replace error streams in the expression parser.
Sean Callanan
2016-03-19
1
-17
/
+22
*
This patch makes Clang-independent base classes for all the expression types ...
Jim Ingham
2015-09-15
1
-65
/
+33
*
Stop objects from keeping a strong reference to the process when they should ...
Greg Clayton
2015-08-31
1
-59
/
+77
*
Final bit of type system cleanup that abstracts declaration contexts into lld...
Greg Clayton
2015-08-24
1
-3
/
+3
*
ClangASTType is now CompilerType.
Greg Clayton
2015-08-11
1
-4
/
+4
*
Resubmitting 240466 after fixing the linux test suite failures.
Greg Clayton
2015-06-25
1
-8
/
+6
*
Don't #include "lldb-python.h" from anywhere.
Zachary Turner
2015-05-29
1
-2
/
+0
*
Reduce header footprint of Target.h
Zachary Turner
2015-03-03
1
-0
/
+1
*
Switch over to using object_getClass to get the class of an object. Previous...
Jim Ingham
2014-06-19
1
-27
/
+39
*
Give the clang functions names. This is only for logging.
Jim Ingham
2014-04-22
1
-1
/
+2
*
Merging the iohandler branch back into main.
Greg Clayton
2014-01-27
1
-1
/
+2
*
Roll back the changes I made in r193907 which created a new Frame
Jason Molenda
2013-11-04
1
-1
/
+1
*
Add a new base class, Frame. It is a pure virtual function which
Jason Molenda
2013-11-02
1
-1
/
+1
*
<rdar://problem/13635174>
Greg Clayton
2013-10-11
1
-1
/
+1
*
This commit does two things. One, it converts the return value of the QueueT...
Jim Ingham
2013-07-18
1
-1
/
+1
*
Huge change to clean up types.
Greg Clayton
2013-07-11
1
-19
/
+20
*
Don't go to the trouble of trying to figure out the implementation function f...
Jim Ingham
2013-06-20
1
-0
/
+8
*
Sort out a number of mismatched integer types in order to cut down the number...
Andy Gibbs
2013-06-19
1
-3
/
+3
*
A couple of small fixes to make core file debugging less noisy.
Jason Molenda
2013-05-11
1
-3
/
+6
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-3
/
+3
*
Change the AppleObjCTrampolineHandler to always run all threads when resolvin...
Jim Ingham
2013-03-22
1
-1
/
+5
*
Handle the case where the runtime uses class_getMethodImplementation for both...
Jim Ingham
2013-02-20
1
-8
/
+138
*
Add "target.process.stop-on-shared-library-events" setting, and make it work.
Jim Ingham
2013-01-26
1
-0
/
+1
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-13
/
+13
*
Fix Linux build warnings due to redefinition of macros:
Daniel Malea
2012-12-05
1
-0
/
+2
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-5
/
+5
[next]