Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Generate objc intrinsics instead of runtime calls as the ARC optimizer now wo... | Pete Cooper | 2018-12-18 | 1 | -10/+10 |
* | [CodeGen] Before entering the loop that copies a non-trivial array field | Akira Hatanaka | 2018-10-02 | 1 | -0/+31 |
* | [CodeGen] Merge equivalent block copy/helper functions. | Akira Hatanaka | 2018-08-10 | 1 | -2/+2 |
* | [CodeGen] Fix a crash that occurs when a non-trivial C struct with a | Akira Hatanaka | 2018-04-16 | 1 | -0/+20 |
* | Revert "[CodeGen] Fix a crash that occurs when a non-trivial C struct with a" | Akira Hatanaka | 2018-04-16 | 1 | -18/+0 |
* | [CodeGen] Fix a crash that occurs when a non-trivial C struct with a | Akira Hatanaka | 2018-04-16 | 1 | -0/+18 |
* | Check that a field is not annotated with attribute "unavailable" before | Akira Hatanaka | 2018-03-13 | 1 | -3/+12 |
* | Serialize the NonTrivialToPrimitive* flags I added in r326307. | Akira Hatanaka | 2018-03-13 | 1 | -1/+13 |
* | [ObjC] Allow declaring __strong pointer fields in structs in Objective-C | Akira Hatanaka | 2018-02-28 | 1 | -0/+522 |