summaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/ScalarEvolution.h
Commit message (Expand)AuthorAge
* Merging 182989: Fix ScalarEvolution::ComputeExitLimitFromCond for 'or' condit...Andrew Trick2013-05-31
* Fix SCEV forgetMemoizedResults should search and destroy backedge exprs.Andrew Trick2013-03-26
* Fix a few typos in comments.Jakub Staszak2013-03-05
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-03
* Revert the series of commits starting with r166578 which introduced theChandler Carruth2012-11-01
* Add a basic verifier for SCEV's backedge taken counts.Benjamin Kramer2012-10-26
* Add in support for getIntPtrType to get the pointer type based on the address...Micah Villmow2012-10-24
* Remove unnecessary classof()'sSean Silva2012-10-11
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-27
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-27
* Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper2012-09-17
* Teach SCEV's icmp simplification logic that a-b == 0 is equivalent to a == b.Benjamin Kramer2012-05-30
* SCEV: Add MarkPendingLoopPredicates to avoid recursive isImpliedCond.Andrew Trick2012-05-19
* FoldingSet: Push the hash through FoldingSetTraits::Equals, so clients can us...Benjamin Kramer2012-04-11
* Clarified the SCEV getSmallConstantTripCount interface with in-your-face comm...Andrew Trick2012-01-11
* Expose isNonConstantNegative to users of ScalarEvolution.Andrew Trick2012-01-07
* Propagate TargetLibraryInfo throughout ConstantFolding.cpp and Chad Rosier2011-12-01
* The product of two chrec's can always be represented as a chrec.Nick Lewycky2011-10-04
* 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