aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis/ScalarEvolutionExpander.h
Commit message (Expand)AuthorAgeFilesLines
* - Use correct header for SCEV inside LoopPass.cppAnton Korobeynikov2007-08-201-11/+2
* Add a SCEV class and supporting code for sign-extend expressions.Dan Gohman2007-06-151-31/+12
* add accessorChris Lattner2007-06-061-0/+2
* what's an & between friends?Chris Lattner2007-04-181-1/+1
* CSE simple binary expressions when they are inserted. This makes LSR produceChris Lattner2007-04-131-4/+7
* For PR970:Reid Spencer2007-01-211-2/+1
* rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger.Chris Lattner2007-01-151-3/+3
* Update code to eliminate calls to isInteger, calling isIntegral instead.Chris Lattner2007-01-151-3/+3
* Change the interface to SCEVExpander::InsertCastOfTo to take a cast opcodeReid Spencer2006-12-131-4/+17
* Unclutter this by using new cast creation functions.Reid Spencer2006-12-041-8/+2
* Change inferred casts to explicit casts.Reid Spencer2006-12-041-2/+8
* For PR950:Reid Spencer2006-11-271-3/+3
* For PR950:Reid Spencer2006-10-261-1/+1
* Fix Transforms/IndVarsSimplify/2006-03-31-NegativeStride.ll andChris Lattner2006-04-011-1/+1
* Refactor a bunch of code into a non-inlined methodChris Lattner2006-02-041-33/+6
* add a methodChris Lattner2006-02-041-0/+2
* Keep tabs and trailing spaces out.Jeff Cohen2005-07-301-2/+2
* Break SCEVExpander out of IndVarSimplify into its own .h/.cpp file so thatNate Begeman2005-07-301-0/+180