- Change getelementptr instruction to use long indexes instead of uint
[oota-llvm.git] / lib / Transforms / Scalar / LICM.cpp
2002-09-10 Chris LattnerClean up code due to auto-insert constructors
2002-08-22 Chris LattnerLoad & StoreInst no longer derive from MemAccessInst...
2002-08-22 Chris LattnerAdd capability of using pointer analysis to LICM
2002-08-14 Chris LattnerFix bug introduced in last checkin due to CastInst...
2002-08-14 Chris LattnerRemove support for NOT instruction
2002-08-08 Chris Lattner- Cleaned up the interface to AnalysisUsage to take...
2002-07-26 Chris Lattner* Add support for different "PassType's"
2002-07-23 Chris Lattner*** empty log message ***
2002-06-25 Anand Shuklachanges to make it compatible with 64bit gcc
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-05-26 Chris LattnerSimplify the interface to local DCE and Constant prop
2002-05-10 Chris LattnerInitial checkin of LICM pass