Make sure to include name information if we have it
[oota-llvm.git] / lib / Transforms / IPO / ConstantMerge.cpp
2002-10-09 Chris Lattner - Dramatically simplify the ConstantMerge code now...
2002-10-01 Chris LattnerUpdates to work with recent Statistic's changes:
2002-09-23 Chris LattnerFix: ConstantMerge/2002-09-23-CPR-Update.ll
2002-07-26 Chris Lattner* Add support for different "PassType's"
2002-07-23 Chris LattnerIncorporate ConstantMerge.h into IPO.h
2002-07-23 Chris Lattner* Remove getPassName implementation
2002-06-25 Chris LattnerRemove DynamicConstantMerge pass, because it did not...
2002-05-10 Chris LattnerAdd support for printing out statistics information...
2002-04-29 Chris LattnerAdd new optional getPassName() virtual function that...
2002-04-28 Chris LattnerTighten up the AnalysisUsage of lots of passes, primari...
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-31 Chris LattnerConvert xforms over to 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 LattnerInitial checkin