aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO/ConstantMerge.cpp
AgeCommit message (Expand)Author
2002-07-23Incorporate ConstantMerge.h into IPO.hChris Lattner
2002-07-23* Remove getPassName implementationChris Lattner
2002-06-25Remove DynamicConstantMerge pass, because it did not fit in with the PassChris Lattner
2002-05-10Add support for printing out statistics information when -stats is added toChris Lattner
2002-04-29Add new optional getPassName() virtual function that a Pass can overrideChris Lattner
2002-04-28Tighten up the AnalysisUsage of lots of passes, primarily to correctly indica...Chris Lattner
2002-04-27* Rename MethodPass class to FunctionPassChris Lattner
2002-04-07Change references to the Method class to be references to the FunctionChris Lattner
2002-02-26Change over to use new style pass mechanism, now passes only expose smallChris Lattner
2002-01-31Convert xforms over to new pass structure.Chris Lattner
2002-01-21Implement a more powerful, simpler, pass system. This pass system can figureChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-12-03Rename ConstPoolVal -> ConstantChris Lattner
2001-10-18Initial checkinChris Lattner