summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/IVUsers.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change all SCEV* to SCEV *.Dan Gohman2009-07-071-14/+14
* SCEVHandle is no more!Owen Anderson2009-06-221-14/+14
* Don't (unconditionally) use getSCEVAtScope to simplify the stepDan Gohman2009-06-191-1/+0
* Remove the code from IVUsers that attempted to handleDan Gohman2009-06-181-27/+3
* Code cleanups. getSCEVAtScope no longer uses SCEVCouldNotCompute.Dan Gohman2009-06-151-9/+9
* Avoid getting a compiler warningDuncan Sands2009-05-131-1/+1
* Factor the code for collecting IV users out of LSR into an IVUsers class,Dan Gohman2009-05-121-0/+391
OpenPOWER on IntegriCloud