Teach LLVM how to scalarize packed types. Currently, this only works on
[oota-llvm.git] / test /
2005-11-18 Chris Lattnertestcase for recent indvars patches
2005-11-16 Chris LattnerThis passes on ppc and x86 now
2005-11-12 Chris Lattnerthis is no apparently passing on alpha
2005-11-12 Chris Lattnernew testcase
2005-11-11 Andrew Lenharthcontinued readcyclecounter support
2005-11-10 Chris LattnerCheck that this compiles to a label with a space in it.
2005-11-08 John CriswellMerged from RELEASE_16.
2005-11-06 Chris Lattneradd alignment info for globals and functions
2005-11-05 Chris Lattnernew testcase
2005-11-05 Chris LattnerNew testcase
2005-11-02 Andrew LenharthThis is missed by InstCombine, patch comming
2005-10-31 Chris LattnerApparently these do pass on some alphas
2005-10-31 Chris Lattnerthese tests fail on alpha for some reason
2005-10-30 Chris Lattnernew testcase
2005-10-30 Chris LattnerThe pass was removed, but the spirit lives on
2005-10-30 Chris Lattnernew testcase
2005-10-30 Chris Lattnernew testcase
2005-10-29 Duraid Madinatest for the formation of shladd
2005-10-28 Chris Lattneradd the xfail lines
2005-10-28 Chris LattnerNew testcase. Probably many targets don't support...
2005-10-25 Nate BegemanAdd a regression test for the recent fix for FP_TO_UINT...
2005-10-24 Chris LattnerThis pass is gone
2005-10-24 Chris Lattnerthis pass is gone
2005-10-21 Chris LattnerNew testcase that crashes the ppc backend
2005-10-19 John CriswellMoved to Regression/Codegen/Generic.
2005-10-19 John CriswellThis is a generic test for all code generators. It...
2005-10-19 John CriswellForce i386 code generation for an i386 specific test.
2005-10-19 Chris LattnerTestcase that crashes llvmgcc in type layout
2005-10-18 Chris Lattnernew testcase
2005-10-17 John CriswellUse %s instead of hard coding the input filename.
2005-10-13 Chris LattnerNate implemented this :)
2005-10-11 Chris Lattnerthis passes with the change in predicate
2005-10-11 Chris Lattnerlsr doesn't emit gep instructions anymore
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-10-03 Chris Lattnernew testcase for PR635
2005-09-30 Andrew Lenharthmore specific tests of subtarget stuff
2005-09-30 Chris LattnerAdd a test that you can forward ref a class.
2005-09-30 Chris LattnerCheck that we can refer to the same class we are defining.
2005-09-29 Chris Lattnernew testcase for isascii
2005-09-29 Chris Lattneradd a new testcase
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 LattnerTestcase for PR632
2005-09-27 Chris Lattnernew testcase the CBE creates invalid C code for
2005-09-27 Chris LattnerAdd a simple testcase for lowerinvoke
2005-09-27 Chris Lattneradd a new testcase for constant foldable calls
2005-09-27 Chris LattnerAdd a more difficult testcase which uses a call to...
2005-09-26 Chris LattnerTestcase that uses an alloca
2005-09-26 Chris Lattneradd another case, this one that uses getelementptr...
2005-09-26 Chris Lattneradd a test for load
2005-09-26 Chris Lattneradd another testcase with simple control flow
2005-09-26 Chris Lattnermake this harder: put some code into it
2005-09-26 Chris Lattnernew testcase for static ctor list optimizations
2005-09-24 Chris LattnerAll of these should turn into sign extends (e.g. extsh...
2005-09-24 Chris LattnerEnhance this to check for a crash, add a case that...
2005-09-24 Chris Lattnernew testcase that crashes the CFE
2005-09-24 Chris Lattnernew testcase for PR630
2005-09-23 Chris Lattnernew testcase
2005-09-23 Chris Lattnernew testcase
2005-09-21 Chris LattnerTestcase for PR629
2005-09-20 Chris Lattnermake this test harder: add a case where instructions...
2005-09-20 Chris Lattnernew testcase
2005-09-19 Chris Lattnernew testcase.
2005-09-18 Chris Lattnernew testcase
2005-09-18 Chris Lattnernew testcase
2005-09-18 Chris Lattnernew testcase
2005-09-13 Duraid Madinafails since linux-itanium headers are Different
2005-09-12 Chris Lattnernew testcase
2005-09-12 Chris Lattnernew testcase
2005-09-12 Chris Lattnernew testcase
2005-09-12 Chris Lattnerrelax pattern match on name
2005-09-12 Chris Lattnernew testcase
2005-09-12 Chris Lattnernew testcase
2005-09-11 Chris LattnerMake sure to disable 64-bit extensions for this test
2005-09-10 Chris Lattnernew testcase
2005-09-09 Chris LattnerNew testcase, neither should require a register-registe...
2005-09-08 Chris Lattnerx and X should be structurally identical
2005-09-06 Nate BegemanTest the new 64bit i64<->fp functionality
2005-09-06 Chris Lattnernew testcase: tblgen should grok this.
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 Lattnernew testcase for recent bugfix
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 Lattnernew testcase that crashes -reassociate
2005-08-24 Chris Lattnernew testcase
2005-08-24 Chris LattnerMake sure this doesn't break when we're improving the...
2005-08-23 Chris LattnerNew testcase for PR618
next