add some tests for floating point arithmetic
[oota-llvm.git] / test / Transforms /
2006-10-08 Chris Lattnernew testcase for PR892
2006-10-08 Chris Lattnernew testcase for SROA for stuff like "union { int*...
2006-10-05 Chris Lattnernew testcase
2006-10-03 Nick LewyckyMove break-crit-edges before the predicate simplifier...
2006-10-01 Chris Lattnernew testcase, malloc should be promoted to [2 x double].
2006-09-21 Chris Lattnernew testcase
2006-09-20 Nick LewyckyOnce we're down to "setcc type constant1, constant2...
2006-09-20 Nick LewyckyUse a total ordering to compare instructions.
2006-09-19 Andrew LenharthInspired by the linux kernel, the more we keep adds...
2006-09-19 Chris Lattnernumber test right
2006-09-19 Chris Lattnermake this harder
2006-09-19 Chris Lattnernew testcases
2006-09-19 Nick LewyckyEnable dejagnu tests for predicate simplifier.
2006-09-18 Chris Lattnernew testcase
2006-09-18 Chris Lattnernew testcase
2006-09-18 Chris LattnerNew testcase, can be an srl instead of sra
2006-09-16 Chris LattnerTestcase for PR913
2006-09-15 Chris Lattnerxfail this for now
2006-09-15 Chris LattnerThe inliner strips dead allocas now. Add a use to...
2006-09-13 Chris Lattnernew testcase
2006-09-12 Chris Lattnertestcase for PR908
2006-09-11 Chris Lattnernew testcase for PR905
2006-09-10 Nick LewyckyReplace EquivalenceClasses with a custom-built data...
2006-09-09 Chris Lattnernew testcase
2006-09-09 Chris Lattnernew testcase
2006-09-07 Chris Lattnernew testcase
2006-09-02 Owen AndersonMake this testcase actually recursive. I accidentally...
2006-09-02 Owen AndersonMake ArgumentPromotion handle recursive functions that...
2006-09-02 Nick LewyckyImprove handling of SelectInst.
2006-08-31 Nick LewyckyThis program crashes the PredicateSimplifier. Not marke...
2006-08-28 Nick LewyckyAdd PredicateSimplifier pass. Collapses equal variables...
2006-08-27 Chris Lattneropt no longer reads .ll files. Run llvm-as explicitly.
2006-08-24 Owen AndersonImplement unrolling of multiblock loops. This signific...
2006-08-18 Reid SpencerFor PR872:
2006-08-14 Chris Lattnernew testcase from PR877
2006-08-12 Chris LattnerNew testcase, this used to take hours to loopsimplify.
2006-08-03 Chris Lattnernew testcase for pr867
2006-07-12 Chris Lattnertestcase for PR827
2006-07-10 Chris LattnerAdd tests for 16-bit byteswaps.
2006-07-09 Owen AndersonAdd a test for the LCSSA issue I just fixed.
2006-07-07 Chris LattnerTestcase for PR820
2006-06-28 Chris LattnerInfinite loop in instcombine that nate hit.
2006-06-27 Chris LattnerNew testcase, reduced by nate, which crashes DSE
2006-06-27 Owen AndersonTestcase that Nate found where LoopUnswitch chokes...
2006-06-27 Chris Lattnertestcase that crashes dead arg elim.
2006-06-17 Chris Lattnernew testcase that crashes indvars
2006-06-15 Chris Lattnernew testcase, instcombine should turn these into llvm...
2006-06-14 Chris Lattnernew testcase, distilled from povray
2006-06-12 Chris LattnerTEstcase that makes simplifycfg infloop.
2006-06-12 Owen AndersonMake sure that LCSSA works properly when it encounters...
2006-06-04 Owen AndersonUpdate the regression tests, and add a new one encounte...
2006-06-01 Chris Lattnertestcase for the recent inliner improvement.
2006-05-29 Owen AndersonRequire both tests to pass.
2006-05-29 Owen AndersonUpdate the testcase to check the full extent of LCSSA.
2006-05-27 Chris LattnerNew testcase: check that the inliner constant folds...
2006-05-26 Owen AndersonTrivial testcase that LCSSA can already handle.
2006-05-26 Chris LattnerNew testcase for trivial DSE
2006-05-25 Chris Lattnernew testcase
2006-05-25 Chris Lattnernew testcases
2006-05-25 Chris LattnerThe patch corresponding to this test had to be reverted...
2006-05-24 Chris LattnerTestcase for a new instcombine xform, patch contributed...
2006-05-13 Chris LattnerNew testcase for instcombine
2006-05-10 Chris LattnerNew testcase, check that dead code doesn't pessimize...
2006-05-07 Chris LattnerThis test passes now, remove xfail marker
2006-05-06 Chris Lattnernew testcase from ghostscript that inf looped instcombine
2006-05-05 Chris LattnerNew testcase
2006-05-04 Chris Lattnernew testcase that crashes the instcombine pass
2006-04-28 Chris Lattnernew testcase miscompiled by instcombine
2006-04-28 Chris Lattnernew testcase
2006-04-27 Chris LattnerThis should turn into one vector shuffle instruction.
2006-04-26 Chris Lattnernew testcase
2006-04-20 Chris Lattnernew testcase
2006-04-20 Andrew Lenharthcan we cast between pointers and IntPtrType
2006-04-14 Chris LattnerNew testcase, checking to see we can turn this code:
2006-04-14 Chris Lattnernew testcase, vector operations should be CSE'd
2006-04-12 Tanya LattnerAdded the ability to xfail based on llvmgcc version
2006-04-12 Chris LattnerThese casts should turn into gep instructions
2006-04-10 Chris Lattnernew testcase
2006-04-10 Chris LattnerNew testcase
2006-04-01 Chris LattnerNew testcase that caused instcombine to infinitely...
2006-04-01 Chris Lattnernew testcases
2006-04-01 Chris Lattnernew testcase for PR726
2006-03-30 Chris Lattnernew testcase that crashes instcombine
2006-03-23 Reid SpencerTired of wading through cvs's list ? files that are...
2006-03-19 Chris Lattnernew testcase, contributed by Eric Kidd.
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-09 Chris LattnerUpdate these tests (which use autoupgrade) to run const...
2006-03-07 Chris Lattnernew testcase
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-02 Chris Lattneradd a couple more cases
2006-02-28 Chris Lattnernew testcase
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-26 Chris Lattnernew testcase
next