| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | That's causing an error. | Bill Wendling | 2012-11-12 | 1 | -6/+1 |
| | | | | | llvm-svn: 167763 | ||||
| * | Don't test for incomplete types. | Bill Wendling | 2012-11-12 | 1 | -1/+6 |
| | | | | | llvm-svn: 167761 | ||||
| * | Update testcase to show that we don't emit an error for sizes <= 32-bits. | Bill Wendling | 2012-11-12 | 1 | -0/+6 |
| | | | | | llvm-svn: 167748 | ||||
| * | Check that the input size is correct for the given constraint. | Bill Wendling | 2012-11-12 | 1 | -0/+18 |
| The 'a', 'c', and 'd' constraints on i386 mean a 32-bit register. We cannot place a 64-bit value into the 32-bit register. Error out instead of causing the compiler to spew general badness. <rdar://problem/12415959> llvm-svn: 167717 | |||||

