new testcase
[oota-llvm.git] / test / CodeGen / PowerPC /
2006-04-12 Chris Lattnernew testcase
2006-04-08 Chris Lattneradd new testcase
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-04 Chris Lattnernew testcase
2006-04-02 Chris LattnerNew testcase that crashes the compiler.
2006-03-31 Chris Lattnernew testcase
2006-03-25 Chris LattnerCorrect the vandc testcase
2006-03-25 Chris Lattnernew testcases
2006-03-25 Chris LattnerNew tests for vsplti*
2006-03-24 Chris LattnerNew testcase
2006-03-24 Chris Lattnernew testcase
2006-03-23 Reid SpencerTired of wading through cvs's list ? files that are...
2006-03-22 Chris Lattnertest that vspltw is generated for test cases
2006-03-20 Chris Lattnernew testcase
2006-03-17 Nate BegemanAdd a missing testcase
2006-03-13 Chris Lattnernew testcase
2006-03-04 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-02-28 Chris Lattnernew testcases
2006-02-27 Chris LattnerReenable this
2006-02-27 Chris Lattnernew testcase
2006-02-25 Chris Lattnerthis fails, mark it as such
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-13 Chris Lattnerthis passes now, due to Nate's recent efforts
2006-01-21 Chris Lattnernew testcase that crashes llc for ppc
2006-01-18 Chris Lattnernew testcase
2006-01-11 Nate BegemanAdd testcase for rotate by register and rotate by immediate
2006-01-11 Chris LattnerTestcase the PPC backend is miscompiling.
2005-12-14 Nate BegemanAdd a case for float just to make sure the patterns...
2005-11-30 Chris LattnerTest that crashes the ppc backend.
2005-11-10 Chris LattnerCheck that this compiles to a label with a space in it.
2005-10-30 Chris Lattnernew testcase
2005-10-30 Chris Lattnernew testcase
2005-10-25 Nate BegemanAdd a regression test for the recent fix for FP_TO_UINT...
2005-10-17 John CriswellUse %s instead of hard coding the input filename.
2005-10-13 Chris LattnerNate implemented this :)
2005-10-10 Chris Lattnernew testcase
2005-10-10 Chris LattnerA testcase sitting in my tree
2005-10-09 Chris LattnerTestcase that is miscompiled by the ppc backend
2005-10-07 Chris LattnerThese don't need to be sdivs.
2005-10-07 Chris LattnerNew testcase, should turn into a ushr
2005-10-07 Chris Lattnerdouble to float casts should nto result in an fmr
2005-09-28 Chris Lattneradd a testcase for a feature we regressed on because...
2005-09-28 Chris Lattneradd testcase for nand
2005-09-28 Chris LattnerConsolidate the eqv.ll and nor.ll files together.
2005-09-28 Chris Lattnersimple tests for nor generation
2005-09-23 Chris Lattnernew testcase
2005-09-11 Chris LattnerMake sure to disable 64-bit extensions for this test
2005-09-09 Chris LattnerNew testcase, neither should require a register-registe...
2005-09-06 Nate BegemanTest the new 64bit i64<->fp functionality
2005-09-02 Chris LattnerTest that converting from double to int64 results in...
2005-09-02 Chris Lattnernew testcase to ensure fsqrt is generated for correct...
2005-09-02 Chris LattnerThis should permit NOT and's, not even dead ones.
2005-09-01 Chris LattnerAnother case that shouldn't have sign extends: function...
2005-09-01 Nate BegemanAdd regression test for efficient codegen of i32 x...
2005-08-31 Chris LattnerAdd a testcase for nate's patch
2005-08-30 Chris LattnerThe dag isel misses both of these, the pattern isel...
2005-08-24 Chris LattnerMake sure this doesn't break when we're improving the...
2005-08-19 Chris Lattnerremove dead options
2005-08-18 Jim LaskeyUnmangled names.
2005-08-18 Jim Laskey1. Fix comment.
2005-08-18 Jim LaskeyAdd regression test to make sure that constants are...
2005-08-18 Nate BegemanAdd a testcase for load short -> uint, which is current...
2005-08-12 Jim LaskeyAdded test cases to guarantee use of ORC and ANDC.
2005-08-12 Chris Lattnertestcase that crashed the ppc backend, distilled from...
2005-08-11 Jim Laskey1. Added the function isOpcWithIntImmediate to simplify...
2005-08-09 Chris LattnerAdd testcases for new rlwinm cases handled, patch by...
2005-08-03 Nate BegemanAdd a couple rlwinm tests for bitfield clears
2005-08-03 Nate BegemanUpdate rlwimi tests to catch all the cases we care...
2005-05-12 John CriswellFix this test on Solaris.
2005-05-11 Nate BegemanAdd testcase for legalizing ISD::CTTZ efficiently....
2005-04-21 Chris LattnerCheck for eqv matching
2005-04-16 Nate BegemanUpdate dejagnu tests to use the new pattern isel flag
2005-04-13 Nate BegemanAdd CodeGen tests for the recent SelectionDAG transforms
2005-04-10 Chris Lattnerfix this testcase so the regex doesn't match the functi...
2005-04-09 Nate BegemanAdd a testcase to make sure that we don't emit two...
2005-04-09 Nate BegemanAdd cases to cover the rest of the patterns we should...
2005-04-09 Chris Lattneradd a test for fnabs
2005-04-09 Chris Lattneradd a partial test for the fma operations that ppc...
2005-01-14 Chris LattnerNew testcase, problem found by Rob.
2005-01-14 Chris LattnerTestcase that crashes the PPC backend. Thanks to Rob...
2004-12-12 Chris LattnerNew testcase that the PPC backend miscompiles. It...
2004-11-30 Chris LattnerNew testcase that crashes the PPC BE
2004-11-30 Chris LattnerNew testcase
2004-11-30 Chris LattnerNew testcase that crashes the PPC backend
2004-11-19 Tanya LattnerAdding srcdir arg
2004-11-13 Tanya LattnerAdding subdirectory dg.exp files in order to be able...
2004-11-06 Chris LattnerAdd missing run line
2004-10-24 Nate BegemanInitial checkin of regression test for generating the...