Changes For Bug 352
[oota-llvm.git] / lib / Transforms / IPO / ConstantMerge.cpp
2004-09-01 Reid SpencerChanges For Bug 352
2003-12-28 Chris LattnerMerging constants can cause further room for improvemen...
2003-12-22 Chris LattnerFix memory corruption bug PR193
2003-11-21 Chris LattnerFinegrainify namespacification
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-29 Chris LattnerFix bug: ConstantMerge/2003-10-28-MergeExternalConstant...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-09-10 Chris LattnerFix spell-o's
2003-04-18 Chris LattnerGlobal constants CAN be external
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