Pass llvm/test/Regression/CodeGen/Generic/debug-info.ll.
[oota-llvm.git] / test /
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 Reid SpencerIgnore some files that occur when srcdir = objdir.
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 Lattnernew testcase, contributed by Eric Kidd.
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-17 Chris Lattnernew testcase that broke the new f.e.
2006-03-16 Chris LattnerNew testcase, the new CFE compiles this into insertelem...
2006-03-16 Reid SpencerAdd a RUN: line so this test doesn't fail.
2006-03-15 Andrew Lenharthbetter check
2006-03-15 Evan ChengAlso requires -mattr=-sse3
2006-03-14 Chris Lattnernew testcase from a FIXME in the code
2006-03-14 Chris LattnerTest that we can reassociate (x<<1)+(y<<1) -> (X+Y...
2006-03-14 Jim LaskeyRemove the use of llvm.dbg.declare.
2006-03-13 Chris Lattnernew testcase
2006-03-10 Chris LattnerSimplify this 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-09 Chris LattnerUpdate these tests (which use autoupgrade) to run const...
2006-03-08 Chris LattnerAutomatically pass -emit-llvm to llvmgcc when using...
2006-03-08 Chris LattnerPass -emit-llvm automatically to %llvmgcc and %llvmg...
2006-03-07 Chris Lattnernew testcase that should have been added long ago.
2006-03-07 Chris Lattnernew testcase
2006-03-06 Chris Lattnernew regression test
2006-03-05 Chris Lattnernew testcase I forgot to check in earlier
2006-03-05 Chris Lattnernew testcase for vector narrowing.
2006-03-04 Chris Lattnernew testcase
2006-03-04 Chris Lattnernew testcase
2006-03-04 Chris Lattnernew testcase
2006-03-04 Chris Lattnernew testcase
2006-03-04 Chris LattnerNew testcase, make sure nate doesn't vanish
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 Chris Lattnernew testcases
2006-03-02 Evan ChengAdd a regression test for bug 478.
2006-03-02 Chris Lattneradd a couple more cases
2006-03-01 Chris Lattnertestcase that crashed the new CFE
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 Lattnernew testcase
2006-02-28 Chris Lattnerevan's recent x86 isel improvements have fixed this...
2006-02-28 Chris Lattnernew testcases
2006-02-28 Chris Lattnernew testcases for PR712
2006-02-28 Chris Lattnernew testcase
2006-02-27 Chris Lattnernew testcases
2006-02-27 Chris LattnerNew testcases
2006-02-27 Chris LattnerReenable this
2006-02-27 Chris Lattnernew testcase
2006-02-26 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-22 Chris Lattnernew testcase distilled from SPASS
2006-02-18 Chris Lattnernew testcase that crashes simplifycfg
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-14 Chris Lattnernew testcase that broke unswitch due to loopsimplify...
2006-02-13 Chris Lattnernew testcase
2006-02-13 Chris Lattnertestcase reduced from Ptrdist/bc that is miscompiled...
2006-02-13 Andrew Lenharthtest for improved zap discovery
2006-02-13 Chris Lattnerthis passes now, due to Nate's recent efforts
2006-02-13 Chris LattnerReduce this testcase a bit more, with the help of llvm...
2006-02-12 Evan ChengAdded a test case for a libcall insertion bug.
2006-02-12 Chris Lattnertweaks
2006-02-12 Chris Lattnernew testcase
2006-02-12 Chris Lattnermove a failing testcase from bit-tracking.ll to narrow...
2006-02-12 Chris LattnerMake these tests fail if opt crashes.
2006-02-11 Chris LattnerUpdate comments to be actually accurate
next