Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ARC] Pull the ObjC ARC components that really serve the role of | Chandler Carruth | 2015-08-20 | 1 | -673/+0 |
* | Change Function::getIntrinsicID() to return an Intrinsic::ID. NFC. | Pete Cooper | 2015-05-20 | 1 | -1/+1 |
* | [objc-arc] Treat memcpy, memove, memset as just using pointers, not decrement... | Michael Gottesman | 2015-03-16 | 1 | -34/+62 |
* | [objc-arc] Add the predicate CanDecrementRefCount. | Michael Gottesman | 2015-02-20 | 1 | -0/+38 |
* | [objc-arc] Convert the bodies of ARCInstKind predicates into covered switches. | Michael Gottesman | 2015-02-19 | 1 | -0/+314 |
* | [objc-arc] Change the InstructionClass to be an enum class called ARCInstKind. | Michael Gottesman | 2015-02-19 | 1 | -0/+293 |