aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/blocks-1.c
AgeCommit message (Expand)Author
2019-02-22CodeGen: use COMDAT for block copy/destroy helpersSaleem Abdulrasool
2018-08-10[CodeGen] Merge equivalent block copy/helper functions.Akira Hatanaka
2011-02-07A few more tweaks to the blocks AST representation: John McCall
2010-12-02IR Gen. part of API support for __block cxxFariborz Jahanian
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-17Don't #include <stdio.h> when tests don't need it, or use clang instead of cl...Daniel Dunbar
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-04-10Fixup codegen for nested blocks that use copy/dispose in the innerMike Stump
2009-03-25Remove -f__block as codegen for __block variables should be solid.Mike Stump
2009-03-25Fixup codegen for block literals that bleed copy/dispose informationMike Stump
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-03-21Fixup codegen for nested block literals so that we generateMike Stump
2009-03-18Add codegen support for aggregate BlockDeclRefExprs.Mike Stump
2009-03-13Do up codegen for function static data and externs in functions in blockMike Stump
2009-03-07codegen support for dispose helpers for block literals.Mike Stump
2009-03-07Codegen support for copy helpers for block literals.Mike Stump
2009-03-06Testcase for last fix.Mike Stump
2009-03-06Finish off __Block_byref_id_object_dispose codegen for block literals.Mike Stump
2009-03-06More codegen support for the copy/dispose helpers for block literals.Mike Stump
2009-03-06Framework for codegen for copy/dispose helpers.Mike Stump
2009-03-05Add codegen support for __block variables to call _Block_object_dispose as ne...Mike Stump
2009-03-04Fixup __block codegen in nested block literals.Mike Stump
2009-03-04Add __block codegen testcase. We introduce a temporary flag to enableMike Stump