Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
f8b51c5f90c60aceedef9ed185eeac58f501075a
/
llvm
/
lib
/
Transforms
/
ObjCARC
/
PtrState.h
57bd5a0
[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
by Eugene Zelenko
· 8 years ago
6bda14b
Sort the remaining #include lines in include/... and lib/....
by Chandler Carruth
· 8 years ago
0f79218
[ARC] Pull the ObjC ARC components that really serve the role of
by Chandler Carruth
· 10 years ago
df005cb
Fix some comment typos.
by Benjamin Kramer
· 10 years ago
65cb737
[objc-arc] Move initialization of ARCMDKindCache into the class itself. I also made it lazy.
by Michael Gottesman
· 11 years ago
16e6a20
[objc-arc] Move the detection of potential uses or altering of a ref count onto PtrState.
by Michael Gottesman
· 11 years ago
6080596
[objc-arc] Move the checking of whether or not we can match onto PtrStates and out of the main dataflow.
by Michael Gottesman
· 11 years ago
4eae396
[objc-arc] Refactor (Re-)initialization of PtrState from dataflow -> {TopDown,BottomUp}PtrState Class.
by Michael Gottesman
· 11 years ago
feb138e
[objc-arc] Create two subclasses of PtrState in preparation for moving per ptr state change behavior onto a PtrState class.
by Michael Gottesman
· 11 years ago
d45907b
Fix build error.
by Michael Gottesman
· 11 years ago
68b91db
[objc-arc] Extract out state specific to a ref count from the main objc arc sequence dataflow. This will allow me to separate the actual ARC queries from the meat of the dataflow algorithm.
by Michael Gottesman
· 11 years ago