[SCEV] Pick backedge values for phi nodes correctly
[oota-llvm.git] / test / Transforms / IndVarSimplify / no-iv-rewrite.ll
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2014-09-17 Chad Rosier[IndVarSimplify] Widen loop compare instructions.
2013-11-06 Andrew TrickRewrite SCEV's backedge taken count computation.
2012-10-19 Benjamin KramerSCEVExpander: Don't crash when trying to merge two...
2012-03-22 Andrew TrickRemove redundant -enable-iv-rewrite=false flags from...
2012-01-07 Andrew TrickExtended replaceCongruentPhis to handle mixed phi types.
2011-10-11 Andrew TrickMove replaceCongruentIVs into SCEVExapander and bias...
2011-09-12 Andrew TrickRename -disable-iv-rewrite to -enable-iv-rewrite=false...
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-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-05-25 Andrew Trickindvars: fixed IV cloning in -disable-iv-rewrite mode...