aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/SimplifyIndVar.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-10-08Move TargetData to DataLayout.Micah Villmow1-3/+3
2012-06-06Remove unused private fields found by clang's new -Wunused-private-field.Benjamin Kramer1-2/+0
2012-03-22Remove unused simplifyIVUsersAndrew Trick1-41/+0
2012-03-16LSR fix: Add isSimplifiedLoopNest to IVUsers analysis.Andrew Trick1-2/+4
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie1-0/+2
2011-11-17Fix an overly general check in SimplifyIndvar to handle useless phi cycles.Andrew Trick1-2/+2
2011-09-27Stop emitting instructions with the name "tmp" they eat up memory and have to...Benjamin Kramer1-2/+1
2011-09-19[indvars] Fix PR10946: SCEV cannot handle Vector IVs.Andrew Trick1-0/+6
2011-08-10Comments. Thanks for the spell check Nick!Andrew Trick1-2/+2
2011-08-10Cleanup. Make ScalarEvolution an explicit argument of theAndrew Trick1-9/+9
2011-08-10SimplifyIndVar: make foldIVUser iterative to fold a chain of operands.Andrew Trick1-12/+26
2011-08-10Added a SimplifyIndVar utility to simplify induction variable usersAndrew Trick1-0/+413