aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Better way to splat v2f64Evan Cheng2006-04-161-1/+1
* New testcase, checking to see we can turn this code:Chris Lattner2006-04-141-0/+56
* Force a specific config, because this test fails in certain configs otherwise.Chris Lattner2006-04-141-1/+1
* new testcase, vector operations should be CSE'dChris Lattner2006-04-141-0/+26
* Remove this test, there is no need to test GCC's bugsChris Lattner2006-04-141-13/+0
* My addition of the xfail marker threw off the line #. move it.Chris Lattner2006-04-131-1/+3
* Use quotes properly so that the possibility of a null variable set isReid Spencer2006-04-131-4/+4
* from the linux kernelAndrew Lenharth2006-04-131-0/+597
* Fix this regex to match what llvmgcc4 produces alsoChris Lattner2006-04-131-1/+1
* Try xfailing thisChris Lattner2006-04-131-1/+3
* fix this for the more restrictive linkageAndrew Lenharth2006-04-131-2/+2
* These tests are now xfailed for llvmgcc4. This is PR735, unlikely to beChris Lattner2006-04-132-0/+4
* Only look at .ll files in this directoryChris Lattner2006-04-131-1/+1
* This file is an invalid C file, test that it is properly rejectedChris Lattner2006-04-131-1/+5
* Another case where a dead cast was causing the test to spuriouslyChris Lattner2006-04-131-1/+1
* Don't get confused by dead casts.Chris Lattner2006-04-132-2/+2
* Fix an accidental commit.Chris Lattner2006-04-131-1/+1
* This test fails and I don't know why, xfail it until andrew gets a chance toChris Lattner2006-04-131-3/+1
* Oops, move misplaced testChris Lattner2006-04-131-0/+0
* These are only XFAILs with llvmgcc3, they pass with llvmgcc4Chris Lattner2006-04-137-9/+10
* Add a run with an unusual target triple, revert the patch that sent output toChris Lattner2006-04-131-5/+6
* Update a count, this test now passes.Chris Lattner2006-04-131-1/+1
* Added the ability to xfail based on llvmgcc versionTanya Lattner2006-04-1271-72/+76
* Don't dump the llc assembly output to stdout.Reid Spencer2006-04-121-5/+5
* new testcaseChris Lattner2006-04-121-0/+20
* Added llvmgcc version to allow tests to be xfailed by frontend version.Tanya Lattner2006-04-121-0/+1
* These casts should turn into gep instructionsChris Lattner2006-04-121-1/+12
* two equivalent vsplti*s in different types should be CSEd.Chris Lattner2006-04-121-2/+12
* Rename this fileChris Lattner2006-04-121-0/+0
* Make this test more interesting by checking that the 0.0 used to implement ve...Chris Lattner2006-04-121-3/+7
* new testcaseChris Lattner2006-04-121-0/+9
* new testcaseChris Lattner2006-04-121-0/+12
* new testcaseChris Lattner2006-04-101-0/+7
* New testcaseChris Lattner2006-04-101-0/+17
* Add a vselect test case.Evan Cheng2006-04-101-0/+11
* add new testcaseChris Lattner2006-04-082-1/+27
* new testcase for shufflevectorChris Lattner2006-04-081-0/+12
* Doh!Evan Cheng2006-04-071-2/+2
* Added more shuffle testsEvan Cheng2006-04-071-0/+46
* Add testcases for vpku[hw]um(x,x)Chris Lattner2006-04-061-1/+71
* Add the variable llvmgccmajvers to the site.exp file. This will containReid Spencer2006-04-061-0/+1
* Add vmrg(x,x) testsChris Lattner2006-04-061-2/+156
* Add tests for vmrg[hl]*Chris Lattner2006-04-061-2/+164
* test vperm promotionChris Lattner2006-04-061-0/+16
* new testcaseChris Lattner2006-04-061-0/+86
* new testcase that was miscompiled to vspltisbChris Lattner2006-04-051-0/+8
* new testcaseChris Lattner2006-04-051-0/+55
* Separate out to 2 test casesEvan Cheng2006-04-051-26/+1
* make this test less exactingAndrew Lenharth2006-04-051-1/+1
* Add a new shuffle test case that requires pshuflw / pshufhw pair.Evan Cheng2006-04-051-2/+27