Change over to use new style pass mechanism, now passes only expose small
[oota-llvm.git] / include / llvm / Transforms / IPO / ConstantMerge.h
2002-02-26 Chris LattnerChange over to use new style pass mechanism, now passes...
2002-01-30 Chris LattnerConvert xforms over to use new pass structure
2002-01-21 Chris LattnerImplement a more powerful, simpler, pass system. This...
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-10-18 Chris Lattnermove llvm/Transforms/Pass.h to the top level llvm/Pass...
2001-10-18 Chris LattnerInitial Checkin