summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/blocks.c
Commit message (Expand)AuthorAgeFilesLines
* NFC, Add a test that ensure that we don't emit helper code in copy/disposeAlex Lorenz2017-02-231-0/+34
* Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie2015-02-271-1/+1
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-2/+2
* blocks: fixes an ast bug when block pointer variableFariborz Jahanian2013-06-071-0/+12
* Update testcases due to Attribute sorting improvements.Bill Wendling2013-02-151-1/+1
* Update the tests.Bill Wendling2013-01-311-1/+1
* Modify the tests for the (sorted) order that the attributes come out as now.Bill Wendling2013-01-291-1/+1
* block literal irgen: several improvements on naming blockFariborz Jahanian2012-06-261-1/+1
* During block layout, after padding up to the max field alignment,John McCall2012-05-011-0/+18
* Fix a bug with block layout when the block contains somethingJohn McCall2012-04-261-0/+8
* Track whether an AggValueSlot is potentially aliased, and do notJohn McCall2011-08-251-2/+2
* When emitting l-values for bool non-__block decl references, make a pointerJohn McCall2010-10-281-0/+7
* Preserve more information from a block's original function declarator, if oneJohn McCall2010-06-041-0/+6
* Fix testsuite for blocks mangling changeDouglas Gregor2010-05-251-1/+1
* don't slap noalias attribute on stret result arguments.Chris Lattner2010-04-201-1/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Remove RUN: true lines.Daniel Dunbar2009-11-081-1/+0
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-2/+2
* Don't assert when we think we need copy/dispose, but don't need them.Mike Stump2009-05-011-0/+4
* use of predefined identifiers like __func__ at global scope warn in sema,Chris Lattner2009-04-211-0/+6
* Attributes on block functions were not being set.Daniel Dunbar2009-04-171-1/+14
* Don't assume that a block always has a FunctionProtoType. Fixes rdar://6768379.Anders Carlsson2009-04-081-0/+5
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Do some blocks cleanup and simplification. Fix a crash, and add a test case.Anders Carlsson2009-03-011-0/+2