aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis/ScalarEvolution.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-0/+4
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-21/+38
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-13/+17
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-14/+25
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-4/+13
* Update to LLVM 3.5a.Stephen Hines2014-04-241-19/+45
* ScalarEvolution: Warn if the result of setFlags/clearFlags is unused.Benjamin Kramer2013-11-161-5/+6
* Change data structure to memorize computed result in ScalarEvolutionWan Xiaofei2013-11-121-3/+3
* Rewrite SCEV's backedge taken count computation.Andrew Trick2013-11-061-8/+20
* Remove unused SCEV functionsMatt Arsenault2013-10-211-9/+0
* Teach ScalarEvolution about pointer address spacesMatt Arsenault2013-09-101-7/+10
* Stylistic change.Shuxin Yang2013-07-121-1/+1
* Fix a SCEV update problem.Shuxin Yang2013-07-081-0/+4
* Fix ScalarEvolution::ComputeExitLimitFromCond for 'or' conditions.Andrew Trick2013-05-311-4/+6
* Fix SCEV forgetMemoizedResults should search and destroy backedge exprs.Andrew Trick2013-03-261-0/+4
* Fix a few typos in comments.Jakub Staszak2013-03-051-1/+1
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-3/+3
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-031-6/+6
* Revert the series of commits starting with r166578 which introduced theChandler Carruth2012-11-011-3/+2
* Add a basic verifier for SCEV's backedge taken counts.Benjamin Kramer2012-10-261-0/+1
* Add in support for getIntPtrType to get the pointer type based on the address...Micah Villmow2012-10-241-2/+3
* Remove unnecessary classof()'sSean Silva2012-10-111-1/+0
* Move TargetData to DataLayout.Micah Villmow2012-10-081-2/+2
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-271-1/+1
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-271-1/+1
* Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper2012-09-171-2/+2
* Teach SCEV's icmp simplification logic that a-b == 0 is equivalent to a == b.Benjamin Kramer2012-05-301-1/+2
* SCEV: Add MarkPendingLoopPredicates to avoid recursive isImpliedCond.Andrew Trick2012-05-191-1/+4
* FoldingSet: Push the hash through FoldingSetTraits::Equals, so clients can us...Benjamin Kramer2012-04-111-1/+1
* Clarified the SCEV getSmallConstantTripCount interface with in-your-face comm...Andrew Trick2012-01-111-5/+10
* Expose isNonConstantNegative to users of ScalarEvolution.Andrew Trick2012-01-071-0/+4
* Propagate TargetLibraryInfo throughout ConstantFolding.cpp and Chad Rosier2011-12-011-0/+5
* The product of two chrec's can always be represented as a chrec.Nick Lewycky2011-10-041-0/+8
* Comment and clarifying assert.Andrew Trick2011-09-021-2/+3
* Allow loop unrolling to get known trip counts from ScalarEvolution.Andrew Trick2011-08-111-1/+14
* SCEV: Use AssertingVH to catch dangling BasicBlock* when passes forgetAndrew Trick2011-08-031-1/+1
* Use consistent terminology for loop exit/exiting blocks. Name change only.Andrew Trick2011-08-021-7/+7
* SCEV: Added a data structure for storing not-taken info per loopAndrew Trick2011-07-261-59/+121
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-181-19/+19
* Change a few std::maps to DenseMaps.Dan Gohman2011-05-091-5/+5
* Don't include Operator.h from InstrTypes.h.Jay Foad2011-04-111-0/+1
* Added isValidRewrite() to check the result of ScalarEvolutionExpander.Andrew Trick2011-03-171-0/+6
* Added SCEV::NoWrapFlags to manage unsigned, signed, and self wrapAndrew Trick2011-03-141-21/+53
* some comment improvements.Chris Lattner2011-01-111-2/+3
* Step #2 to improve trip count analysis for loops like this:Chris Lattner2011-01-091-1/+2
* implement enough of the memset inference algorithm to recognize and insert Chris Lattner2010-12-261-2/+1
* 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