Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Define weak and __weak to mean ARC-style weak references, even in MRC. | John McCall | 2015-10-22 | 1 | -2/+2 |
* | Compute and preserve alignment more faithfully in IR-generation. | John McCall | 2015-09-08 | 1 | -12/+7 |
* | Don't pass -O0 to clang_cc1, it is the default. | Rafael Espindola | 2013-09-04 | 1 | -2/+2 |
* | objC block layout: Patch reorders block layout to | Fariborz Jahanian | 2013-01-17 | 1 | -17/+15 |
* | objective-C blocks: Provide layout map for byref | Fariborz Jahanian | 2012-11-14 | 1 | -14/+18 |
* | Tests for 32bit version of block ivar layout metadata. | Fariborz Jahanian | 2012-11-05 | 1 | -0/+6 |
* | Fixes liftime of captured block variables in mrr mode, per John's feedback, as | Fariborz Jahanian | 2012-11-04 | 1 | -10/+10 |
* | objective-C mrr block. Block variable layout metadata in | Fariborz Jahanian | 2012-11-02 | 1 | -0/+59 |