Fix PR5262: when folding select into PHI, make sure all operands are available
[oota-llvm.git] / lib / Transforms / Scalar / Reassociate.cpp
2003-04-23 Chris LattnerRemove unnecesary &*'s
2003-02-24 Chris LattnerRename Instruction::hasSideEffects() -> mayWriteToMemory()
2002-12-15 Chris LattnerFix a huge performance problem in reassociate by introd...
2002-12-15 Chris LattnerMinor changes:
2002-10-31 Chris LattnerFixes to the reassociate pass to make it respect domina...
2002-10-21 Chris Lattner - Rename AnalysisUsage::preservesAll to getPreservesA...
2002-10-01 Chris LattnerUpdates to work with recent Statistic's changes:
2002-09-10 Chris LattnerSimplify code (somtimes dramatically), by using the...
2002-07-26 Chris Lattner* Add support for different "PassType's"
2002-07-25 Chris Lattner*** empty log message ***
2002-07-23 Chris Lattner*** empty log message ***
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-05-22 Chris LattnerUse the new DEBUG(x) macro to allow debugging code...
2002-05-16 Chris Lattner* Make debug output conditional on #define
2002-05-10 Chris LattnerAdd support for printing out statistics information...
2002-05-09 Chris LattnerGive the longer name to the instruction that will proba...
2002-05-08 Chris LattnerInitial checkin of expression reassociation pass