[C++11] More 'nullptr' conversion. In some cases just using a boolean check instead...
[oota-llvm.git] / include / llvm / Analysis / IVUsers.h
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-03-05 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-04 Chandler Carruth[Modules] Move ValueHandle into the IR library where...
2014-02-24 Rafael EspindolaMake some DataLayout pointers const.
2014-02-18 Rafael EspindolaRename some member variables from TD to DL.
2013-03-06 Jakub StaszakRemove duplicated forward declaration.
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-03-22 Andrew TrickCleanup IVUsers::addUsersIfInteresting.
2012-03-16 Andrew TrickLSR fix: Add isSimplifiedLoopNest to IVUsers analysis.
2012-01-06 Andrew TrickPut all IVUsers in the processed set. Allow querying...
2011-08-10 Andrew TrickAdded a SimplifyIndVar utility to simplify induction...
2011-06-21 Andrew TrickIVUsers no longer needs to record the phis.
2011-05-20 Andrew Trickindvars: Prototyping Sign/ZeroExtend elimination withou...
2011-03-18 Andrew TrickAvoid creating canonical induction variables for non...
2010-09-01 Dan GohmanRevert 112442 and 112440 until the compile time problem...
2010-08-29 Dan GohmanMake IVUsers iterative instead of recursive.
2010-04-19 Dan GohmanRemove the Expr member from IVUsers. Instead of remembe...
2010-04-07 Dan GohmanGeneralize IVUsers to track arbitrary expressions rathe...
2010-03-01 Dan GohmanSpelling fixes.
2010-02-12 Dan GohmanReapply the new LoopStrengthReduction code, with compil...
2010-02-01 Bill WendlingAdd "dump" method to IVUsersOneStride.
2010-01-19 Dan GohmanAdd a new helper function to IVUsers for returning...
2009-12-18 Dan GohmanReapply LoopStrengthReduce and IVUsers cleanups, exclud...
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...