| Commit message (Expand) | Author | Age | Files | Lines |
* | Better way to splat v2f64 | Evan Cheng | 2006-04-16 | 1 | -1/+1 |
* | New testcase, checking to see we can turn this code: | Chris Lattner | 2006-04-14 | 1 | -0/+56 |
* | Force a specific config, because this test fails in certain configs otherwise. | Chris Lattner | 2006-04-14 | 1 | -1/+1 |
* | new testcase, vector operations should be CSE'd | Chris Lattner | 2006-04-14 | 1 | -0/+26 |
* | Remove this test, there is no need to test GCC's bugs | Chris Lattner | 2006-04-14 | 1 | -13/+0 |
* | My addition of the xfail marker threw off the line #. move it. | Chris Lattner | 2006-04-13 | 1 | -1/+3 |
* | Use quotes properly so that the possibility of a null variable set is | Reid Spencer | 2006-04-13 | 1 | -4/+4 |
* | from the linux kernel | Andrew Lenharth | 2006-04-13 | 1 | -0/+597 |
* | Fix this regex to match what llvmgcc4 produces also | Chris Lattner | 2006-04-13 | 1 | -1/+1 |
* | Try xfailing this | Chris Lattner | 2006-04-13 | 1 | -1/+3 |
* | fix this for the more restrictive linkage | Andrew Lenharth | 2006-04-13 | 1 | -2/+2 |
* | These tests are now xfailed for llvmgcc4. This is PR735, unlikely to be | Chris Lattner | 2006-04-13 | 2 | -0/+4 |
* | Only look at .ll files in this directory | Chris Lattner | 2006-04-13 | 1 | -1/+1 |
* | This file is an invalid C file, test that it is properly rejected | Chris Lattner | 2006-04-13 | 1 | -1/+5 |
* | Another case where a dead cast was causing the test to spuriously | Chris Lattner | 2006-04-13 | 1 | -1/+1 |
* | Don't get confused by dead casts. | Chris Lattner | 2006-04-13 | 2 | -2/+2 |
* | Fix an accidental commit. | Chris Lattner | 2006-04-13 | 1 | -1/+1 |
* | This test fails and I don't know why, xfail it until andrew gets a chance to | Chris Lattner | 2006-04-13 | 1 | -3/+1 |
* | Oops, move misplaced test | Chris Lattner | 2006-04-13 | 1 | -0/+0 |
* | These are only XFAILs with llvmgcc3, they pass with llvmgcc4 | Chris Lattner | 2006-04-13 | 7 | -9/+10 |
* | Add a run with an unusual target triple, revert the patch that sent output to | Chris Lattner | 2006-04-13 | 1 | -5/+6 |
* | Update a count, this test now passes. | Chris Lattner | 2006-04-13 | 1 | -1/+1 |
* | Added the ability to xfail based on llvmgcc version | Tanya Lattner | 2006-04-12 | 71 | -72/+76 |
* | Don't dump the llc assembly output to stdout. | Reid Spencer | 2006-04-12 | 1 | -5/+5 |
* | new testcase | Chris Lattner | 2006-04-12 | 1 | -0/+20 |
* | Added llvmgcc version to allow tests to be xfailed by frontend version. | Tanya Lattner | 2006-04-12 | 1 | -0/+1 |
* | These casts should turn into gep instructions | Chris Lattner | 2006-04-12 | 1 | -1/+12 |
* | two equivalent vsplti*s in different types should be CSEd. | Chris Lattner | 2006-04-12 | 1 | -2/+12 |
* | Rename this file | Chris Lattner | 2006-04-12 | 1 | -0/+0 |
* | Make this test more interesting by checking that the 0.0 used to implement ve... | Chris Lattner | 2006-04-12 | 1 | -3/+7 |
* | new testcase | Chris Lattner | 2006-04-12 | 1 | -0/+9 |
* | new testcase | Chris Lattner | 2006-04-12 | 1 | -0/+12 |
* | new testcase | Chris Lattner | 2006-04-10 | 1 | -0/+7 |
* | New testcase | Chris Lattner | 2006-04-10 | 1 | -0/+17 |
* | Add a vselect test case. | Evan Cheng | 2006-04-10 | 1 | -0/+11 |
* | add new testcase | Chris Lattner | 2006-04-08 | 2 | -1/+27 |
* | new testcase for shufflevector | Chris Lattner | 2006-04-08 | 1 | -0/+12 |
* | Doh! | Evan Cheng | 2006-04-07 | 1 | -2/+2 |
* | Added more shuffle tests | Evan Cheng | 2006-04-07 | 1 | -0/+46 |
* | Add testcases for vpku[hw]um(x,x) | Chris Lattner | 2006-04-06 | 1 | -1/+71 |
* | Add the variable llvmgccmajvers to the site.exp file. This will contain | Reid Spencer | 2006-04-06 | 1 | -0/+1 |
* | Add vmrg(x,x) tests | Chris Lattner | 2006-04-06 | 1 | -2/+156 |
* | Add tests for vmrg[hl]* | Chris Lattner | 2006-04-06 | 1 | -2/+164 |
* | test vperm promotion | Chris Lattner | 2006-04-06 | 1 | -0/+16 |
* | new testcase | Chris Lattner | 2006-04-06 | 1 | -0/+86 |
* | new testcase that was miscompiled to vspltisb | Chris Lattner | 2006-04-05 | 1 | -0/+8 |
* | new testcase | Chris Lattner | 2006-04-05 | 1 | -0/+55 |
* | Separate out to 2 test cases | Evan Cheng | 2006-04-05 | 1 | -26/+1 |
* | make this test less exacting | Andrew Lenharth | 2006-04-05 | 1 | -1/+1 |
* | Add a new shuffle test case that requires pshuflw / pshufhw pair. | Evan Cheng | 2006-04-05 | 1 | -2/+27 |