Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [CodeGen][ObjC] Remove the leading `l_` from ObjC symbols and make | Akira Hatanaka | 2019-05-09 | 1 | -2/+2 |
* | Generate objc intrinsics instead of runtime calls as the ARC optimizer now wo... | Pete Cooper | 2018-12-18 | 1 | -20/+20 |
* | [CodeGen] Merge equivalent block copy/helper functions. | Akira Hatanaka | 2018-08-10 | 1 | -8/+8 |
* | Don't actually add the __unsafe_unretained qualifier in MRC; | John McCall | 2015-11-19 | 1 | -0/+29 |
* | Fix the emission of ARC-style ivar layouts in the fragile runtime | John McCall | 2015-11-19 | 1 | -0/+20 |
* | Define weak and __weak to mean ARC-style weak references, even in MRC. | John McCall | 2015-10-22 | 1 | -0/+142 |