aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2006-04-18new testcaseChris Lattner
2006-04-18Add tests for v8i16 and v16i8Chris Lattner
2006-04-18new testcaseChris Lattner
2006-04-17New testcase, shouldn't touch vrsaveChris Lattner
2006-04-17New testcaseChris Lattner
2006-04-17Some more cases that can be generated with two instructionsChris Lattner
2006-04-17New testcasesChris Lattner
2006-04-17new testcaseChris Lattner
2006-04-17New testcaseChris Lattner
2006-04-17new testcase, these shuffles can be implemented with discrete instructions,Chris Lattner
2006-04-16Better way to splat v2f64Evan Cheng
2006-04-14New testcase, checking to see we can turn this code:Chris Lattner
2006-04-14Force a specific config, because this test fails in certain configs otherwise.Chris Lattner
2006-04-14new testcase, vector operations should be CSE'dChris Lattner
2006-04-14Remove this test, there is no need to test GCC's bugsChris Lattner
2006-04-13My addition of the xfail marker threw off the line #. move it.Chris Lattner
2006-04-13Use quotes properly so that the possibility of a null variable set isReid Spencer
2006-04-13from the linux kernelAndrew Lenharth
2006-04-13Fix this regex to match what llvmgcc4 produces alsoChris Lattner
2006-04-13Try xfailing thisChris Lattner
2006-04-13fix this for the more restrictive linkageAndrew Lenharth
2006-04-13These tests are now xfailed for llvmgcc4. This is PR735, unlikely to beChris Lattner
2006-04-13Only look at .ll files in this directoryChris Lattner
2006-04-13This file is an invalid C file, test that it is properly rejectedChris Lattner
2006-04-13Another case where a dead cast was causing the test to spuriouslyChris Lattner
2006-04-13Don't get confused by dead casts.Chris Lattner
2006-04-13Fix an accidental commit.Chris Lattner
2006-04-13This test fails and I don't know why, xfail it until andrew gets a chance toChris Lattner
2006-04-13Oops, move misplaced testChris Lattner
2006-04-13These are only XFAILs with llvmgcc3, they pass with llvmgcc4Chris Lattner
2006-04-13Add a run with an unusual target triple, revert the patch that sent output toChris Lattner
2006-04-13Update a count, this test now passes.Chris Lattner
2006-04-12Added the ability to xfail based on llvmgcc versionTanya Lattner
2006-04-12Don't dump the llc assembly output to stdout.Reid Spencer
2006-04-12new testcaseChris Lattner
2006-04-12Added llvmgcc version to allow tests to be xfailed by frontend version.Tanya Lattner
2006-04-12These casts should turn into gep instructionsChris Lattner
2006-04-12two equivalent vsplti*s in different types should be CSEd.Chris Lattner
2006-04-12Rename this fileChris Lattner
2006-04-12Make this test more interesting by checking that the 0.0 used to implement ve...Chris Lattner
2006-04-12new testcaseChris Lattner
2006-04-12new testcaseChris Lattner
2006-04-10new testcaseChris Lattner
2006-04-10New testcaseChris Lattner
2006-04-10Add a vselect test case.Evan Cheng
2006-04-08add new testcaseChris Lattner
2006-04-08new testcase for shufflevectorChris Lattner
2006-04-07Doh!Evan Cheng
2006-04-07Added more shuffle testsEvan Cheng
2006-04-06Add testcases for vpku[hw]um(x,x)Chris Lattner