summaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/ScalarEvolutionExpander.h
Commit message (Expand)AuthorAge
* Wind SCEV back in time, to Nov 18th. This 'fixes' PR3275, PR3294, PR3295,Nick Lewycky2009-01-13
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-05
* Add a new SCEV representing signed division.Nick Lewycky2008-12-02
* Expand SCEVUDiv of power of 2 to a lshr instruction.Nick Lewycky2008-07-08
* Move a few more SCEVExpander methods out-of-line.Dan Gohman2008-06-22
* Move SCEVExpander::visitAddExpr out-of-line.Dan Gohman2008-06-18
* Fix PR2434. When scanning for exising binary operator to reuse don't Wojciech Matyjewicz2008-06-15
* Prune and tidy #includes.Dan Gohman2008-05-29
* API change for {BinaryOperator|CmpInst|CastInst}::create*() --> Create. Legac...Gabor Greif2008-05-16
* Add 'umax' similar to 'smax' SCEV. Closes PR2003.Nick Lewycky2008-02-20
* Fix PR1798 - an error in the evaluation of SCEVAddRecExpr at an Wojciech Matyjewicz2008-02-11
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* Add new SCEV, SCEVSMax. This allows LLVM to analyze do-while loops.Nick Lewycky2007-11-25
* Reverted r44163 per requestAnton Korobeynikov2007-11-15
* Fix handling of overflow in loop calculation by adding new UDiv SCEV. This SCEVNick Lewycky2007-11-15
* Move the SCEV object factors from being static members of the individualDan Gohman2007-10-22
* - Use correct header for SCEV inside LoopPass.cppAnton Korobeynikov2007-08-20
* Add a SCEV class and supporting code for sign-extend expressions.Dan Gohman2007-06-15
* add accessorChris Lattner2007-06-06
* what's an & between friends?Chris Lattner2007-04-18
* CSE simple binary expressions when they are inserted. This makes LSR produceChris Lattner2007-04-13
* For PR970:Reid Spencer2007-01-21
* rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger.Chris Lattner2007-01-15
* Update code to eliminate calls to isInteger, calling isIntegral instead.Chris Lattner2007-01-15
* Change the interface to SCEVExpander::InsertCastOfTo to take a cast opcodeReid Spencer2006-12-13
* Unclutter this by using new cast creation functions.Reid Spencer2006-12-04
* Change inferred casts to explicit casts.Reid Spencer2006-12-04
* For PR950:Reid Spencer2006-11-27
* For PR950:Reid Spencer2006-10-26
* Fix Transforms/IndVarsSimplify/2006-03-31-NegativeStride.ll andChris Lattner2006-04-01
* Refactor a bunch of code into a non-inlined methodChris Lattner2006-02-04
* add a methodChris Lattner2006-02-04
* Keep tabs and trailing spaces out.Jeff Cohen2005-07-30
* Break SCEVExpander out of IndVarSimplify into its own .h/.cpp file so thatNate Begeman2005-07-30