summaryrefslogtreecommitdiff
path: root/lib/Analysis/ScalarEvolutionExpander.cpp
Commit message (Expand)AuthorAge
* Be more careful when inserting reused instructions. This fixes CodeGen/Gener...Chris Lattner2007-04-17
* CSE simple binary expressions when they are inserted. This makes LSR produceChris Lattner2007-04-13
* Prefer non-virtual calls to ConstantInt::isZero over virtual calls toReid Spencer2007-03-02
* Avoid a potential assert out if the loop increment is > 64 bits.Reid Spencer2007-03-01
* For PR970:Reid Spencer2007-01-21
* rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger.Chris Lattner2007-01-15
* For PR1043:Zhou Sheng2007-01-11
* Change the interface to SCEVExpander::InsertCastOfTo to take a cast opcodeReid Spencer2006-12-13
* Replace inferred getCast(V,Ty) calls with more strict variants.Reid Spencer2006-12-12
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-07
* Fix 80 cols violationReid Spencer2006-12-04
* Replacing std::iostreams with llvm iostreams. Some of these changes involveBill Wendling2006-11-29
* For PR950:Reid Spencer2006-11-27
* For PR950:Reid Spencer2006-10-20
* Pull the InsertCastOfTo out of the header, implement CSE'ing of arguments.Chris Lattner2006-02-04
* Fix a problem that Nate noticed with LSR:Chris Lattner2005-10-30
* Break SCEVExpander out of IndVarSimplify into its own .h/.cpp file so thatNate Begeman2005-07-30