Update computeArraySize() to use ComputeMultiple() to determine the array size associ...
[oota-llvm.git] / include / llvm / Analysis / IVUsers.h
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...