summaryrefslogtreecommitdiffstats
path: root/test/CodeGenObjC/blocks.m
Commit message (Expand)AuthorAgeFilesLines
* Define weak and __weak to mean ARC-style weak references, even in MRC.John McCall2015-10-221-1/+1
* [opaque pointer types] Explicit non-pointer type for call expressionsDavid Blaikie2015-04-161-1/+1
* Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie2015-02-271-8/+8
* Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie2015-02-271-12/+12
* Fix a tranche of comment, test and doc typosAlp Toker2013-12-051-1/+1
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-4/+4
* Unify return type checking for functions and ObjC methods. Move all theEli Friedman2013-06-141-1/+1
* Bugfix/Followup for r177086.Adrian Prantl2013-03-291-1/+2
* Fix the required args count for variadic blocks.John McCall2012-12-071-0/+32
* objective-C blocks: Provide layout map for byrefFariborz Jahanian2012-11-141-2/+2
* block literal irgen: several improvements on naming blockFariborz Jahanian2012-06-261-2/+2
* Restructure how the driver communicates information about theJohn McCall2012-06-201-1/+1
* Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall2011-10-021-1/+1
* clang side to match the LLVM IR type system rewrite patch.Chris Lattner2011-07-091-5/+5
* Don't emit read barriers for reading __weak __block variablesJohn McCall2011-03-161-0/+13
* Reorganize the emission of local variables.John McCall2011-02-221-1/+1
* The flags we're supposed to write into a byref struct are *not* theJohn McCall2011-02-181-4/+52
* Fix testsuite for blocks mangling changeDouglas Gregor2010-05-251-1/+1
* Allocate space in a block record for implicit references to the Objective CJohn McCall2010-05-211-0/+6
* fix an invalid use of super, you can't use super like this in a block!Chris Lattner2010-04-121-1/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Tests use the new clang.Fariborz Jahanian2009-12-141-1/+1
* Remove RUN: true lines.Daniel Dunbar2009-11-081-1/+0
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-2/+2
* Skip the asm prefix when storing the name in block info.Daniel Dunbar2009-05-141-1/+10
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Fix codegen for support for super inside block literal expressions.Mike Stump2009-03-201-0/+10
* add a testcase for recursion through blocks pointers, rdar://6676764.Chris Lattner2009-03-131-0/+17