aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis/IVUsers.h
Commit message (Expand)AuthorAgeFilesLines
* Reapply LoopStrengthReduce and IVUsers cleanups, excluding the partDan Gohman2009-12-181-1/+1
* Revert 91280-91283, 91286-91289, 91291, 91293, 91295-91296. It apparently int...Evan Cheng2009-12-171-1/+1
* Make the IVUses member private.Dan Gohman2009-12-141-1/+1
* - Teach LSR to avoid changing cmp iv stride if it will create an immediate thatEvan Cheng2009-11-121-0/+7
* remove a few dead insertion methods.Chris Lattner2009-08-241-4/+0
* 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