aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenObjC/blocks.m
AgeCommit message (Expand)Author
2013-03-29Bugfix/Followup for r177086.Adrian Prantl
2012-12-07Fix the required args count for variadic blocks.John McCall
2012-11-14objective-C blocks: Provide layout map for byrefFariborz Jahanian
2012-06-26block literal irgen: several improvements on naming blockFariborz Jahanian
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-07-09clang side to match the LLVM IR type system rewrite patch.Chris Lattner
2011-03-16Don't emit read barriers for reading __weak __block variablesJohn McCall
2011-02-22Reorganize the emission of local variables.John McCall
2011-02-18The flags we're supposed to write into a byref struct are *not* theJohn McCall
2010-05-25Fix testsuite for blocks mangling changeDouglas Gregor
2010-05-21Allocate space in a block record for implicit references to the Objective CJohn McCall
2010-04-12fix an invalid use of super, you can't use super like this in a block!Chris Lattner
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-14Tests use the new clang.Fariborz Jahanian
2009-11-08Remove RUN: true lines.Daniel Dunbar
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-05-14Skip the asm prefix when storing the name in block info.Daniel Dunbar
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-03-20Fix codegen for support for super inside block literal expressions.Mike Stump
2009-03-13add a testcase for recursion through blocks pointers, rdar://6676764.Chris Lattner