remove broken SRA/rlwimi case
[oota-llvm.git] / test / CodeGen /
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-10-07 Chris Lattnertest broken in the IA64 backend.
2005-09-30 Andrew Lenharthmore specific tests of subtarget stuff
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-27 Chris Lattnernew testcase the CBE creates invalid C code for
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 Lattnernew testcase corresponding to PR621
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-23 Chris LattnerNew testcase for PR618
2005-08-22 Chris LattnerTestcase for a crash in the legalizer on ia64. This...
2005-08-22 Chris LattnerAdd a long-overdue itanium regression test dir: hint...
2005-08-21 Chris LattnerFix a bug in the RUN line
2005-08-19 Chris Lattnerremove dead args
2005-08-19 Chris Lattnerremove dead options
2005-08-19 Chris Lattnerremove dead flags
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-09 Chris Lattnernew reg test for a failure last night on ppc/darwin
2005-08-04 Chris LattnerNone of these tests should require a working lli, they...
2005-08-03 Chris LattnerFix this to test the BE we care about
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-07-30 Chris Lattnerthis tests every fp-to-integer conversion
2005-07-22 Andrew Lenharthmake sure we always handle small negatives well
2005-07-20 Chris LattnerAllow this to pass on non-linux systems as well, such...
2005-07-20 Chris Lattnerset the target triple so that we don't fail due to...
2005-07-14 John CriswellRegression test for PR#596: Make sure that negation...
2005-07-13 Chris Lattnernew testcase for PR593
2005-07-13 Chris Lattnernew testcase that crashes llc on x86/ppc. Not generate...
2005-05-15 Chris Lattneradd test to check for tail calls
2005-05-14 Chris LattnerMake sure this is not eligible for tail-call-eliminatio...
2005-05-14 Chris Lattnernew testcase
2005-05-14 Chris LattnerEnsure these casts are done with the hardware fildll...
2005-05-14 Chris Lattnerthis passes
2005-05-13 Chris Lattnernew testcase
2005-05-13 Andrew Lenharthfix regression tests
2005-05-13 John CriswellThese tests are currently expected to fail.
2005-05-13 Chris LattnerForce x86 backend
2005-05-13 Chris Lattnerlet dj run this
2005-05-13 Andrew Lenharthfixed test case
2005-05-13 Chris Lattneradd a correct run line
2005-05-12 Chris Lattnerreg test
2005-05-12 John CriswellFix this test on Solaris.
2005-05-11 Nate BegemanAdd testcase for legalizing ISD::CTTZ efficiently....
2005-05-11 John CriswellRegression test for PR#563.
2005-05-11 Andrew LenharthLegalize for CTLZ generates a ctpop, but this ctpop...
2005-05-11 Chris Lattnerinclude the other bit count intrinsics
2005-05-11 Chris Lattnernew testcase
2005-05-09 Chris Lattnernew testcase
2005-05-09 Chris Lattnertweak test to accept the (good) code emitted by the...
2005-05-09 Chris LattnerNew testcase that crashes the pattern isel
2005-05-05 Chris Lattnernew testcase
2005-05-04 Andrew Lenharthcomment fix
2005-05-04 Andrew Lenharthsee if the legalize code propery compensates for the...
2005-05-04 Andrew Lenharthadded a use of ctpop to debug stuff with
2005-04-30 Chris Lattneradd sin/cos tests
2005-04-30 Chris LattnerAdd a test for llvm.sqrt
2005-04-23 Jeff CohenEliminate tabs and trailing spaces
2005-04-21 Chris LattnerCheck for eqv matching
2005-04-21 Chris Lattnerthis passes on darwin
2005-04-16 Nate BegemanUpdate dejagnu tests to use the new pattern isel flag
2005-04-14 Andrew Lenharthadded a random and mask test
2005-04-13 Nate BegemanAdd CodeGen tests for the recent SelectionDAG transforms
2005-04-13 Andrew Lenharthregression case for faster call sequence
2005-04-13 Andrew Lenharthcheck that casts still use zap
2005-04-13 Andrew Lenharthadded s4addl matching test
2005-04-10 Chris Lattnerfix this testcase so the regex doesn't match the functi...
2005-04-09 Chris Lattnernew testcase that used to crash the ppc fe. It could...
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 LattnerNew testcase that the sparc backend crashes on
2005-04-09 Chris Lattnermake this test more interesting
2005-04-09 Chris Lattneradd a test for fnabs
2005-04-09 Chris Lattneradd a partial test for the fma operations that ppc...
2005-04-08 Andrew Lenharthoops
next