Age | Commit message (Expand) | Author |
---|---|---|
2011-10-17 | Teach the ARC compiler to not require __bridge casts when | John McCall |
2011-10-02 | Make -fobjc-nonfragile-abi the -cc1 default, since it's the | John McCall |
2011-07-06 | Change the driver's logic about Objective-C runtimes: abstract out a | John McCall |
2011-07-01 | -Fix mistake in ASTContext::getInnerObjCOwnership noticed by Doug | Argyrios Kyrtzidis |
2011-07-01 | Fix assertion hit in inferARCWriteback. | Argyrios Kyrtzidis |
2011-07-01 | [ARC] When casting from a pointer to an objective-c object with known ownersh... | Argyrios Kyrtzidis |
2011-07-01 | [ARC] When casting from a pointer to an objective-c object with known ownersh... | Argyrios Kyrtzidis |
2011-06-24 | Rename objc_lifetime -> objc_ownership, and modify diagnostics to talk about ... | Argyrios Kyrtzidis |
2011-06-15 | Automatic Reference Counting. | John McCall |