aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* fix two spellosChris Lattner2006-03-242-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27050 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a v2f64 shuffle case.Evan Cheng2006-03-241-1/+9
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27038 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a vector shuffle test caseEvan Cheng2006-03-241-0/+10
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27027 91177308-0d34-0410-b5e6-96231b3b80d8
* Tired of wading through cvs's list ? files that are generated when buildingReid Spencer2006-03-2371-1/+214
| | | | | | | | | with srcdir = objdir to see what's okay and what's cruft. So, in goes a bunch of .cvsignore files to shut cvs up about known output from running "make check". git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27009 91177308-0d34-0410-b5e6-96231b3b80d8
* Ignore some files that occur when srcdir = objdir.Reid Spencer2006-03-231-0/+5
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27007 91177308-0d34-0410-b5e6-96231b3b80d8
* add some tests for typecasts and extract_elementChris Lattner2006-03-231-0/+23
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26998 91177308-0d34-0410-b5e6-96231b3b80d8
* Replace vector splat test case.Evan Cheng2006-03-222-11/+22
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26963 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a v2f64 splat (using movlhps) test case.Evan Cheng2006-03-221-0/+11
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26962 91177308-0d34-0410-b5e6-96231b3b80d8
* test that vspltw is generated for test casesChris Lattner2006-03-221-0/+31
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26955 91177308-0d34-0410-b5e6-96231b3b80d8
* Add an integer splat testChris Lattner2006-03-211-0/+19
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26923 91177308-0d34-0410-b5e6-96231b3b80d8
* new testcaseChris Lattner2006-03-201-0/+9
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26906 91177308-0d34-0410-b5e6-96231b3b80d8
* Option -enable-x86-lsr has been removedEvan Cheng2006-03-201-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26903 91177308-0d34-0410-b5e6-96231b3b80d8
* new testcase, contributed by Eric Kidd.Chris Lattner2006-03-191-0/+20
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26871 91177308-0d34-0410-b5e6-96231b3b80d8
* add a new testcase. This insertelement should be a noop on SSE.Chris Lattner2006-03-191-0/+6
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26859 91177308-0d34-0410-b5e6-96231b3b80d8
* add another testcase, explicitly check stuff works with G5 and G3 codegen onChris Lattner2006-03-191-1/+17
| | | | | | | PPC. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26854 91177308-0d34-0410-b5e6-96231b3b80d8
* add two new insert_element testsChris Lattner2006-03-191-0/+12
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26850 91177308-0d34-0410-b5e6-96231b3b80d8
* Add three new testcasesChris Lattner2006-03-191-0/+25
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26844 91177308-0d34-0410-b5e6-96231b3b80d8
* update testcases for x86 fastcc changes.Chris Lattner2006-03-182-2/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26842 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a missing testcaseNate Begeman2006-03-171-0/+6
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26834 91177308-0d34-0410-b5e6-96231b3b80d8
* new testcaseChris Lattner2006-03-171-0/+41
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26832 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a lsr common loop invariant hoisting test caseEvan Cheng2006-03-171-0/+28
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26827 91177308-0d34-0410-b5e6-96231b3b80d8
* new testcase that broke the new f.e.Chris Lattner2006-03-171-0/+8
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26826 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase, the new CFE compiles this into insertelement instructions, theChris Lattner2006-03-161-0/+11
| | | | | | | old one crashes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26794 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a RUN: line so this test doesn't fail.Reid Spencer2006-03-161-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26790 91177308-0d34-0410-b5e6-96231b3b80d8
* better checkAndrew Lenharth2006-03-151-3/+15
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26780 91177308-0d34-0410-b5e6-96231b3b80d8
* Also requires -mattr=-sse3Evan Cheng2006-03-153-3/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26778 91177308-0d34-0410-b5e6-96231b3b80d8
* new testcase from a FIXME in the codeChris Lattner2006-03-142-2/+16
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26756 91177308-0d34-0410-b5e6-96231b3b80d8
* Test that we can reassociate (x<<1)+(y<<1) -> (X+Y)<<1.Chris Lattner2006-03-141-0/+11
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26752 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove the use of llvm.dbg.declare.Jim Laskey2006-03-141-6/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26744 91177308-0d34-0410-b5e6-96231b3b80d8
* new testcaseChris Lattner2006-03-131-0/+11
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26726 91177308-0d34-0410-b5e6-96231b3b80d8
* Simplify this testcaseChris Lattner2006-03-101-14/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26699 91177308-0d34-0410-b5e6-96231b3b80d8
* weak globals on darwin require an extra load, breaking this testChris Lattner2006-03-101-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26695 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a test case for (store (op (load ..) ..) ..) folding.Evan Cheng2006-03-092-2/+45
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26656 91177308-0d34-0410-b5e6-96231b3b80d8
* Update these tests (which use autoupgrade) to run constprop and checkChris Lattner2006-03-092-2/+4
| | | | | | | that the file parses. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26655 91177308-0d34-0410-b5e6-96231b3b80d8
* Automatically pass -emit-llvm to llvmgcc when using %llvmgccChris Lattner2006-03-081-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26623 91177308-0d34-0410-b5e6-96231b3b80d8
* Pass -emit-llvm automatically to %llvmgcc and %llvmg++ to fix regressionChris Lattner2006-03-081-1/+1
| | | | | | | tests with the new f.e. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26622 91177308-0d34-0410-b5e6-96231b3b80d8
* new testcase that should have been added long ago.Chris Lattner2006-03-071-0/+6
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26601 91177308-0d34-0410-b5e6-96231b3b80d8
* new testcaseChris Lattner2006-03-071-0/+15
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26596 91177308-0d34-0410-b5e6-96231b3b80d8
* new regression testChris Lattner2006-03-061-0/+24
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26579 91177308-0d34-0410-b5e6-96231b3b80d8
* new testcase I forgot to check in earlierChris Lattner2006-03-051-0/+7
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26565 91177308-0d34-0410-b5e6-96231b3b80d8
* new testcase for vector narrowing.Chris Lattner2006-03-051-0/+11
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26537 91177308-0d34-0410-b5e6-96231b3b80d8
* new testcaseChris Lattner2006-03-041-0/+21
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26534 91177308-0d34-0410-b5e6-96231b3b80d8
* new testcaseChris Lattner2006-03-042-0/+27
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26525 91177308-0d34-0410-b5e6-96231b3b80d8
* new testcaseChris Lattner2006-03-041-0/+7
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26518 91177308-0d34-0410-b5e6-96231b3b80d8
* new testcaseChris Lattner2006-03-041-0/+31
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26514 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase, make sure nate doesn't vanishChris Lattner2006-03-041-0/+10
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26511 91177308-0d34-0410-b5e6-96231b3b80d8
* Add another test case for instruction scheduling.Evan Cheng2006-03-031-0/+10
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26507 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove these testcases. These intrinsics are going awayChris Lattner2006-03-032-42/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26478 91177308-0d34-0410-b5e6-96231b3b80d8
* new testcasesChris Lattner2006-03-022-0/+21
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26473 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a regression test for bug 478.Evan Cheng2006-03-021-0/+11
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26471 91177308-0d34-0410-b5e6-96231b3b80d8