Split ConstantVals.h into Constant.h and Constants.h
[oota-llvm.git] / lib / Transforms / HoistPHIConstants.cpp
2002-04-27 Chris Lattner* Rename MethodPass class to FunctionPass
2002-04-07 Chris LattnerChange references to the Method class to be references...
2002-02-26 Chris LattnerChange over to use new style pass mechanism, now passes...
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-12-03 Chris LattnerSplit the PHINode class out from the iOther.h file...
2001-11-12 Ruchira SasankaChanged insert instructions only for CONSTANTS - back...
2001-11-08 Vikram S. AdveBug fix: cannot modify Phi operands while iterating...
2001-11-03 Ruchira SasankaCommented out code so that copies are inserted for...
2001-10-18 Chris LattnerConvert to new simpler pass itf
2001-10-15 Chris LattnerAdd new Pass infrastructure and some examples