Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Relax the rules around objc_alloc and objc_alloc_init optimizations. | Pierre Habouzit | 2020-01-14 | 1 | -1/+10 |
* | [CodeGen][ObjC] Convert '[self alloc]' in a class method to a call to | Akira Hatanaka | 2019-06-04 | 1 | -0/+6 |
* | [CodeGenObjC] invoke objc_autorelease, objc_retain when necessary | Erik Pilkington | 2019-05-15 | 1 | -4/+11 |
* | [CodeGenObjC] Fix a nullptr dyn_cast | Erik Pilkington | 2019-02-25 | 1 | -0/+13 |
* | [CodeGenObjC] Emit [[X alloc] init] as objc_alloc_init(X) when available | Erik Pilkington | 2019-02-14 | 1 | -0/+28 |