| Commit message (Expand) | Author | Age | Files | Lines |
* | IR: print value numbers for unnamed function arguments | Tim Northover | 2019-08-03 | 1 | -2/+2 |
* | LLVM IR: Generate new-style byval-with-Type from Clang | Tim Northover | 2019-06-05 | 1 | -1/+1 |
* | [CodeGen] Before returning a copy/dispose helper function, bitcast it to | Akira Hatanaka | 2018-08-14 | 1 | -2/+3 |
* | [CodeGen] Merge equivalent block copy/helper functions. | Akira Hatanaka | 2018-08-10 | 1 | -27/+36 |
* | NFC, Add a test that ensure that we don't emit helper code in copy/dispose | Alex Lorenz | 2017-02-23 | 1 | -0/+34 |
* | Update Clang tests to handle explicitly typed load changes in LLVM. | David Blaikie | 2015-02-27 | 1 | -1/+1 |
* | CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes... | Stephen Lin | 2013-08-15 | 1 | -2/+2 |
* | blocks: fixes an ast bug when block pointer variable | Fariborz Jahanian | 2013-06-07 | 1 | -0/+12 |
* | Update testcases due to Attribute sorting improvements. | Bill Wendling | 2013-02-15 | 1 | -1/+1 |
* | Update the tests. | Bill Wendling | 2013-01-31 | 1 | -1/+1 |
* | Modify the tests for the (sorted) order that the attributes come out as now. | Bill Wendling | 2013-01-29 | 1 | -1/+1 |
* | block literal irgen: several improvements on naming block | Fariborz Jahanian | 2012-06-26 | 1 | -1/+1 |
* | During block layout, after padding up to the max field alignment, | John McCall | 2012-05-01 | 1 | -0/+18 |
* | Fix a bug with block layout when the block contains something | John McCall | 2012-04-26 | 1 | -0/+8 |
* | Track whether an AggValueSlot is potentially aliased, and do not | John McCall | 2011-08-25 | 1 | -2/+2 |
* | When emitting l-values for bool non-__block decl references, make a pointer | John McCall | 2010-10-28 | 1 | -0/+7 |
* | Preserve more information from a block's original function declarator, if one | John McCall | 2010-06-04 | 1 | -0/+6 |
* | Fix testsuite for blocks mangling change | Douglas Gregor | 2010-05-25 | 1 | -1/+1 |
* | don't slap noalias attribute on stret result arguments. | Chris Lattner | 2010-04-20 | 1 | -1/+1 |
* | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 2009-12-15 | 1 | -1/+1 |
* | Remove RUN: true lines. | Daniel Dunbar | 2009-11-08 | 1 | -1/+0 |
* | Eliminate &&s in tests. | Daniel Dunbar | 2009-11-08 | 1 | -2/+2 |
* | Don't assert when we think we need copy/dispose, but don't need them. | Mike Stump | 2009-05-01 | 1 | -0/+4 |
* | use of predefined identifiers like __func__ at global scope warn in sema, | Chris Lattner | 2009-04-21 | 1 | -0/+6 |
* | Attributes on block functions were not being set. | Daniel Dunbar | 2009-04-17 | 1 | -1/+14 |
* | Don't assume that a block always has a FunctionProtoType. Fixes rdar://6768379. | Anders Carlsson | 2009-04-08 | 1 | -0/+5 |
* | Rename clang to clang-cc. | Daniel Dunbar | 2009-03-24 | 1 | -1/+1 |
* | Do some blocks cleanup and simplification. Fix a crash, and add a test case. | Anders Carlsson | 2009-03-01 | 1 | -0/+2 |