Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't pass -O0 to clang_cc1, it is the default. | Rafael Espindola | 2013-09-04 | 1 | -2/+2 |
| | | | | llvm-svn: 189910 | ||||
* | objC block layout: Patch reorders block layout to | Fariborz Jahanian | 2013-01-17 | 1 | -17/+15 |
| | | | | | | produce more inline layout metadata. // rdar://12752901 llvm-svn: 172683 | ||||
* | objective-C blocks: Provide layout map for byref | Fariborz Jahanian | 2012-11-14 | 1 | -14/+18 |
| | | | | | | variables captured in a block. // rdar://12184410 llvm-svn: 167931 | ||||
* | Tests for 32bit version of block ivar layout metadata. | Fariborz Jahanian | 2012-11-05 | 1 | -0/+6 |
| | | | | llvm-svn: 167387 | ||||
* | Fixes liftime of captured block variables in mrr mode, per John's feedback, as | Fariborz Jahanian | 2012-11-04 | 1 | -10/+10 |
| | | | | | | well as couple of tests which were not being excercised because of TYPOs. llvm-svn: 167374 | ||||
* | objective-C mrr block. Block variable layout metadata in | Fariborz Jahanian | 2012-11-02 | 1 | -0/+59 |
mrr mode. llvm-svn: 167331 |