rename the table
[oota-llvm.git] / test / CodeGen /
2006-04-16 Evan ChengBetter way to splat v2f64
2006-04-14 Chris LattnerForce a specific config, because this test fails in...
2006-04-13 Andrew Lenharthfix this for the more restrictive linkage
2006-04-13 Chris LattnerThis test fails and I don't know why, xfail it until...
2006-04-13 Chris LattnerOops, move misplaced test
2006-04-13 Chris LattnerAdd a run with an unusual target triple, revert the...
2006-04-13 Chris LattnerUpdate a count, this test now passes.
2006-04-12 Tanya LattnerAdded the ability to xfail based on llvmgcc version
2006-04-12 Reid SpencerDon't dump the llc assembly output to stdout.
2006-04-12 Chris Lattnernew testcase
2006-04-12 Chris Lattnertwo equivalent vsplti*s in different types should be...
2006-04-12 Chris LattnerRename this file
2006-04-12 Chris LattnerMake this test more interesting by checking that the...
2006-04-12 Chris Lattnernew testcase
2006-04-12 Chris Lattnernew testcase
2006-04-10 Evan ChengAdd a vselect test case.
2006-04-08 Chris Lattneradd new testcase
2006-04-07 Evan ChengDoh!
2006-04-07 Evan ChengAdded more shuffle tests
2006-04-06 Chris LattnerAdd testcases for vpku[hw]um(x,x)
2006-04-06 Chris LattnerAdd vmrg(x,x) tests
2006-04-06 Chris LattnerAdd tests for vmrg[hl]*
2006-04-06 Chris Lattnertest vperm promotion
2006-04-06 Chris Lattnernew testcase
2006-04-05 Chris Lattnernew testcase that was miscompiled to vspltisb
2006-04-05 Chris Lattnernew testcase
2006-04-05 Evan ChengSeparate out to 2 test cases
2006-04-05 Evan ChengAdd a new shuffle test case that requires pshuflw ...
2006-04-04 Chris LattnerNew testcase
2006-04-04 Chris Lattnernew testcase
2006-04-03 Andrew Lenharthtest powers of 2
2006-04-03 Andrew Lenharthtest some more mul by constant removal
2006-04-02 Andrew LenharthMake sure mul by constant 5 is turned into a s4addq
2006-04-02 Chris LattnerNew testcase that crashes the compiler.
2006-03-31 Chris LattnerAn identity shuffle shouldn't generate any permute...
2006-03-31 Chris LattnerMake this test harder, always check generic x86 and...
2006-03-31 Chris Lattnernew testcase
2006-03-29 Evan ChengAdd a pshufhw test case.
2006-03-29 Evan ChengUse unpcklpd for v2f64 splat.
2006-03-29 Chris Lattnernew testcase
2006-03-28 Chris Lattnernew testcase
2006-03-28 Evan ChengUse movhpd is even better than movlhps.
2006-03-28 Jim LaskeyRegression test for the handling of nulls as arguments...
2006-03-25 Chris LattnerCorrect the vandc testcase
2006-03-25 Chris Lattnernew testcases
2006-03-25 Evan ChengAdd a BUILD_VECTOR with unpack and interleave testcase.
2006-03-25 Chris LattnerNew tests for vsplti*
2006-03-25 Evan ChengAdded a scalar to vector with zero extension testcase
2006-03-24 Chris LattnerNew testcase
2006-03-24 Evan ChengZero vector testcase
2006-03-24 Chris Lattnernew testcase
2006-03-24 Chris Lattnerfix two spellos
2006-03-24 Evan ChengAdd a v2f64 shuffle case.
2006-03-24 Evan ChengAdd a vector shuffle test case
2006-03-23 Reid SpencerTired of wading through cvs's list ? files that are...
2006-03-23 Chris Lattneradd some tests for typecasts and extract_element
2006-03-22 Evan ChengReplace vector splat test case.
2006-03-22 Evan ChengAdd a v2f64 splat (using movlhps) test case.
2006-03-22 Chris Lattnertest that vspltw is generated for test cases
2006-03-21 Chris LattnerAdd an integer splat test
2006-03-20 Chris Lattnernew testcase
2006-03-20 Evan ChengOption -enable-x86-lsr has been removed
2006-03-19 Chris Lattneradd a new testcase. This insertelement should be a...
2006-03-19 Chris Lattneradd another testcase, explicitly check stuff works...
2006-03-19 Chris Lattneradd two new insert_element tests
2006-03-19 Chris LattnerAdd three new testcases
2006-03-18 Chris Lattnerupdate testcases for x86 fastcc changes.
2006-03-17 Nate BegemanAdd a missing testcase
2006-03-17 Chris Lattnernew testcase
2006-03-17 Evan ChengAdd a lsr common loop invariant hoisting test case
2006-03-15 Evan ChengAlso requires -mattr=-sse3
2006-03-14 Jim LaskeyRemove the use of llvm.dbg.declare.
2006-03-13 Chris Lattnernew testcase
2006-03-10 Chris Lattnerweak globals on darwin require an extra load, breaking...
2006-03-09 Evan ChengAdd a test case for (store (op (load ..) ..) ..) folding.
2006-03-04 Chris Lattnernew testcase
2006-03-03 Evan ChengAdd another test case for instruction scheduling.
2006-03-03 Chris LattnerRemove these testcases. These intrinsics are going...
2006-03-02 Evan ChengAdd a regression test for bug 478.
2006-03-01 Chris Lattnernew testcase
2006-03-01 Chris Lattnerload (x|y) -> load (x+y) iff x and y have no common...
2006-03-01 Chris Lattnernew testcase. These functions shouldn't touch the...
2006-03-01 Chris Lattnernew testcase. There should be no accesses to the stack...
2006-03-01 Chris Lattnernew testcase
2006-02-28 Evan ChengAdd a test case for left shift by 1. We should not...
2006-02-28 Chris Lattnerevan's recent x86 isel improvements have fixed this...
2006-02-28 Chris Lattnernew testcases
2006-02-27 Chris LattnerReenable this
2006-02-27 Chris Lattnernew testcase
2006-02-25 Evan ChengNew test case: use lea for imul by some constants.
2006-02-25 Evan Chenglea.ll is XFAIL until we implement convertToThreeAddress.
2006-02-25 Chris Lattnerthis fails, mark it as such
2006-02-23 Evan ChengAdd a test case for 'lea'.
2006-02-17 Nate BegemanA few final (for now) tests
2006-02-17 Nate BegemanYet another test
2006-02-17 Nate BegemanNew tests!
2006-02-17 Nate BegemanFix a comment sabre noticed :)
2006-02-17 Nate BegemanA couple new regression tests to make sure we always...
2006-02-15 Jim LaskeyCode sufficiently protected against this test.
2006-02-13 Andrew Lenharthtest for improved zap discovery
next