summaryrefslogtreecommitdiff
path: root/test/Transforms/IndVarSimplify
Commit message (Expand)AuthorAge
* indvars: incremental fixes for -disable-iv-rewrite and testcases.Andrew Trick2011-05-26
* indvars: fixed IV cloning in -disable-iv-rewrite mode with associatedAndrew Trick2011-05-25
* FileCheck-ize a couple of IV unit tests.Andrew Trick2011-05-24
* Test case for r130799 - indvars: Added canExpandBackEdgeTakenCount.Andrew Trick2011-05-24
* Fixes PR9730: indvars: An asserting value handle still pointed to this valueAndrew Trick2011-04-27
* Avoid creating canonical induction variables for non-native types.Andrew Trick2011-03-18
* Remove LoopIndexSplit pass. It is neither maintained nor used by anyone.Devang Patel2010-10-07
* more test cleanupChris Lattner2010-09-02
* Print the number of uses of a function in the .ll since it can be informativeDuncan Sands2010-09-02
* Correct bogus module triple specifications.Duncan Sands2010-08-30
* Fix SCEVExpander::visitAddRecExpr so that it remembers the induction variableDan Gohman2010-07-26
* Fix this test.Dan Gohman2010-07-16
* Fix the order that SCEVExpander considers add operands in so thatDan Gohman2010-07-15
* Fix ScalarEvolution's tripcount computation for chains of loopsDan Gohman2010-06-29
* Disable indvars on loops when LoopSimplify form is not available.Dan Gohman2010-06-18
* Remove arm_apcscc from the test files. It is the default and doing thisRafael Espindola2010-06-17
* Remove the Expr member from IVUsers. Instead of remembering the expression,Dan Gohman2010-04-19
* Fix declarations in a few more tests.Nick Lewycky2010-04-17
* Teach ScalarEvolution to simplify smax and umax when it can proveDan Gohman2010-04-13
* Teach IndVarSimplify how to eliminate remainder operators where theDan Gohman2010-04-13
* Suppress LinearFunctionTestReplace when the computed backedge-takenDan Gohman2010-04-12
* Re-apply r101000, with a fix: Don't eliminate an icmp which is part ofDan Gohman2010-04-12
* Revert 101000, which is breaking self-host builds.Dan Gohman2010-04-12
* Teach IndVarSimplify how to eliminate comparisons involving inductionDan Gohman2010-04-11
* add newlines at the end of files.Chris Lattner2010-04-07
* add integer overflow check for the fp induction variable Chris Lattner2010-04-03
* fix PR6761, a miscompilation due to the fp->int IV conversionChris Lattner2010-04-03
* convert to filecheckChris Lattner2010-04-03
* rename feature test.Chris Lattner2010-04-03
* actually just remove this, will move the real feature test here.Chris Lattner2010-04-03
* rename test since it is a feature test.Chris Lattner2010-04-03
* first half of a pass through IndVarSimplify::HandleFloatingPointIV,Chris Lattner2010-04-03
* Manually notify ScalarEvolution before making an operand replacement, sinceDan Gohman2010-04-02
* Make LoopSimplify change conditional branches in loop exiting blocksDan Gohman2010-02-25
* Teach ScalarEvolution how to compute a tripcount for a loop withDan Gohman2010-02-19
* Reapply the new LoopStrengthReduction code, with compile time andDan Gohman2010-02-12
* -disable-output is no longer needed with -analyze.Dan Gohman2010-01-26
* Re-implement the main strength-reduction portion of LoopStrengthReduction.Dan Gohman2010-01-21
* Use WriteAsOperand instead of getName() to print loop header names,Dan Gohman2010-01-09
* Move this test from test/Transforms/IndVarSimplify toDan Gohman2010-01-05
* Make getUniqueExitBlocks's precondition assert more precise, toDan Gohman2009-12-11
* Make opt default to not adding a target data string and update tests that dep...Kenneth Uildriks2009-11-03
* Add a testcase for r83011.Dan Gohman2009-09-28
* Fix a case where ScalarEvolution was expanding pointer arithmeticDan Gohman2009-09-26
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-11
* Use "opt < %s" instead of "opt %s" so that opt doesn't print the testDan Gohman2009-09-08
* Convert a few more opt | llvm-dis to opt -S.Dan Gohman2009-09-08
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-08
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-08
* Eliminate uses of %prcontext.Daniel Dunbar2009-09-05