summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenObjC/mrr-captured-block-var-inlined-layout.m
Commit message (Collapse)AuthorAgeFilesLines
* Don't pass -O0 to clang_cc1, it is the default.Rafael Espindola2013-09-041-2/+2
| | | | llvm-svn: 189910
* objC block layout: Patch reorders block layout to Fariborz Jahanian2013-01-171-17/+15
| | | | | | produce more inline layout metadata. // rdar://12752901 llvm-svn: 172683
* objective-C blocks: Provide layout map for byrefFariborz Jahanian2012-11-141-14/+18
| | | | | | variables captured in a block. // rdar://12184410 llvm-svn: 167931
* Tests for 32bit version of block ivar layout metadata.Fariborz Jahanian2012-11-051-0/+6
| | | | llvm-svn: 167387
* Fixes liftime of captured block variables in mrr mode, per John's feedback, asFariborz Jahanian2012-11-041-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 inFariborz Jahanian2012-11-021-0/+59
mrr mode. llvm-svn: 167331
OpenPOWER on IntegriCloud