merge some tests.
[oota-llvm.git] / test / Transforms / LoopStrengthReduce /
2009-11-17 Evan ChengGeneralize OptimizeLoopTermCond to optimize more loop...
2009-11-11 Evan ChengBlock terminator may be a switch.
2009-11-10 Evan ChengGeneralize lsr code that optimize loop to count down...
2009-09-11 Dan GohmanChange tests from "opt %s" to "opt < %s" so that opt...
2009-09-09 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2009-09-08 Dan GohmanConvert a few more opt | llvm-dis to opt -S.
2009-09-08 Dan GohmanUse opt -S instead of piping bitcode output through...
2009-09-08 Dan GohmanChange these tests to feed the assembly files to opt...
2009-09-07 Chris Lattnertighten test.
2009-09-05 Daniel DunbarEliminate uses of %prcontext.
2009-06-20 Dan GohmanTweak this test to be a little less unusual.
2009-06-19 Dan GohmanDon't (unconditionally) use getSCEVAtScope to simplify...
2009-05-27 Dan GohmanRevert 72493 and replace it with a more conservative...
2009-05-27 Dan GohmanIn ChangeCompareStride, when the stride to be reused...
2009-05-20 Dan GohmanSuppress the IV reversal transformation in the case...
2009-05-19 Dan GohmanTeach SCEVExpander to expand arithmetic involving point...
2009-05-12 Dan GohmanFactor the code for collecting IV users out of LSR...
2009-05-05 Bill WendlingTemporarily reverting r71008. It was causing this failure:
2009-05-05 David GreeneHandle overflow of 64-bit loop conditions.
2009-05-02 Dan GohmanPreviously, RecursivelyDeleteDeadInstructions provided...
2009-04-30 Dan GohmanDon't try to mix integers and pointers in an icmp instr...
2009-04-29 Dale JohannesenFix recent regression in gcc.dg/pr26719.c (6835035).
2009-04-27 Dan GohmanTeach getZeroExtendExpr and getSignExtendExpr to use...
2009-04-23 Owen AndersonTestcase for PR2537.
2009-04-23 Owen AndersonAdd testcase from PR3086.
2009-02-20 Dan GohmanImplement "superhero" strength reduction, or full strength
2009-02-17 Evan ChengStrengthen the "non-constant stride must dominate loop...
2009-02-15 Evan ChengFix pr3571: If stride is a value defined by an instruct...
2009-02-09 Dale JohannesenFix PR 3471, and some cleanups.
2009-01-14 Dale JohannesenFix the time regression I introduced in 464.h264ref...
2008-09-09 Devang PatelRemove.
2008-09-09 Devang Patelfix overflow check.
2008-09-08 Devang Patelxfail
2008-09-03 Devang PatelCheck iteration count.
2008-09-02 Devang PatelIf all IV uses are extending integer IV then change...
2008-08-26 Devang PatelIf IV is used in a int-to-float cast inside the loop...
2008-08-18 Bill WendlingXFAIL this test for now.
2008-08-17 Evan ChengDidn't mean to change this.
2008-08-17 Evan ChengFix a (u)comiss intrinsic lowering bug. It was using...
2008-08-15 Devang PatelReapply 54786. Add overflow and number of mantissa...
2008-08-15 Evan ChengRevert 54786. It's not checking for overflows, etc.
2008-08-14 Devang PatelIf IV is used in a int-to-float cast inside the loop...
2008-08-13 Devang PatelCheck sign to detect overflow before changing compare...
2008-08-06 Evan ChengPR2535, not PR2355.
2008-08-06 Evan ChengFix PR2355: bug in ChangeCompareStride. When the loop...
2008-07-21 Dan GohmanAdd the PR number to the test.
2008-07-21 Dan GohmanFix a bug in LSR's dead-PHI cleanup. If a PHI has a...
2008-06-22 Dan GohmanImprove LSR's dead-phi detection to handle use-def...
2008-06-16 Dan GohmanRefine the change in r52258 for avoiding use-before...
2008-06-13 Dan GohmanProtect ChangeCompareStride from situations in which...
2008-05-20 Gabor Greifsabre brings to my attention that the 'tr' suffix is...
2008-05-20 Gabor GreifRename the last test with .llx extension to .ll, resolv...
2008-05-01 Dan GohmanUpdate old-style syntax in some "not grep" tests.
2008-03-19 Tanya LattnerUpgrade tests.
2007-08-15 Dan GohmanConvert tests using "| wc -l | grep ..." to use the...
2007-06-29 John CriswellConvert .cvsignore files
2007-04-23 Devang PatelNew test.
2007-04-16 Reid SpencerFor PR1319:
2007-04-16 Reid SpencerFor PR1319:
2007-04-15 Reid SpencerFor PR1319:
2007-04-11 Reid SpencerMake the llvm-runtest function much more amenable by...
2007-01-13 Reid SpencerFor PR1043:
2006-12-31 Reid SpencerFor PR950:
2006-12-23 Reid SpencerFor PR950:
2006-12-02 Reid SpencerPrevent a GEP from getting upgraded to avoid resulting...
2006-12-02 Reid SpencerUse the llvm-upgrade program to upgrade llvm assembly.
2006-11-17 Chris LattnerNew testcase.
2006-04-12 Tanya LattnerAdded the ability to xfail based on llvmgcc version
2006-03-23 Reid SpencerTired of wading through cvs's list ? files that are...
2005-10-30 Chris Lattnernew testcase
2005-10-11 Chris Lattnerthis passes with the change in predicate
2005-10-11 Chris Lattnerlsr doesn't emit gep instructions anymore
2005-09-12 Chris Lattnerrelax pattern match on name
2005-09-12 Chris Lattnernew testcase
2005-09-12 Chris Lattnernew testcase
2005-09-10 Chris Lattnernew testcase
2005-08-17 Chris Lattnernew testcase distilled from mesa
2005-08-16 Chris Lattnertestcase that crashes lsr, distilled from 175.vpr
2005-08-10 Chris Lattnernew testcase we handle
2005-08-10 Chris Lattnernew testcase
2005-08-09 Chris LattnerThis is now implemented
2005-08-08 Chris LattnerA testcase I don't want to break in the future
2005-08-08 Chris Lattnernew testcase, not implemented yet
2005-08-08 Chris LattnerIt is better to not depend on CSE to share multiplies...
2005-08-08 Chris LattnerThese are both implemented by a recent LSR patch
2005-08-05 Chris Lattnertwo simple testcases loopreduce should handle but does...
2005-08-04 Chris LattnerThis testcase now passes
2005-08-04 Chris Lattnerthis is not implemented by lsr yet
2005-08-03 Chris Lattnerthis now passes
2005-08-01 Chris Lattnertemporarily fail these two tests until LSR evolves...
2005-03-06 Chris Lattnercleanup the test
2005-03-06 Chris Lattnercheck that we only insert one phi node per loop
2005-03-06 Chris LattnerAdd testcase for this:
2005-03-06 Chris Lattnertestcase for A[invariant][indvar] where invariant is...
2005-03-06 Chris Lattneradd test for this:
2005-03-06 Chris LattnerAdd test for this:
2005-03-06 Chris Lattnera regtest
2005-03-06 Chris Lattnernew directory