Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [objc-arc] Move initialization of ARCMDKindCache into the class itself. I als... | Michael Gottesman | 2015-03-16 | 1 | -1/+1 |
* | [objc-arc] Move the detection of potential uses or altering of a ref count on... | Michael Gottesman | 2015-03-06 | 1 | -0/+12 |
* | [objc-arc] Move the checking of whether or not we can match onto PtrStates an... | Michael Gottesman | 2015-03-06 | 1 | -0/+13 |
* | [objc-arc] Refactor (Re-)initialization of PtrState from dataflow -> {TopDown... | Michael Gottesman | 2015-03-06 | 1 | -2/+11 |
* | [objc-arc] Create two subclasses of PtrState in preparation for moving per pt... | Michael Gottesman | 2015-03-06 | 1 | -1/+12 |
* | Fix build error. | Michael Gottesman | 2015-03-05 | 1 | -20/+4 |
* | [objc-arc] Extract out state specific to a ref count from the main objc arc s... | Michael Gottesman | 2015-03-05 | 1 | -0/+181 |