aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis/IVUsers.h
Commit message (Expand)AuthorAgeFilesLines
* Match declaration to definition.Daniel Dunbar2009-07-121-1/+1
* Change all SCEV* to SCEV *.Dan Gohman2009-07-071-8/+8
* Use correct format for LLVM header #includes.Misha Brukman2009-07-011-1/+1
* SCEVHandle is no more!Owen Anderson2009-06-221-8/+8
* Remove the code from IVUsers that attempted to handleDan Gohman2009-06-181-18/+5
* Factor the code for collecting IV users out of LSR into an IVUsers class,Dan Gohman2009-05-121-0/+235