-disable-output is no longer needed with -analyze.
[oota-llvm.git] / test / Transforms / IndVarSimplify /
2010-01-26 Dan Gohman-disable-output is no longer needed with -analyze.
2010-01-21 Dan GohmanRe-implement the main strength-reduction portion of...
2010-01-09 Dan GohmanUse WriteAsOperand instead of getName() to print loop...
2010-01-05 Dan GohmanMove this test from test/Transforms/IndVarSimplify to
2009-12-11 Dan GohmanMake getUniqueExitBlocks's precondition assert more...
2009-11-03 Kenneth UildriksMake opt default to not adding a target data string...
2009-09-28 Dan GohmanAdd a testcase for r83011.
2009-09-26 Dan GohmanFix a case where ScalarEvolution was expanding pointer...
2009-09-11 Dan GohmanChange tests from "opt %s" to "opt < %s" so that opt...
2009-09-08 Dan GohmanUse "opt < %s" instead of "opt %s" so that opt doesn...
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-05 Daniel DunbarEliminate uses of %prcontext.
2009-08-25 Dan GohmanSpecial-case static allocas in IndVarSimplify's loop...
2009-08-18 Dan GohmanGeneralize ScalarEvolution to be able to analyze GEPs...
2009-07-20 Dan GohmanThe upper argument of ConstantRange is exclusive, not...
2009-07-20 Dan GohmanRevert the addition of hasNoPointerOverflow to GEPOperator.
2009-07-16 Dan GohmanFill in some holes in ScalarEvolution's loop iteration...
2009-07-15 Eli FriedmanSwitch invars away from using isTrapping when it really...
2009-07-14 Dan GohmanFix the expansion of umax and smax in the case where...
2009-07-14 Dan GohmanAdd a testcase for a bug fixed by r75634.
2009-07-14 Dan GohmanUpdate LoopSimplify and LoopUnswitch to use the new...
2009-07-14 Dan GohmanFix indvars to not assume that a loop with a single...
2009-07-13 Dan GohmanReapply 75252, with a fix to avoid the infinite recursi...
2009-07-11 Nick LewyckyRevert r75252 which was causing some crashes at compile...
2009-07-10 Dan GohmanGeneralize ScalarEvolution's cast-folding code to suppo...
2009-06-29 Dan GohmanDon't cache PHI exit values from exhaustive evaluations...
2009-06-27 Dan GohmanWhen a value is used multiple times within a single...
2009-06-26 Dan GohmanAdd some testcases for some of the recent ScalarEvoluti...
2009-06-24 Dan GohmanSimplify [su]max(MAX, n) to MAX. This comes up in loop...
2009-06-24 Dan GohmanWhen inserting code into a loop preheader, insert it...
2009-06-21 Dan GohmanFix ScalarEvolution's backedge-taken count computations...
2009-06-20 Dan GohmanGeneralize isLoopGuardedByCond's checking to consider two
2009-06-18 Dan GohmanRemove the code from IVUsers that attempted to handle
2009-06-17 Dan GohmanAdd -disable-output to a bunch of tests that don't...
2009-06-16 Dan GohmanInstcombine's ShrinkDemandedConstant may strip bits...
2009-06-14 Dan GohmanImplement more aggressive folding of add operand lists...
2009-06-13 Dan GohmanTeach SCEVExpander's visitAddRecExpr to reuse an existi...
2009-06-04 Dan GohmanSplit the Add, Sub, and Mul instruction opcodes into...
2009-06-03 Dan GohmanDon't attempt to simplify an non-affine IV expression...
2009-05-27 Dan GohmanTeach SCEVExpander to avoid creating over-indexed GEP...
2009-05-26 Dan GohmanIn cases where a pointer value is an operand of a multi...
2009-05-24 Dan GohmanWhen rewriting the loop exit test with the canonical...
2009-05-24 Dan GohmanGeneralize SCEVExpander::visitAddRecExpr's GEP persuit...
2009-05-24 Torok EdwinThe rewriter may hold references to instructions that...
2009-05-22 Dan GohmanTeach IndVarSimplify's FixUsesBeforeDefs to handle...
2009-05-22 Dan GohmanFix a thinko in the code that adapted SCEVMulExpr opera...
2009-05-19 Dan GohmanTeach SCEVExpander to expand arithmetic involving point...
2009-05-18 Dan GohmanAdd nounwind to a few tests.
2009-05-12 Dan GohmanFactor the code for collecting IV users out of LSR...
2009-05-12 Dan GohmanWhen forgetting SCEVs for loop PHIs, don't forget SCEVU...
2009-04-28 Dan GohmanMake this testcase slightly less trivial, so that it...
2009-04-27 Dale JohannesenFix PR 4086, a bug in FP IV elimination.
2009-04-27 Dan GohmanHandle ands with ~0 correctly too. This fixes PR4052.
2009-04-25 Dan GohmanHandle ands with 0 and shifts by 0 correctly. These...
2009-04-23 Dan GohmanFix an error in this test.
2009-04-23 Dan GohmanChange SCEVExpander's expandCodeFor to provide more...
2009-04-22 Evan ChengMake sure both operands have binary instructions have...
2009-04-22 Evan ChengAvoid deferencing use_begin() if value does not have...
2009-04-22 Dan GohmanSCEVExpander's InsertCastOfTo knows how to move existin...
2009-04-16 Dale JohannesenAnother testcase for IV shortening.
2009-04-15 Dale JohannesenEnhance induction variable code to remove the
2009-02-23 Dan GohmanBack out the change in 64918 that used sign-extensions...
2009-02-18 Dan GohmanUse a sign-extend instead of a zero-extend when promoting a
2009-02-18 Dan GohmanFix a corner case in the new indvars promotion logic...
2009-02-16 Dan GohmanRename IndVarsSimplify to IndVarSimplify, to be consist...