summaryrefslogtreecommitdiffstats
path: root/test/Transforms/LoopStrengthReduce
Commit message (Expand)AuthorAgeFilesLines
* Handle a corner case with IV chain collection with bailout instead of assert.Andrew Trick2012-01-201-0/+43
* Test case comments missing from my previous checkin.Andrew Trick2012-01-201-0/+5
* SCEVExpander fixes. Affects LSR and indvars.Andrew Trick2012-01-201-0/+37
* Test case renameAndrew Trick2012-01-171-0/+0
* LSR fix: broaden the check for loop preheaders.Andrew Trick2012-01-171-0/+113
* Fix a corner case hit by redundant phi elimination running after LSR.Andrew Trick2012-01-141-0/+50
* Enable LSR IV Chains with sufficient heuristics.Andrew Trick2012-01-103-0/+597
* Adding IV chain generation to LSR.Andrew Trick2012-01-091-0/+96
* LSR: Don't optimize loops if an outer loop has no preheader.Andrew Trick2012-01-071-3/+41
* comment typoAndrew Trick2012-01-071-1/+1
* Fix SCEVExpander to handle loops with no preheader when LSR gives it aAndrew Trick2012-01-021-0/+50
* Unit test for r146950: LSR postinc expansion, PR11571.Andrew Trick2011-12-201-0/+39
* LSR: Fold redundant bitcasts on-the-fly.Andrew Trick2011-12-141-4/+4
* LSR: prune undesirable formulae early.Andrew Trick2011-12-061-0/+96
* Better test case found in duplicate PR10570.Andrew Trick2011-11-301-43/+23
* LSR: handle the expansion of phi operands that use postinc forms of the IV.Andrew Trick2011-11-301-0/+56
* Upgrade syntax of tests using volatile instructions to use 'load volatile' in...Chris Lattner2011-11-273-4/+4
* Fix SCEVExpander assert during LSR: "argument of incompatible type".Andrew Trick2011-10-151-0/+27
* Reapply r141870, SCEV expansion of post-inc.Andrew Trick2011-10-131-0/+111
* Revert r141870. The test case crashes on linux with data corruption. A deeper...Andrew Trick2011-10-131-111/+0
* LSR: Reuse the post-inc expansion of expressions.Andrew Trick2011-10-131-0/+111
* Removed colons from some target datalayout strings in test, since they don't ...Lang Hames2011-10-124-4/+4
* Unit test for LSR phi reuse in r141442.Andrew Trick2011-10-081-0/+53
* LSR should avoid redundant edge splitting.Andrew Trick2011-10-041-0/+43
* Stop emitting instructions with the name "tmp" they eat up memory and have to...Benjamin Kramer2011-09-271-7/+7
* LSR, correct fix for rdar://9786536. Silly casting bug.Andrew Trick2011-07-211-1/+1
* LSR must sometimes sign-extend before generating double constants.Andrew Trick2011-07-211-1/+20
* LSR crashes on an empty IVUsers list.Andrew Trick2011-07-211-0/+24
* PR10386: Don't try to split an edge from an indirectbr.Eli Friedman2011-07-191-0/+52
* When forming an ICmpZero LSRUse, normalize the non-IV operandDan Gohman2011-05-181-0/+91
* Move few target-dependant tests to appropriate directories.Galina Kistanova2011-05-062-0/+5
* Avoid creating canonical induction variables for non-native types.Andrew Trick2011-03-184-4/+8
* Teach RecursivelyDeleteDeadPHINodes to handle multiple self-references. PatchNick Lewycky2011-02-201-1/+1
* Add a test for the LSR issue exposed by r125254.Cameron Zwarich2011-02-111-0/+32
* Correct bogus module triple specifications.Duncan Sands2010-08-301-1/+1
* Move x86-specific tests out of test/Transforms/LoopStrengthReduce andDan Gohman2010-08-057-241/+0
* When determining a canonical insert position, don't climb deeperDan Gohman2010-04-091-0/+30
* When emitting code for an add, don't force a SCEVUnknown wrapper aroundDan Gohman2010-04-091-0/+37
* Fix a bug in IVUsers which was permitting non-affine addrecs toDan Gohman2010-04-091-0/+69
* add newlines at the end of files.Chris Lattner2010-04-071-1/+1
* Generalize IVUsers to track arbitrary expressions rather than expressionsDan Gohman2010-04-071-1/+1
* Non-affine post-inc SCEV expansions have more code which must beDan Gohman2010-03-021-0/+44
* Reapply the new LoopStrengthReduction code, with compile time andDan Gohman2010-02-1210-14/+22
* -disable-output is no longer needed with -analyze.Dan Gohman2010-01-262-3/+3
* Revert LoopStrengthReduce.cpp to pre-r94061 for now.Dan Gohman2010-01-223-6/+8
* Re-implement the main strength-reduction portion of LoopStrengthReduction.Dan Gohman2010-01-215-39/+10
* Add nounwinds.Dan Gohman2010-01-192-2/+2
* Make several tests less fragile.Dan Gohman2010-01-122-5/+9
* Use WriteAsOperand instead of getName() to print loop header names,Dan Gohman2010-01-091-1/+1
* Generalize OptimizeLoopTermCond to optimize more loop terminating icmp to use...Evan Cheng2009-11-171-0/+27