| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a ton of comment typos found by codespell. Patch by | Chris Lattner | 2011-04-15 | 2 | -2/+2 |
* | tests: Remove a FrontendC test which is no longer valid. | Daniel Dunbar | 2011-04-14 | 1 | -11/+0 |
* | Testcase for r128619 (PR9571). | Bill Wendling | 2011-03-31 | 1 | -0/+15 |
* | Testcase for llvm-gcc commit r128230. | Eric Christopher | 2011-03-24 | 1 | -0/+11 |
* | Remove the test. | Devang Patel | 2011-03-22 | 1 | -19/+0 |
* | Try to appease buildbot gods. | Devang Patel | 2011-03-22 | 1 | -1/+1 |
* | Try again to make this test darwin only. | Devang Patel | 2011-03-21 | 1 | -1/+2 |
* | Force x86_64. | Devang Patel | 2011-03-21 | 1 | -1/+1 |
* | Enable this test only for Darwin. | Devang Patel | 2011-03-21 | 1 | -1/+1 |
* | Disable test in a way that keeps lit happy. | Daniel Dunbar | 2011-03-20 | 1 | -1/+2 |
* | Disable test to unbreak Linux. Radar 9156771. | Stuart Hastings | 2011-03-19 | 1 | -1/+1 |
* | Test case for r127940. | Devang Patel | 2011-03-19 | 1 | -0/+17 |
* | Add a RUN line to the test case to make it functional. <rdar://problem/9055247> | Stuart Hastings | 2011-03-09 | 1 | -0/+1 |
* | Test cases for r127309. <rdar://problem/9055247> | Stuart Hastings | 2011-03-09 | 2 | -0/+8 |
* | Build bots hate me. | Bill Wendling | 2011-03-09 | 1 | -1/+1 |
* | Reverting testcase at 4126896; r126672 broke something else. <rdar://problem... | Stuart Hastings | 2011-03-08 | 1 | -2/+0 |
* | Once again try to appease the buildbot gods. | Bill Wendling | 2011-03-08 | 1 | -2/+1 |
* | Try to fix the compilation error due to type incombatibility. | Bill Wendling | 2011-03-08 | 1 | -1/+2 |
* | Testcase for r127187. | Bill Wendling | 2011-03-08 | 1 | -0/+24 |
* | Test case for r126672. Radar 9055247. | Stuart Hastings | 2011-03-02 | 1 | -0/+2 |
* | Test case for r126127. Radar 9012638. | Stuart Hastings | 2011-02-21 | 1 | -0/+5 |
* | Update llvm-gcc's tests. | Rafael Espindola | 2011-01-14 | 6 | -10/+10 |
* | Test case for r120740. Radar 8712503. | Stuart Hastings | 2010-12-02 | 1 | -0/+7 |
* | Remove explicit uses of -emit-llvm, the test infrastructure adds it | Duncan Sands | 2010-11-25 | 88 | -121/+121 |
* | Test for llvm-gcc patch 119392. | Dale Johannesen | 2010-11-16 | 1 | -0/+16 |
* | Testcase for llvm-gcc 118368. 8629268. | Dale Johannesen | 2010-11-07 | 1 | -0/+17 |
* | Get rid of the last use of -m64 in FrontendC. This solution | Duncan Sands | 2010-09-09 | 1 | -2/+2 |
* | Another test that uses -m64. Here too it looks like it can be | Duncan Sands | 2010-09-09 | 1 | -10/+4 |
* | On i386, llvm-gcc cannot be assumed to support -m64. Since these | Duncan Sands | 2010-09-09 | 2 | -3/+3 |
* | Typo. Thanks to BillW for pointing it out! | Stuart Hastings | 2010-09-07 | 1 | -1/+1 |
* | Test case for r113248. Raar 8361341. | Stuart Hastings | 2010-09-07 | 1 | -3/+15 |
* | update one more test | Chris Lattner | 2010-09-02 | 1 | -2/+2 |
* | Apparently only Darwin passes long double misaligned. Compensate. | Dale Johannesen | 2010-09-01 | 1 | -1/+1 |
* | Attempt to fix buildbot. | Dale Johannesen | 2010-09-01 | 1 | -1/+1 |
* | Testcase for llvm checkin 112674. | Dale Johannesen | 2010-08-31 | 1 | -0/+32 |
* | no really, fix the test. | Chris Lattner | 2010-08-27 | 1 | -1/+1 |
* | fix this test. It's not clear what it's really testing. | Chris Lattner | 2010-08-27 | 1 | -1/+1 |
* | Test should pass on non-Darwin x86. | Dale Johannesen | 2010-08-20 | 1 | -1/+1 |
* | Don't run test on PPC darwin. | Dale Johannesen | 2010-08-20 | 1 | -1/+1 |
* | Testcase for llvm-gcc checkin 111482. | Dale Johannesen | 2010-08-19 | 1 | -0/+15 |
* | Add a test for llvm-gcc svn 110632. | Bob Wilson | 2010-08-12 | 1 | -0/+16 |
* | PPC doesn't supported VLA with large alignment. This was | Dale Johannesen | 2010-07-30 | 1 | -0/+2 |
* | Attempt to fix the llvm-gcc-powerpc-darwin9 buildbot. | Bob Wilson | 2010-07-30 | 1 | -1/+1 |
* | Fix this up per llvm-gcc r109819. | Eric Christopher | 2010-07-29 | 1 | -1/+1 |
* | Testcase for r109556. Radar 8198362. | Stuart Hastings | 2010-07-27 | 1 | -0/+18 |
* | Turn this test on again after the llvm-gcc change in r108986. | Eric Christopher | 2010-07-21 | 1 | -2/+1 |
* | Update this to use a "valid" alignment. | Eric Christopher | 2010-07-21 | 1 | -2/+2 |
* | Testcase for llvm-gcc commit r108910. | Eric Christopher | 2010-07-20 | 1 | -0/+10 |
* | Temporarily disable this test. | Eric Christopher | 2010-07-14 | 1 | -1/+2 |
* | Make it a .ll test case. | Devang Patel | 2010-07-14 | 1 | -50/+0 |