aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis/ScalarEvolution.h
Commit message (Expand)AuthorAgeFilesLines
* Merge System into Support.Michael J. Spencer2010-11-291-1/+1
* Introduce memoization for ScalarEvolution dominates and properlyDominatesDan Gohman2010-11-181-2/+21
* Factor out the code for purging a SCEV from all the various memoization maps.Dan Gohman2010-11-171-0/+3
* Merge the implementations of isLoopInvariant and hasComputableLoopEvolution, andDan Gohman2010-11-171-0/+21
* Make SCEV::getType() and SCEV::print non-virtual. Move SCEV::hasOperandDan Gohman2010-11-171-13/+7
* Move SCEV::dominates and properlyDominates to ScalarEvolution.Dan Gohman2010-11-171-16/+8
* Move SCEV::isLoopInvariant and hasComputableLoopEvolution to be memberDan Gohman2010-11-171-12/+10
* Fix ScalarEvolution's range memoization to avoid using aDan Gohman2010-11-171-0/+20
* Memoize results from ScalarEvolution's getUnsignedRange and getSignedRange.Dan Gohman2010-11-171-0/+6
* Switch ScalarEvolution's main Value*->SCEV* map from std::mapDan Gohman2010-08-271-3/+8
* Placate overzealous compiler warnings.Dan Gohman2010-08-161-2/+2
* Specialize FoldingSetTrait<SCEV>, providing implementations of nodeDan Gohman2010-08-161-3/+19
* Rename and reorder the arguments to isImpliedCond, for consistency and clarity.Dan Gohman2010-08-101-3/+4
* Make SCEVUnknown a CallbackVH, so that it can be notified directlyDan Gohman2010-08-021-0/+5
* Speculatively revert r109705 since it seems to be causing some build botEric Christopher2010-07-291-5/+0
* Factor out some of the code for updating old SCEVUnknown values, andDan Gohman2010-07-291-0/+5
* Add some extra friend declarations to fix a gcc-4.0 compile error.Dan Gohman2010-07-281-0/+2
* Replace ScalarEvolution's private copy of getLoopPredecessorDan Gohman2010-06-221-4/+0
* Revert r106304 (105548 and friends), which are the SCEVComplexityCompareDan Gohman2010-06-181-14/+2
* Reapply 105540, 105542, and 105548, and revert r105732.Dan Gohman2010-06-181-2/+14
* Remove getIntegerSCEV; it's redundant with getConstant, and getConstantDan Gohman2010-06-181-4/+0
* Revert 105540, 105542, 105544, 105546, and 105548 to unbreak bootstrapping.Evan Cheng2010-06-091-14/+2
* The FoldingSet hash data includes pointer values, so it isn'tDan Gohman2010-06-071-5/+14
* Optimize ScalarEvolution's SCEVComplexityCompare predicate: don't goDan Gohman2010-06-071-0/+3
* Add some comments.Dan Gohman2010-04-301-1/+3
* Add a new utility function SimplifyICmpOperands. Much of this code isDan Gohman2010-04-241-0/+7
* Make getPredecessorWithUniqueSuccessorForBB return the unique successorDan Gohman2010-04-151-1/+2
* Enhance ScalarEvolution::isKnownPredicate with support forDan Gohman2010-04-111-0/+7
* Fix a comment.Dan Gohman2010-04-111-1/+1
* Rename isLoopGuardedByCond to isLoopEntryGuardedByCond, to emphasiseDan Gohman2010-04-111-4/+4
* Add the ability to "intern" FoldingSetNodeID data into aDan Gohman2010-03-181-3/+10
* Spelling fixes.Dan Gohman2010-03-011-6/+6
* Convert a few more backedge-taken count functions to use BackedgeTakenInfo.Dan Gohman2010-02-241-3/+3
* recommit 96626, evidence that it broke things appearsDale Johannesen2010-02-191-0/+5
* Revert 96626, which causes build failure on ppc Darwin.Dale Johannesen2010-02-191-5/+0
* Indvars needs to explicitly notify ScalarEvolution when it is replacingDan Gohman2010-02-181-0/+5
* Change the argument to getIntegerSCEV to be an int64_t, ratherDan Gohman2010-02-041-1/+1
* Fix function names in comments. Thanks Duncan!Dan Gohman2010-02-021-3/+3
* Generalize target-independent folding rules for sizeof to handle moreDan Gohman2010-02-011-2/+16
* struct/class mismatch.Benjamin Kramer2010-01-211-1/+1
* Give ScalarEvolution access to the DominatorTree. It'll need thisDan Gohman2010-01-191-0/+4
* Preserve NSW information in more places.Dan Gohman2009-12-181-1/+1
* Rename forgetLoopBackedgeTakenCount to forgetLoop, because itDan Gohman2009-10-311-5/+4
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-261-1/+1
* Add the ability to track HasNSW and HasNUW on more kinds of SCEV expressions.Dan Gohman2009-10-091-12/+20
* Add a properlyDominates member function to ScalarEvolution.Dan Gohman2009-09-271-0/+8
* Teach ScalarEvolution how to reason about no-wrap flags on loopsDan Gohman2009-09-171-1/+2
* Remove references to expression "handles", which are no longer used.Dan Gohman2009-09-031-2/+2
* Extend the ValuesAtScope cache to cover all expressions, not justDan Gohman2009-08-311-4/+10
* remove a few dead insertion methods.Chris Lattner2009-08-241-8/+0