Update more tests to the new EH scheme.
[oota-llvm.git] / test / Transforms / IndVarSimplify /
2011-08-26 Bill WendlingDon't sink landingpad instructions during ind-var simpl...
2011-08-06 Andrew TrickMade SCEV's UDiv expressions more canonical. When divid...
2011-07-20 Andrew Trickindvars: Added getInsertPointForUses to find a valid...
2011-07-20 Andrew Trickindvars test case for r135558.
2011-07-20 Andrew Trickindvars -disable-iv-rewrite fix: derived GEP IVs
2011-07-18 Andrew Trickindvars: LinearFunctionTestReplace for non-canonical...
2011-07-06 Andrew Trickindvars -disable-iv-rewrite: Added SimplifyCongruentIVs.
2011-07-02 Andrew Trickindvars -disable-iv-rewrite: bug fix involving weird...
2011-06-30 Andrew Trickindvars -disable-iv-rewrite: handle cloning binary...
2011-06-30 Andrew Trickindvars -disable-iv-rewrite: handle an edge case involv...
2011-06-29 Andrew Trickindvars -disable-iv-rewrite: insert new trunc instructi...
2011-06-29 Andrew Trickindvars -disable-iv-rewrite: just because SCEV ignores...
2011-06-28 Andrew TrickFileCheckify and prepare for -disable-iv-rewrite.
2011-06-21 Andrew Trickindvars -disable-iv-rewrite: Adds support for eliminati...
2011-06-17 Chris Lattnermanually upgrade a bunch of tests to modern syntax...
2011-06-02 Andrew TrickTest case pasto (failed when run with IR verifier).
2011-05-31 Andrew Trickscev: Better sign-extend removal. Normalize postincreme...
2011-05-26 Andrew Trickindvars: incremental fixes for -disable-iv-rewrite...
2011-05-25 Andrew Trickindvars: fixed IV cloning in -disable-iv-rewrite mode...
2011-05-24 Andrew TrickFileCheck-ize a couple of IV unit tests.
2011-05-24 Andrew TrickTest case for r130799 - indvars: Added canExpandBackEdg...
2011-04-27 Andrew TrickFixes PR9730: indvars: An asserting value handle still...
2011-03-18 Andrew TrickAvoid creating canonical induction variables for non...
2010-10-07 Devang PatelRemove LoopIndexSplit pass. It is neither maintained...
2010-09-02 Chris Lattnermore test cleanup
2010-09-02 Duncan SandsPrint the number of uses of a function in the .ll since...
2010-08-30 Duncan SandsCorrect bogus module triple specifications.
2010-07-26 Dan GohmanFix SCEVExpander::visitAddRecExpr so that it remembers...
2010-07-16 Dan GohmanFix this test.
2010-07-15 Dan GohmanFix the order that SCEVExpander considers add operands...
2010-06-29 Dan GohmanFix ScalarEvolution's tripcount computation for chains...
2010-06-18 Dan GohmanDisable indvars on loops when LoopSimplify form is...
2010-06-17 Rafael EspindolaRemove arm_apcscc from the test files. It is the defaul...
2010-04-19 Dan GohmanRemove the Expr member from IVUsers. Instead of remembe...
2010-04-17 Nick LewyckyFix declarations in a few more tests.
2010-04-13 Dan GohmanTeach ScalarEvolution to simplify smax and umax when...
2010-04-13 Dan GohmanTeach IndVarSimplify how to eliminate remainder operato...
2010-04-12 Dan GohmanSuppress LinearFunctionTestReplace when the computed...
2010-04-12 Dan GohmanRe-apply r101000, with a fix: Don't eliminate an icmp...
2010-04-12 Dan GohmanRevert 101000, which is breaking self-host builds.
2010-04-11 Dan GohmanTeach IndVarSimplify how to eliminate comparisons invol...
2010-04-07 Chris Lattneradd newlines at the end of files.
2010-04-03 Chris Lattneradd integer overflow check for the fp induction variable
2010-04-03 Chris Lattnerfix PR6761, a miscompilation due to the fp->int IV...
2010-04-03 Chris Lattnerconvert to filecheck
2010-04-03 Chris Lattnerrename feature test.
2010-04-03 Chris Lattneractually just remove this, will move the real feature...
2010-04-03 Chris Lattnerrename test since it is a feature test.
2010-04-03 Chris Lattnerfirst half of a pass through IndVarSimplify::HandleFloa...
2010-04-02 Dan GohmanManually notify ScalarEvolution before making an operan...
2010-02-25 Dan GohmanMake LoopSimplify change conditional branches in loop...
2010-02-19 Dan GohmanTeach ScalarEvolution how to compute a tripcount for...
2010-02-12 Dan GohmanReapply the new LoopStrengthReduction code, with compil...
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...
next