Revert 91280-91283, 91286-91289, 91291, 91293, 91295-91296. It apparently introduced...
[oota-llvm.git] / include / llvm / Analysis / IVUsers.h
2009-12-17 Evan ChengRevert 91280-91283, 91286-91289, 91291, 91293, 91295...
2009-12-14 Dan GohmanMake the IVUses member private.
2009-11-12 Evan Cheng- Teach LSR to avoid changing cmp iv stride if it will...
2009-08-24 Chris Lattnerremove a few dead insertion methods.
2009-07-12 Daniel DunbarMatch declaration to definition.
2009-07-07 Dan GohmanChange all SCEV* to SCEV *.
2009-07-01 Misha BrukmanUse correct format for LLVM header #includes.
2009-06-22 Owen AndersonSCEVHandle is no more!
2009-06-18 Dan GohmanRemove the code from IVUsers that attempted to handle
2009-05-12 Dan GohmanFactor the code for collecting IV users out of LSR...