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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
1
-2
/
+3
*
typedef enum -> enum
Fangrui Song
2019-05-14
1
-1
/
+1
*
Replace 'ap' with 'up' suffix in variable names. (NFC)
Jonas Devlieghere
2019-02-13
1
-1
/
+1
*
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
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-171
/
+124
*
Don't cache the stret/vrs. non-stret code pointer as static data in the runtime.
Jim Ingham
2016-05-26
1
-1
/
+1
*
remove use of Mutex in favour of std::{,recursive_}mutex
Saleem Abdulrasool
2016-05-18
1
-2
/
+2
*
Attempt to fix MSVC builds after rL250966.
Eugene Zelenko
2015-10-22
1
-9
/
+4
*
This patch makes Clang-independent base classes for all the expression types ...
Jim Ingham
2015-09-15
1
-4
/
+3
*
Stop objects from keeping a strong reference to the process when they should ...
Greg Clayton
2015-08-31
1
-4
/
+5
*
After discussing with Chris Lattner, we require C++11, so lets get rid of the...
Greg Clayton
2013-04-18
1
-3
/
+3
*
Since we use C++11, we should switch over to using std::unique_ptr when C++11...
Greg Clayton
2013-04-18
1
-3
/
+3
*
Handle the case where the runtime uses class_getMethodImplementation for both...
Jim Ingham
2013-02-20
1
-0
/
+2
*
We sometimes need to be able to call functions (via Process::RunThreadPlan) f...
Jim Ingham
2012-04-07
1
-1
/
+4
*
Convert lldb::ModuleSP to use an instrusive ref counted pointer.
Greg Clayton
2011-09-17
1
-14
/
+14
*
Fix trailing commas at the end of enumerator lists.
Charles Davis
2011-05-19
1
-1
/
+1
*
Changing the ObjC find method implementation to use a ClangUtilityFunction in...
Jim Ingham
2010-12-10
1
-2
/
+14
*
Handle stepping through ObjC vtable trampoline code.
Jim Ingham
2010-11-05
1
-3
/
+123
*
Add a ObjC V1 runtime, and a generic AppleObjCRuntime plugin.
Jim Ingham
2010-11-04
1
-0
/
+77