aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/ScalarEvolution.h
AgeCommit message (Expand)Author
2013-05-31Merging 182989: Fix ScalarEvolution::ComputeExitLimitFromCond for 'or' condit...Andrew Trick
2013-03-26Fix SCEV forgetMemoizedResults should search and destroy backedge exprs.Andrew Trick
2013-03-05Fix a few typos in comments.Jakub Staszak
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-03Sort the #include lines for the include/... tree with the script.Chandler Carruth
2012-11-01Revert the series of commits starting with r166578 which introduced theChandler Carruth
2012-10-26Add a basic verifier for SCEV's backedge taken counts.Benjamin Kramer
2012-10-24Add in support for getIntPtrType to get the pointer type based on the address...Micah Villmow
2012-10-11Remove unnecessary classof()'sSean Silva
2012-10-08Move TargetData to DataLayout.Micah Villmow
2012-09-27Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru
2012-09-27Fix a typo 'iff' => 'if'Sylvestre Ledru
2012-09-17Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper
2012-05-30Teach SCEV's icmp simplification logic that a-b == 0 is equivalent to a == b.Benjamin Kramer
2012-05-19SCEV: Add MarkPendingLoopPredicates to avoid recursive isImpliedCond.Andrew Trick
2012-04-11FoldingSet: Push the hash through FoldingSetTraits::Equals, so clients can us...Benjamin Kramer
2012-01-11Clarified the SCEV getSmallConstantTripCount interface with in-your-face comm...Andrew Trick
2012-01-07Expose isNonConstantNegative to users of ScalarEvolution.Andrew Trick
2011-12-01Propagate TargetLibraryInfo throughout ConstantFolding.cpp and Chad Rosier
2011-10-04The product of two chrec's can always be represented as a chrec.Nick Lewycky
2011-09-02Comment and clarifying assert.Andrew Trick
2011-08-11Allow loop unrolling to get known trip counts from ScalarEvolution.Andrew Trick
2011-08-03SCEV: Use AssertingVH to catch dangling BasicBlock* when passes forgetAndrew Trick
2011-08-02Use consistent terminology for loop exit/exiting blocks. Name change only.Andrew Trick
2011-07-26SCEV: Added a data structure for storing not-taken info per loopAndrew Trick
2011-07-18land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner
2011-05-09Change a few std::maps to DenseMaps.Dan Gohman
2011-04-11Don't include Operator.h from InstrTypes.h.Jay Foad
2011-03-17Added isValidRewrite() to check the result of ScalarEvolutionExpander.Andrew Trick
2011-03-14Added SCEV::NoWrapFlags to manage unsigned, signed, and self wrapAndrew Trick
2011-01-11some comment improvements.Chris Lattner
2011-01-09Step #2 to improve trip count analysis for loops like this:Chris Lattner
2010-12-26implement enough of the memset inference algorithm to recognize and insert Chris Lattner
2010-11-29Merge System into Support.Michael J. Spencer
2010-11-18Introduce memoization for ScalarEvolution dominates and properlyDominatesDan Gohman
2010-11-17Factor out the code for purging a SCEV from all the various memoization maps.Dan Gohman
2010-11-17Merge the implementations of isLoopInvariant and hasComputableLoopEvolution, andDan Gohman
2010-11-17Make SCEV::getType() and SCEV::print non-virtual. Move SCEV::hasOperandDan Gohman
2010-11-17Move SCEV::dominates and properlyDominates to ScalarEvolution.Dan Gohman
2010-11-17Move SCEV::isLoopInvariant and hasComputableLoopEvolution to be memberDan Gohman
2010-11-17Fix ScalarEvolution's range memoization to avoid using aDan Gohman
2010-11-17Memoize results from ScalarEvolution's getUnsignedRange and getSignedRange.Dan Gohman
2010-08-27Switch ScalarEvolution's main Value*->SCEV* map from std::mapDan Gohman
2010-08-16Placate overzealous compiler warnings.Dan Gohman
2010-08-16Specialize FoldingSetTrait<SCEV>, providing implementations of nodeDan Gohman
2010-08-10Rename and reorder the arguments to isImpliedCond, for consistency and clarity.Dan Gohman
2010-08-02Make SCEVUnknown a CallbackVH, so that it can be notified directlyDan Gohman
2010-07-29Speculatively revert r109705 since it seems to be causing some build botEric Christopher
2010-07-29Factor out some of the code for updating old SCEVUnknown values, andDan Gohman
2010-07-28Add some extra friend declarations to fix a gcc-4.0 compile error.Dan Gohman