aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/IndVarSimplify/preserve-gep-loop-variant.ll
AgeCommit message (Expand)Author
2012-03-22Convert -indvars tests that rely on SCEV expansion to -loop-reduce tests.Andrew Trick
2011-10-12Removed colons from some target datalayout strings in test, since they don't ...Lang Hames
2011-09-12Conditionalize indvars tests that rely on SCEV expansion of geps,Andrew Trick
2011-03-18Avoid creating canonical induction variables for non-native types.Andrew Trick
2009-11-03Make opt default to not adding a target data string and update tests that dep...Kenneth Uildriks
2009-09-26Fix a case where ScalarEvolution was expanding pointer arithmeticDan Gohman