| Commit message (Expand) | Author | Age | Files | Lines |
* | new testcase, contributed by Eric Kidd. | Chris Lattner | 2006-03-19 | 1 | -0/+20 |
* | add a new testcase. This insertelement should be a noop on SSE. | Chris Lattner | 2006-03-19 | 1 | -0/+6 |
* | add another testcase, explicitly check stuff works with G5 and G3 codegen on | Chris Lattner | 2006-03-19 | 1 | -1/+17 |
* | add two new insert_element tests | Chris Lattner | 2006-03-19 | 1 | -0/+12 |
* | Add three new testcases | Chris Lattner | 2006-03-19 | 1 | -0/+25 |
* | update testcases for x86 fastcc changes. | Chris Lattner | 2006-03-18 | 2 | -2/+4 |
* | Add a missing testcase | Nate Begeman | 2006-03-17 | 1 | -0/+6 |
* | new testcase | Chris Lattner | 2006-03-17 | 1 | -0/+41 |
* | Add a lsr common loop invariant hoisting test case | Evan Cheng | 2006-03-17 | 1 | -0/+28 |
* | new testcase that broke the new f.e. | Chris Lattner | 2006-03-17 | 1 | -0/+8 |
* | New testcase, the new CFE compiles this into insertelement instructions, the | Chris Lattner | 2006-03-16 | 1 | -0/+11 |
* | Add a RUN: line so this test doesn't fail. | Reid Spencer | 2006-03-16 | 1 | -1/+1 |
* | better check | Andrew Lenharth | 2006-03-15 | 1 | -3/+15 |
* | Also requires -mattr=-sse3 | Evan Cheng | 2006-03-15 | 3 | -3/+3 |
* | new testcase from a FIXME in the code | Chris Lattner | 2006-03-14 | 2 | -2/+16 |
* | Test that we can reassociate (x<<1)+(y<<1) -> (X+Y)<<1. | Chris Lattner | 2006-03-14 | 1 | -0/+11 |
* | Remove the use of llvm.dbg.declare. | Jim Laskey | 2006-03-14 | 1 | -6/+3 |
* | new testcase | Chris Lattner | 2006-03-13 | 1 | -0/+11 |
* | Simplify this testcase | Chris Lattner | 2006-03-10 | 1 | -14/+2 |
* | weak globals on darwin require an extra load, breaking this test | Chris Lattner | 2006-03-10 | 1 | -1/+1 |
* | Add a test case for (store (op (load ..) ..) ..) folding. | Evan Cheng | 2006-03-09 | 2 | -2/+45 |
* | Update these tests (which use autoupgrade) to run constprop and check | Chris Lattner | 2006-03-09 | 2 | -2/+4 |
* | Automatically pass -emit-llvm to llvmgcc when using %llvmgcc | Chris Lattner | 2006-03-08 | 1 | -2/+2 |
* | Pass -emit-llvm automatically to %llvmgcc and %llvmg++ to fix regression | Chris Lattner | 2006-03-08 | 1 | -1/+1 |
* | new testcase that should have been added long ago. | Chris Lattner | 2006-03-07 | 1 | -0/+6 |
* | new testcase | Chris Lattner | 2006-03-07 | 1 | -0/+15 |
* | new regression test | Chris Lattner | 2006-03-06 | 1 | -0/+24 |
* | new testcase I forgot to check in earlier | Chris Lattner | 2006-03-05 | 1 | -0/+7 |
* | new testcase for vector narrowing. | Chris Lattner | 2006-03-05 | 1 | -0/+11 |
* | new testcase | Chris Lattner | 2006-03-04 | 1 | -0/+21 |
* | new testcase | Chris Lattner | 2006-03-04 | 2 | -0/+27 |
* | new testcase | Chris Lattner | 2006-03-04 | 1 | -0/+7 |
* | new testcase | Chris Lattner | 2006-03-04 | 1 | -0/+31 |
* | New testcase, make sure nate doesn't vanish | Chris Lattner | 2006-03-04 | 1 | -0/+10 |
* | Add another test case for instruction scheduling. | Evan Cheng | 2006-03-03 | 1 | -0/+10 |
* | Remove these testcases. These intrinsics are going away | Chris Lattner | 2006-03-03 | 2 | -42/+0 |
* | new testcases | Chris Lattner | 2006-03-02 | 2 | -0/+21 |
* | Add a regression test for bug 478. | Evan Cheng | 2006-03-02 | 1 | -0/+11 |
* | add a couple more cases | Chris Lattner | 2006-03-02 | 1 | -0/+17 |
* | testcase that crashed the new CFE | Chris Lattner | 2006-03-01 | 1 | -0/+14 |
* | new testcase | Chris Lattner | 2006-03-01 | 1 | -0/+98 |
* | load (x|y) -> load (x+y) iff x and y have no common bits. | Chris Lattner | 2006-03-01 | 1 | -0/+23 |
* | new testcase. These functions shouldn't touch the stack if stfiwx use | Chris Lattner | 2006-03-01 | 1 | -0/+21 |
* | new testcase. There should be no accesses to the stack for these functions. | Chris Lattner | 2006-03-01 | 1 | -0/+27 |
* | new testcase | Chris Lattner | 2006-03-01 | 1 | -0/+12 |
* | Add a test case for left shift by 1. We should not be using lea for this. | Evan Cheng | 2006-02-28 | 1 | -0/+9 |
* | new testcase | Chris Lattner | 2006-02-28 | 1 | -0/+6 |
* | evan's recent x86 isel improvements have fixed this, though not in the way | Chris Lattner | 2006-02-28 | 1 | -3/+0 |
* | new testcases | Chris Lattner | 2006-02-28 | 1 | -1/+30 |
* | new testcases for PR712 | Chris Lattner | 2006-02-28 | 1 | -0/+18 |