summaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/ScalarEvolution.h
Commit message (Expand)AuthorAge
* remove constant termsSebastian Pop2014-05-27
* move findArrayDimensions to ScalarEvolutionSebastian Pop2014-05-09
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-15
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-05
* [Modules] Move the ConstantRange class into the IR library. This isChandler Carruth2014-03-04
* [Modules] Move ValueHandle into the IR library where Value itself lives.Chandler Carruth2014-03-04
* Make some DataLayout pointers const.Rafael Espindola2014-02-24
* Rename some member variables from TD to DL.Rafael Espindola2014-02-18
* ScalarEvolution: Analyze trip count of loops with a switch guarding the exit.Benjamin Kramer2014-02-11
* Teach SCEV to handle more cases of 'and X, CST', specifically where CST is an...Nick Lewycky2014-01-27
* Fix PR18449: SCEV needs more precise max BECount for multi-exit loop.Andrew Trick2014-01-15
* Reapply r198478 "Fix PR18361: Invalidate LoopDispositions after LoopSimplify ...Andrew Trick2014-01-06
* Revert "Fix PR18361: Invalidate LoopDispositions after LoopSimplify hoists th...Alp Toker2014-01-04
* Fix PR18361: Invalidate LoopDispositions after LoopSimplify hoists things.Andrew Trick2014-01-04
* whitespaceAndrew Trick2014-01-04
* ScalarEvolution: Warn if the result of setFlags/clearFlags is unused.Benjamin Kramer2013-11-16
* Change data structure to memorize computed result in ScalarEvolutionWan Xiaofei2013-11-12
* Rewrite SCEV's backedge taken count computation.Andrew Trick2013-11-06
* Remove unused SCEV functionsMatt Arsenault2013-10-21
* Teach ScalarEvolution about pointer address spacesMatt Arsenault2013-09-10
* Stylistic change.Shuxin Yang2013-07-12
* Fix a SCEV update problem.Shuxin Yang2013-07-08
* Fix ScalarEvolution::ComputeExitLimitFromCond for 'or' conditions.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