aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* new testcase, contributed by Eric Kidd.Chris Lattner2006-03-191-0/+20
* add a new testcase. This insertelement should be a noop on SSE.Chris Lattner2006-03-191-0/+6
* add another testcase, explicitly check stuff works with G5 and G3 codegen onChris Lattner2006-03-191-1/+17
* add two new insert_element testsChris Lattner2006-03-191-0/+12
* Add three new testcasesChris Lattner2006-03-191-0/+25
* update testcases for x86 fastcc changes.Chris Lattner2006-03-182-2/+4
* Add a missing testcaseNate Begeman2006-03-171-0/+6
* new testcaseChris Lattner2006-03-171-0/+41
* Add a lsr common loop invariant hoisting test caseEvan Cheng2006-03-171-0/+28
* new testcase that broke the new f.e.Chris Lattner2006-03-171-0/+8
* New testcase, the new CFE compiles this into insertelement instructions, theChris Lattner2006-03-161-0/+11
* Add a RUN: line so this test doesn't fail.Reid Spencer2006-03-161-1/+1
* better checkAndrew Lenharth2006-03-151-3/+15
* Also requires -mattr=-sse3Evan Cheng2006-03-153-3/+3
* new testcase from a FIXME in the codeChris Lattner2006-03-142-2/+16
* Test that we can reassociate (x<<1)+(y<<1) -> (X+Y)<<1.Chris Lattner2006-03-141-0/+11
* Remove the use of llvm.dbg.declare.Jim Laskey2006-03-141-6/+3
* new testcaseChris Lattner2006-03-131-0/+11
* Simplify this testcaseChris Lattner2006-03-101-14/+2
* weak globals on darwin require an extra load, breaking this testChris Lattner2006-03-101-1/+1
* Add a test case for (store (op (load ..) ..) ..) folding.Evan Cheng2006-03-092-2/+45
* Update these tests (which use autoupgrade) to run constprop and checkChris Lattner2006-03-092-2/+4
* Automatically pass -emit-llvm to llvmgcc when using %llvmgccChris Lattner2006-03-081-2/+2
* Pass -emit-llvm automatically to %llvmgcc and %llvmg++ to fix regressionChris Lattner2006-03-081-1/+1
* new testcase that should have been added long ago.Chris Lattner2006-03-071-0/+6
* new testcaseChris Lattner2006-03-071-0/+15
* new regression testChris Lattner2006-03-061-0/+24
* new testcase I forgot to check in earlierChris Lattner2006-03-051-0/+7
* new testcase for vector narrowing.Chris Lattner2006-03-051-0/+11
* new testcaseChris Lattner2006-03-041-0/+21
* new testcaseChris Lattner2006-03-042-0/+27
* new testcaseChris Lattner2006-03-041-0/+7
* new testcaseChris Lattner2006-03-041-0/+31
* New testcase, make sure nate doesn't vanishChris Lattner2006-03-041-0/+10
* Add another test case for instruction scheduling.Evan Cheng2006-03-031-0/+10
* Remove these testcases. These intrinsics are going awayChris Lattner2006-03-032-42/+0
* new testcasesChris Lattner2006-03-022-0/+21
* Add a regression test for bug 478.Evan Cheng2006-03-021-0/+11
* add a couple more casesChris Lattner2006-03-021-0/+17
* testcase that crashed the new CFEChris Lattner2006-03-011-0/+14
* new testcaseChris Lattner2006-03-011-0/+98
* load (x|y) -> load (x+y) iff x and y have no common bits.Chris Lattner2006-03-011-0/+23
* new testcase. These functions shouldn't touch the stack if stfiwx useChris Lattner2006-03-011-0/+21
* new testcase. There should be no accesses to the stack for these functions.Chris Lattner2006-03-011-0/+27
* new testcaseChris Lattner2006-03-011-0/+12
* Add a test case for left shift by 1. We should not be using lea for this.Evan Cheng2006-02-281-0/+9
* new testcaseChris Lattner2006-02-281-0/+6
* evan's recent x86 isel improvements have fixed this, though not in the wayChris Lattner2006-02-281-3/+0
* new testcasesChris Lattner2006-02-281-1/+30
* new testcases for PR712Chris Lattner2006-02-281-0/+18