aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/IndVarsSimplify/loop_evaluate_2.ll
AgeCommit message (Expand)Author
2009-02-16Rename IndVarsSimplify to IndVarSimplify, to be consistent withDan Gohman
2008-05-16Use loop deletion instead of ADCE for removing loops.Owen Anderson
2007-11-25Add new SCEV, SCEVSMax. This allows LLVM to analyze do-while loops.Nick Lewycky
2007-04-16For PR1319:Reid Spencer
2007-03-04New testcases for PR1179/PR1232.Chris Lattner