IC: (X & C1) | C2 --> (X | C2) & (C1|C2)
[oota-llvm.git] / lib / Transforms / Scalar / PiNodeInsertion.cpp
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 LattnerClean up code due to auto-insert constructors
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 Chris LattnerMEGAPATCH checkin.
2002-05-10 Chris LattnerAdd support for printing out statistics information...
2002-05-10 Chris LattnerInitial checkin of the PiNodeInsertion pass