summaryrefslogtreecommitdiff
path: root/test/Transforms/LoopStrengthReduce
Commit message (Expand)AuthorAge
...
* Test case renameAndrew Trick2012-01-17
* LSR fix: broaden the check for loop preheaders.Andrew Trick2012-01-17
* Fix a corner case hit by redundant phi elimination running after LSR.Andrew Trick2012-01-14
* Enable LSR IV Chains with sufficient heuristics.Andrew Trick2012-01-10
* Adding IV chain generation to LSR.Andrew Trick2012-01-09
* LSR: Don't optimize loops if an outer loop has no preheader.Andrew Trick2012-01-07
* comment typoAndrew Trick2012-01-07
* Fix SCEVExpander to handle loops with no preheader when LSR gives it aAndrew Trick2012-01-02
* Unit test for r146950: LSR postinc expansion, PR11571.Andrew Trick2011-12-20
* LSR: Fold redundant bitcasts on-the-fly.Andrew Trick2011-12-14
* LSR: prune undesirable formulae early.Andrew Trick2011-12-06
* Better test case found in duplicate PR10570.Andrew Trick2011-11-30
* LSR: handle the expansion of phi operands that use postinc forms of the IV.Andrew Trick2011-11-30
* Upgrade syntax of tests using volatile instructions to use 'load volatile' in...Chris Lattner2011-11-27
* Fix SCEVExpander assert during LSR: "argument of incompatible type".Andrew Trick2011-10-15
* Reapply r141870, SCEV expansion of post-inc.Andrew Trick2011-10-13
* Revert r141870. The test case crashes on linux with data corruption. A deeper...Andrew Trick2011-10-13
* LSR: Reuse the post-inc expansion of expressions.Andrew Trick2011-10-13
* Removed colons from some target datalayout strings in test, since they don't ...Lang Hames2011-10-12
* Unit test for LSR phi reuse in r141442.Andrew Trick2011-10-08
* LSR should avoid redundant edge splitting.Andrew Trick2011-10-04
* Stop emitting instructions with the name "tmp" they eat up memory and have to...Benjamin Kramer2011-09-27
* LSR, correct fix for rdar://9786536. Silly casting bug.Andrew Trick2011-07-21
* LSR must sometimes sign-extend before generating double constants.Andrew Trick2011-07-21
* LSR crashes on an empty IVUsers list.Andrew Trick2011-07-21
* PR10386: Don't try to split an edge from an indirectbr.Eli Friedman2011-07-19
* When forming an ICmpZero LSRUse, normalize the non-IV operandDan Gohman2011-05-18
* Move few target-dependant tests to appropriate directories.Galina Kistanova2011-05-06
* Avoid creating canonical induction variables for non-native types.Andrew Trick2011-03-18
* Teach RecursivelyDeleteDeadPHINodes to handle multiple self-references. PatchNick Lewycky2011-02-20
* Add a test for the LSR issue exposed by r125254.Cameron Zwarich2011-02-11
* Correct bogus module triple specifications.Duncan Sands2010-08-30
* Move x86-specific tests out of test/Transforms/LoopStrengthReduce andDan Gohman2010-08-05
* When determining a canonical insert position, don't climb deeperDan Gohman2010-04-09
* When emitting code for an add, don't force a SCEVUnknown wrapper aroundDan Gohman2010-04-09
* Fix a bug in IVUsers which was permitting non-affine addrecs toDan Gohman2010-04-09
* add newlines at the end of files.Chris Lattner2010-04-07
* Generalize IVUsers to track arbitrary expressions rather than expressionsDan Gohman2010-04-07
* Non-affine post-inc SCEV expansions have more code which must beDan Gohman2010-03-02
* Reapply the new LoopStrengthReduction code, with compile time andDan Gohman2010-02-12
* -disable-output is no longer needed with -analyze.Dan Gohman2010-01-26
* Revert LoopStrengthReduce.cpp to pre-r94061 for now.Dan Gohman2010-01-22
* Re-implement the main strength-reduction portion of LoopStrengthReduction.Dan Gohman2010-01-21
* Add nounwinds.Dan Gohman2010-01-19
* Make several tests less fragile.Dan Gohman2010-01-12
* Use WriteAsOperand instead of getName() to print loop header names,Dan Gohman2010-01-09
* Generalize OptimizeLoopTermCond to optimize more loop terminating icmp to use...Evan Cheng2009-11-17
* Block terminator may be a switch.Evan Cheng2009-11-11
* Generalize lsr code that optimize loop to count down towards zero.Evan Cheng2009-11-10
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-11