summaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/ScalarEvolution.h
Commit message (Expand)AuthorAge
* Comment and clarifying assert.Andrew Trick2011-09-02
* Allow loop unrolling to get known trip counts from ScalarEvolution.Andrew Trick2011-08-11
* SCEV: Use AssertingVH to catch dangling BasicBlock* when passes forgetAndrew Trick2011-08-03
* Use consistent terminology for loop exit/exiting blocks. Name change only.Andrew Trick2011-08-02
* SCEV: Added a data structure for storing not-taken info per loopAndrew Trick2011-07-26
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* Change a few std::maps to DenseMaps.Dan Gohman2011-05-09
* Don't include Operator.h from InstrTypes.h.Jay Foad2011-04-11
* Added isValidRewrite() to check the result of ScalarEvolutionExpander.Andrew Trick2011-03-17
* Added SCEV::NoWrapFlags to manage unsigned, signed, and self wrapAndrew Trick2011-03-14
* some comment improvements.Chris Lattner2011-01-11
* Step #2 to improve trip count analysis for loops like this:Chris Lattner2011-01-09
* implement enough of the memset inference algorithm to recognize and insert Chris Lattner2010-12-26
* Merge System into Support.Michael J. Spencer2010-11-29
* Introduce memoization for ScalarEvolution dominates and properlyDominatesDan Gohman2010-11-18
* Factor out the code for purging a SCEV from all the various memoization maps.Dan Gohman2010-11-17
* Merge the implementations of isLoopInvariant and hasComputableLoopEvolution, andDan Gohman2010-11-17
* Make SCEV::getType() and SCEV::print non-virtual. Move SCEV::hasOperandDan Gohman2010-11-17
* Move SCEV::dominates and properlyDominates to ScalarEvolution.Dan Gohman2010-11-17
* Move SCEV::isLoopInvariant and hasComputableLoopEvolution to be memberDan Gohman2010-11-17
* Fix ScalarEvolution's range memoization to avoid using aDan Gohman2010-11-17
* Memoize results from ScalarEvolution's getUnsignedRange and getSignedRange.Dan Gohman2010-11-17
* Switch ScalarEvolution's main Value*->SCEV* map from std::mapDan Gohman2010-08-27
* Placate overzealous compiler warnings.Dan Gohman2010-08-16
* Specialize FoldingSetTrait<SCEV>, providing implementations of nodeDan Gohman2010-08-16
* Rename and reorder the arguments to isImpliedCond, for consistency and clarity.Dan Gohman2010-08-10
* Make SCEVUnknown a CallbackVH, so that it can be notified directlyDan Gohman2010-08-02
* Speculatively revert r109705 since it seems to be causing some build botEric Christopher2010-07-29
* Factor out some of the code for updating old SCEVUnknown values, andDan Gohman2010-07-29
* Add some extra friend declarations to fix a gcc-4.0 compile error.Dan Gohman2010-07-28
* Replace ScalarEvolution's private copy of getLoopPredecessorDan Gohman2010-06-22
* Revert r106304 (105548 and friends), which are the SCEVComplexityCompareDan Gohman2010-06-18
* Reapply 105540, 105542, and 105548, and revert r105732.Dan Gohman2010-06-18
* Remove getIntegerSCEV; it's redundant with getConstant, and getConstantDan Gohman2010-06-18
* Revert 105540, 105542, 105544, 105546, and 105548 to unbreak bootstrapping.Evan Cheng2010-06-09
* The FoldingSet hash data includes pointer values, so it isn'tDan Gohman2010-06-07
* Optimize ScalarEvolution's SCEVComplexityCompare predicate: don't goDan Gohman2010-06-07
* Add some comments.Dan Gohman2010-04-30
* Add a new utility function SimplifyICmpOperands. Much of this code isDan Gohman2010-04-24
* Make getPredecessorWithUniqueSuccessorForBB return the unique successorDan Gohman2010-04-15
* Enhance ScalarEvolution::isKnownPredicate with support forDan Gohman2010-04-11
* Fix a comment.Dan Gohman2010-04-11
* Rename isLoopGuardedByCond to isLoopEntryGuardedByCond, to emphasiseDan Gohman2010-04-11
* Add the ability to "intern" FoldingSetNodeID data into aDan Gohman2010-03-18
* Spelling fixes.Dan Gohman2010-03-01
* Convert a few more backedge-taken count functions to use BackedgeTakenInfo.Dan Gohman2010-02-24
* recommit 96626, evidence that it broke things appearsDale Johannesen2010-02-19
* Revert 96626, which causes build failure on ppc Darwin.Dale Johannesen2010-02-19
* Indvars needs to explicitly notify ScalarEvolution when it is replacingDan Gohman2010-02-18
* Change the argument to getIntegerSCEV to be an int64_t, ratherDan Gohman2010-02-04