summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Add an integer splat testChris Lattner2006-03-21
* new testcaseChris Lattner2006-03-20
* Option -enable-x86-lsr has been removedEvan Cheng2006-03-20
* new testcase, contributed by Eric Kidd.Chris Lattner2006-03-19
* add a new testcase. This insertelement should be a noop on SSE.Chris Lattner2006-03-19
* add another testcase, explicitly check stuff works with G5 and G3 codegen onChris Lattner2006-03-19
* add two new insert_element testsChris Lattner2006-03-19
* Add three new testcasesChris Lattner2006-03-19
* update testcases for x86 fastcc changes.Chris Lattner2006-03-18
* Add a missing testcaseNate Begeman2006-03-17
* new testcaseChris Lattner2006-03-17
* Add a lsr common loop invariant hoisting test caseEvan Cheng2006-03-17
* new testcase that broke the new f.e.Chris Lattner2006-03-17
* New testcase, the new CFE compiles this into insertelement instructions, theChris Lattner2006-03-16
* Add a RUN: line so this test doesn't fail.Reid Spencer2006-03-16
* better checkAndrew Lenharth2006-03-15
* Also requires -mattr=-sse3Evan Cheng2006-03-15
* new testcase from a FIXME in the codeChris Lattner2006-03-14
* Test that we can reassociate (x<<1)+(y<<1) -> (X+Y)<<1.Chris Lattner2006-03-14
* Remove the use of llvm.dbg.declare.Jim Laskey2006-03-14
* new testcaseChris Lattner2006-03-13
* Simplify this testcaseChris Lattner2006-03-10
* weak globals on darwin require an extra load, breaking this testChris Lattner2006-03-10
* Add a test case for (store (op (load ..) ..) ..) folding.Evan Cheng2006-03-09
* Update these tests (which use autoupgrade) to run constprop and checkChris Lattner2006-03-09
* Automatically pass -emit-llvm to llvmgcc when using %llvmgccChris Lattner2006-03-08
* Pass -emit-llvm automatically to %llvmgcc and %llvmg++ to fix regressionChris Lattner2006-03-08
* new testcase that should have been added long ago.Chris Lattner2006-03-07
* new testcaseChris Lattner2006-03-07
* new regression testChris Lattner2006-03-06
* new testcase I forgot to check in earlierChris Lattner2006-03-05
* new testcase for vector narrowing.Chris Lattner2006-03-05
* new testcaseChris Lattner2006-03-04
* new testcaseChris Lattner2006-03-04
* new testcaseChris Lattner2006-03-04
* new testcaseChris Lattner2006-03-04
* New testcase, make sure nate doesn't vanishChris Lattner2006-03-04
* Add another test case for instruction scheduling.Evan Cheng2006-03-03
* Remove these testcases. These intrinsics are going awayChris Lattner2006-03-03
* new testcasesChris Lattner2006-03-02
* Add a regression test for bug 478.Evan Cheng2006-03-02
* add a couple more casesChris Lattner2006-03-02
* testcase that crashed the new CFEChris Lattner2006-03-01
* new testcaseChris Lattner2006-03-01
* load (x|y) -> load (x+y) iff x and y have no common bits.Chris Lattner2006-03-01
* new testcase. These functions shouldn't touch the stack if stfiwx useChris Lattner2006-03-01
* new testcase. There should be no accesses to the stack for these functions.Chris Lattner2006-03-01
* new testcaseChris Lattner2006-03-01
* Add a test case for left shift by 1. We should not be using lea for this.Evan Cheng2006-02-28
* new testcaseChris Lattner2006-02-28