Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [CodeGen][ObjC] Annotate calls to objc_retainAutoreleasedReturnValue | Akira Hatanaka | 2019-03-21 | 1 | -1/+1 |
* | Generate objc intrinsics instead of runtime calls as the ARC optimizer now wo... | Pete Cooper | 2018-12-18 | 1 | -4/+4 |
* | Update Clang tests to handle explicitly typed load changes in LLVM. | David Blaikie | 2015-02-27 | 1 | -1/+1 |
* | CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes... | Stephen Lin | 2013-08-15 | 1 | -1/+1 |
* | objective-C arc IR-gen. Retaining of strong | Fariborz Jahanian | 2013-02-21 | 1 | -2/+2 |
* | At -O0, prefer objc_storeStrong with a null new value to the | John McCall | 2012-10-17 | 1 | -6/+4 |
* | Make -fobjc-nonfragile-abi the -cc1 default, since it's the | John McCall | 2011-10-02 | 1 | -1/+1 |
* | Automatic Reference Counting. | John McCall | 2011-06-15 | 1 | -0/+30 |