Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Test case for r113248. Raar 8361341. | Stuart Hastings | 2010-09-07 | 1 | -3/+15 | |
| | | | | llvm-svn: 113249 | |||||
* | update one more test | Chris Lattner | 2010-09-02 | 1 | -2/+2 | |
| | | | | llvm-svn: 112910 | |||||
* | Apparently only Darwin passes long double misaligned. Compensate. | Dale Johannesen | 2010-09-01 | 1 | -1/+1 | |
| | | | | llvm-svn: 112748 | |||||
* | Attempt to fix buildbot. | Dale Johannesen | 2010-09-01 | 1 | -1/+1 | |
| | | | | llvm-svn: 112697 | |||||
* | Testcase for llvm checkin 112674. | Dale Johannesen | 2010-08-31 | 1 | -0/+32 | |
| | | | | llvm-svn: 112675 | |||||
* | no really, fix the test. | Chris Lattner | 2010-08-27 | 1 | -1/+1 | |
| | | | | llvm-svn: 112317 | |||||
* | fix this test. It's not clear what it's really testing. | Chris Lattner | 2010-08-27 | 1 | -1/+1 | |
| | | | | llvm-svn: 112316 | |||||
* | Test should pass on non-Darwin x86. | Dale Johannesen | 2010-08-20 | 1 | -1/+1 | |
| | | | | llvm-svn: 111678 | |||||
* | Don't run test on PPC darwin. | Dale Johannesen | 2010-08-20 | 1 | -1/+1 | |
| | | | | llvm-svn: 111668 | |||||
* | Testcase for llvm-gcc checkin 111482. | Dale Johannesen | 2010-08-19 | 1 | -0/+15 | |
| | | | | llvm-svn: 111483 | |||||
* | Add a test for llvm-gcc svn 110632. | Bob Wilson | 2010-08-12 | 1 | -0/+16 | |
| | | | | llvm-svn: 110935 | |||||
* | PPC doesn't supported VLA with large alignment. This was | Dale Johannesen | 2010-07-30 | 1 | -0/+2 | |
| | | | | | | | | formerly rejected by the FE, so asserted in the BE; now the FE only warns, so we treat it as a legitimate fatal error in PPC BE. This means the test for the feature won't pass, so it's xfail'd. llvm-svn: 109892 | |||||
* | Attempt to fix the llvm-gcc-powerpc-darwin9 buildbot. | Bob Wilson | 2010-07-30 | 1 | -1/+1 | |
| | | | | llvm-svn: 109876 | |||||
* | Fix this up per llvm-gcc r109819. | Eric Christopher | 2010-07-29 | 1 | -1/+1 | |
| | | | | llvm-svn: 109820 | |||||
* | Testcase for r109556. Radar 8198362. | Stuart Hastings | 2010-07-27 | 1 | -0/+18 | |
| | | | | llvm-svn: 109557 | |||||
* | Turn this test on again after the llvm-gcc change in r108986. | Eric Christopher | 2010-07-21 | 1 | -2/+1 | |
| | | | | llvm-svn: 108987 | |||||
* | Update this to use a "valid" alignment. | Eric Christopher | 2010-07-21 | 1 | -2/+2 | |
| | | | | llvm-svn: 108985 | |||||
* | Testcase for llvm-gcc commit r108910. | Eric Christopher | 2010-07-20 | 1 | -0/+10 | |
| | | | | llvm-svn: 108918 | |||||
* | Temporarily disable this test. | Eric Christopher | 2010-07-14 | 1 | -1/+2 | |
| | | | | llvm-svn: 108371 | |||||
* | Make it a .ll test case. | Devang Patel | 2010-07-14 | 1 | -50/+0 | |
| | | | | llvm-svn: 108370 | |||||
* | Add a testcase for the vla and stack realignment warning. | Eric Christopher | 2010-07-14 | 1 | -0/+7 | |
| | | | | llvm-svn: 108365 | |||||
* | Tests for llvm-gcc commit 108360. | Dale Johannesen | 2010-07-14 | 2 | -0/+41 | |
| | | | | llvm-svn: 108362 | |||||
* | Add an explicit triple to make this test behave consistently. | Dan Gohman | 2010-07-10 | 1 | -1/+1 | |
| | | | | llvm-svn: 108041 | |||||
* | Fix this XTARGET so that this does doesn't XPASS on non-darwin hosts. | Dan Gohman | 2010-07-10 | 1 | -1/+1 | |
| | | | | llvm-svn: 108040 | |||||
* | Test case for r107843. Radar 8152866. | Stuart Hastings | 2010-07-08 | 1 | -0/+10 | |
| | | | | llvm-svn: 107907 | |||||
* | Looks like this test is missing an XFAIL line. | Duncan Sands | 2010-06-29 | 1 | -0/+1 | |
| | | | | llvm-svn: 107134 | |||||
* | The comment string does not match for all targets. PowerPC uses ;. | Devang Patel | 2010-06-29 | 1 | -0/+1 | |
| | | | | llvm-svn: 107103 | |||||
* | Refix XTARGET. Previous attempt matches on powerpc-apple-darwin, | Dale Johannesen | 2010-06-28 | 1 | -1/+1 | |
| | | | | | | although I don't see why. llvm-svn: 107090 | |||||
* | Attempt to fix XTARGET. | Dale Johannesen | 2010-06-28 | 1 | -1/+1 | |
| | | | | llvm-svn: 107088 | |||||
* | Use DW_FORM_addr for DW_AT_entry_pc. | Devang Patel | 2010-06-28 | 1 | -0/+48 | |
| | | | | llvm-svn: 107085 | |||||
* | In asm's, output operands with matching input constraints | Dale Johannesen | 2010-06-28 | 1 | -1/+1 | |
| | | | | | | | | have to be registers, per gcc documentation. This affects the logic for determining what "g" should lower to. PR 7393. A couple of existing testcases are affected. llvm-svn: 107079 | |||||
* | Remove this weak test. | Devang Patel | 2010-06-28 | 1 | -16/+0 | |
| | | | | llvm-svn: 107059 | |||||
* | Testcase for llvm-gcc fix 107051. | Dale Johannesen | 2010-06-28 | 1 | -0/+21 | |
| | | | | llvm-svn: 107052 | |||||
* | Preserve deleted function's local variables' debug info. | Devang Patel | 2010-06-28 | 1 | -0/+14 | |
| | | | | | | Radar 8122864. llvm-svn: 107027 | |||||
* | Make this test darwin specific. | Devang Patel | 2010-06-28 | 1 | -1/+1 | |
| | | | | llvm-svn: 107025 | |||||
* | XFAIL this test on powerpc for now. | Devang Patel | 2010-06-25 | 1 | -0/+1 | |
| | | | | llvm-svn: 106862 | |||||
* | DBG_VALUE machine instruction pointing to undefined register for a variable ↵ | Devang Patel | 2010-06-24 | 1 | -0/+15 | |
| | | | | | | | | justify a separate scope if the variable is inlined function's argument. Radar 8122864. llvm-svn: 106792 | |||||
* | Testcase for llvm-gcc 106225. | Dale Johannesen | 2010-06-17 | 1 | -0/+16 | |
| | | | | llvm-svn: 106226 | |||||
* | Update test to match recent llvm-gcc change. | Rafael Espindola | 2010-06-15 | 1 | -1/+1 | |
| | | | | llvm-svn: 106056 | |||||
* | Test case for Radar 8004649. | Stuart Hastings | 2010-06-14 | 1 | -0/+8 | |
| | | | | llvm-svn: 105949 | |||||
* | Add a test for the llvm-gcc commit in r90200. | Eric Christopher | 2010-05-31 | 1 | -0/+24 | |
| | | | | llvm-svn: 105253 | |||||
* | Revert 104841, 104842, 104876 due to buildbot failures. Radar 7424645. | Stuart Hastings | 2010-05-28 | 1 | -1/+1 | |
| | | | | llvm-svn: 104953 | |||||
* | Adjust test case for lexical block pruning. Follow-on to r104842 and Radar ↵ | Stuart Hastings | 2010-05-27 | 1 | -1/+1 | |
| | | | | | | 7424645. llvm-svn: 104876 | |||||
* | Add a test for llvm-gcc svn r104726. | Bob Wilson | 2010-05-27 | 1 | -0/+12 | |
| | | | | llvm-svn: 104805 | |||||
* | Once more, with feeling. | Eric Christopher | 2010-05-20 | 1 | -0/+1 | |
| | | | | llvm-svn: 104190 | |||||
* | Attempt to run this test on x86 only. | Eric Christopher | 2010-05-19 | 1 | -0/+1 | |
| | | | | llvm-svn: 104143 | |||||
* | Add a test to make sure that we're lowering the shift amount correctly. | Eric Christopher | 2010-05-19 | 1 | -0/+22 | |
| | | | | llvm-svn: 104090 | |||||
* | Test passed on ppc, to my surprise; if it worked | Dale Johannesen | 2010-05-18 | 1 | -2/+0 | |
| | | | | | | there it may work everywhere... llvm-svn: 104053 | |||||
* | Testcase for llvm-gcc checkin 104042. | Dale Johannesen | 2010-05-18 | 1 | -0/+19 | |
| | | | | llvm-svn: 104043 | |||||
* | Test case for r103800. | Devang Patel | 2010-05-14 | 1 | -0/+23 | |
| | | | | llvm-svn: 103801 |