summaryrefslogtreecommitdiff
path: root/test/CodeGenObjC/block-var-layout.m
AgeCommit message (Expand)Author
2015-10-21Fix and stylize the emission of GC/ARC ivar and GC block layout strings.John McCall
2014-02-24Objective-C. Remove an assertion which assertsFariborz Jahanian
2013-09-04Don't pass -O0 to clang_cc1, it is the default.Rafael Espindola
2013-08-12Fix FileCheck --check-prefix lines.Tim Northover
2013-01-17objC block layout: Patch reorders block layout to Fariborz Jahanian
2012-11-06Minor fix to ObjC layout bitmap metadata. Found while I was trying toEli Friedman
2012-06-20Restructure how the driver communicates information about theJohn McCall
2011-10-02Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall
2011-02-07A few more tweaks to the blocks AST representation: John McCall
2010-11-11Adding couple of Block API, a bug fix andFariborz Jahanian
2010-09-13Block description for trivial block literals haveFariborz Jahanian
2010-09-11Fixes an obscure bug in importd block variable layoutFariborz Jahanian
2010-09-09Block ivar layout must assume that the 'isa'Fariborz Jahanian
2010-08-06Finishing up block variable layout API by supporting Fariborz Jahanian
2010-08-05Add support for block imported struct variable layout info.Fariborz Jahanian
2010-08-04Block variable layout bitmap API generation.Fariborz Jahanian