summaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/ScalarEvolutionExpander.h
Commit message (Expand)AuthorAge
* 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