Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [CodeGen][ObjC] Convert '[self alloc]' in a class method to a call to | Akira Hatanaka | 2019-06-04 | 1 | -0/+28 |
* | [CodeGenObjC] invoke objc_autorelease, objc_retain when necessary | Erik Pilkington | 2019-05-15 | 1 | -2/+43 |
* | [CodeGen][ObjC] Emit invoke instead of call to call `objc_release` when | Akira Hatanaka | 2019-05-10 | 1 | -0/+11 |
* | [CodeGenObjC] Handle exceptions when calling objc_alloc or objc_allocWithZone | Erik Pilkington | 2019-01-30 | 1 | -8/+21 |
* | Only convert objc messages to alloc to objc_alloc if the receiver is a class. | Pete Cooper | 2019-01-02 | 1 | -1/+16 |
* | Convert some ObjC retain/release msgSends to runtime calls. | Pete Cooper | 2018-12-21 | 1 | -0/+69 |
* | Convert some ObjC msgSends to runtime calls. | Pete Cooper | 2018-12-08 | 1 | -0/+80 |
* | Revert "Convert some ObjC msgSends to runtime calls." | Pete Cooper | 2016-03-21 | 1 | -129/+0 |
* | Convert some ObjC msgSends to runtime calls. | Pete Cooper | 2016-03-16 | 1 | -0/+129 |