aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/LoopStrengthReduce
AgeCommit message (Expand)Author
2012-06-15Unit test for LSR kind=Special fix: r158536.Andrew Trick
2012-05-22LSR fix: add a missing phi check during IV hoisting.Andrew Trick
2012-04-30Make sure HoistInsertPosition finds a position that is dominated by allRafael Espindola
2012-04-16Flip the new block-placement pass to be on by default.Chandler Carruth
2012-03-26Unit test for PR11950: LSR crash.Andrew Trick
2012-03-25Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnuEli Bendersky
2012-03-22Convert -indvars tests that rely on SCEV expansion to -loop-reduce tests.Andrew Trick
2012-03-20LSR: teach isSimplifiedLoopNest to handle PHI IVUsers.Andrew Trick
2012-03-20LSR: fix IVUsers isSimplifiedLoopNest to perform a full domtree walkAndrew Trick
2012-03-16LSR fix: Add isSimplifiedLoopNest to IVUsers analysis.Andrew Trick
2012-03-10Move llc + target triple tests into X86Andrew Trick
2012-02-27Fix this assert. IP can point to an instruction with strange dominanceRafael Espindola
2012-02-26Change the implementation of dominates(inst, inst) to one based on what theRafael Espindola
2012-02-22Semantically revert 151015. Add a comment on why we should be able to assertRafael Espindola
2012-02-18Don't skip debug instructions when looking for the insertion point ofRafael Espindola
2012-02-16Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky
2012-01-20Handle a corner case with IV chain collection with bailout instead of assert.Andrew Trick
2012-01-20Test case comments missing from my previous checkin.Andrew Trick
2012-01-20SCEVExpander fixes. Affects LSR and indvars.Andrew Trick
2012-01-17Test case renameAndrew Trick
2012-01-17LSR fix: broaden the check for loop preheaders.Andrew Trick
2012-01-14Fix a corner case hit by redundant phi elimination running after LSR.Andrew Trick
2012-01-10Enable LSR IV Chains with sufficient heuristics.Andrew Trick
2012-01-09Adding IV chain generation to LSR.Andrew Trick
2012-01-07LSR: Don't optimize loops if an outer loop has no preheader.Andrew Trick
2012-01-07comment typoAndrew Trick
2012-01-02Fix SCEVExpander to handle loops with no preheader when LSR gives it aAndrew Trick
2011-12-20Unit test for r146950: LSR postinc expansion, PR11571.Andrew Trick
2011-12-14LSR: Fold redundant bitcasts on-the-fly.Andrew Trick
2011-12-06LSR: prune undesirable formulae early.Andrew Trick
2011-11-30Better test case found in duplicate PR10570.Andrew Trick
2011-11-30LSR: handle the expansion of phi operands that use postinc forms of the IV.Andrew Trick
2011-11-27Upgrade syntax of tests using volatile instructions to use 'load volatile' in...Chris Lattner
2011-10-15Fix SCEVExpander assert during LSR: "argument of incompatible type".Andrew Trick
2011-10-13Reapply r141870, SCEV expansion of post-inc.Andrew Trick
2011-10-13Revert r141870. The test case crashes on linux with data corruption. A deeper...Andrew Trick
2011-10-13LSR: Reuse the post-inc expansion of expressions.Andrew Trick
2011-10-12Removed colons from some target datalayout strings in test, since they don't ...Lang Hames
2011-10-08Unit test for LSR phi reuse in r141442.Andrew Trick
2011-10-04LSR should avoid redundant edge splitting.Andrew Trick
2011-09-27Stop emitting instructions with the name "tmp" they eat up memory and have to...Benjamin Kramer
2011-07-21LSR, correct fix for rdar://9786536. Silly casting bug.Andrew Trick
2011-07-21LSR must sometimes sign-extend before generating double constants.Andrew Trick
2011-07-21LSR crashes on an empty IVUsers list.Andrew Trick
2011-07-19PR10386: Don't try to split an edge from an indirectbr.Eli Friedman
2011-05-18When forming an ICmpZero LSRUse, normalize the non-IV operandDan Gohman
2011-05-06Move few target-dependant tests to appropriate directories.Galina Kistanova
2011-03-18Avoid creating canonical induction variables for non-native types.Andrew Trick
2011-02-20Teach RecursivelyDeleteDeadPHINodes to handle multiple self-references. PatchNick Lewycky
2011-02-11Add a test for the LSR issue exposed by r125254.Cameron Zwarich