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
/
AppleObjCClassDescriptorV2.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb] Adjust for the new class_rw_t layout.
Jonas Devlieghere
2019-10-22
1
-0
/
+12
*
Fix integer literals which are cast to bool
Jonas Devlieghere
2019-05-24
1
-2
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Simplify code by using Optional::getValueOr()
Adrian Prantl
2019-01-15
1
-2
/
+2
*
Replace auto -> llvm::Optional<uint64_t>
Adrian Prantl
2019-01-15
1
-1
/
+1
*
Make CompilerType::getBitSize() / getByteSize() return an optional result. NFC
Adrian Prantl
2019-01-15
1
-1
/
+2
*
Simplify Boolean expressions
Jonas Devlieghere
2018-12-15
1
-10
/
+2
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-2
/
+1
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-9
/
+9
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
Remove LIBLLDB_LOG_VERBOSE category
Pavel Labath
2017-02-05
1
-24
/
+13
*
Fix an issue where LLDB was not masking enough bits off of objc classes data(...
Enrico Granata
2016-09-13
1
-1
/
+14
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-510
/
+487
*
remove use of Mutex in favour of std::{,recursive_}mutex
Saleem Abdulrasool
2016-05-18
1
-6
/
+4
*
Change the way we read data from the ObjC runtime
Enrico Granata
2015-11-06
1
-18
/
+20
*
This patch makes Clang-independent base classes for all the expression types ...
Jim Ingham
2015-09-15
1
-0
/
+2
*
Add logging to a couple of regions of code
Enrico Granata
2015-09-01
1
-2
/
+22
*
ClangASTType is now CompilerType.
Greg Clayton
2015-08-11
1
-1
/
+1
*
- Fixed a bug where ::Describe for class descriptors
Sean Callanan
2014-10-31
1
-16
/
+19
*
Resolve non-pointer isas for metaclasses.
Sean Callanan
2014-10-13
1
-5
/
+25
*
This is a fairly bulky patch, but a lot of it involves rearranging existing code
Enrico Granata
2014-08-19
1
-0
/
+526