aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/IPO/ConstantMerge.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Fix: ConstantMerge/2002-09-23-CPR-Update.llChris Lattner2002-09-231-14/+102
* * Add support for different "PassType's"Chris Lattner2002-07-261-2/+2
* Incorporate ConstantMerge.h into IPO.hChris Lattner2002-07-231-3/+2
* * Remove getPassName implementationChris Lattner2002-07-231-2/+2
* Remove DynamicConstantMerge pass, because it did not fit in with the PassChris Lattner2002-06-251-64/+27
* Add support for printing out statistics information when -stats is added toChris Lattner2002-05-101-0/+4
* Add new optional getPassName() virtual function that a Pass can overrideChris Lattner2002-04-291-0/+4
* Tighten up the AnalysisUsage of lots of passes, primarily to correctly indica...Chris Lattner2002-04-281-0/+4
* * Rename MethodPass class to FunctionPassChris Lattner2002-04-271-5/+5
* Change references to the Method class to be references to the FunctionChris Lattner2002-04-071-6/+6
* Change over to use new style pass mechanism, now passes only expose smallChris Lattner2002-02-261-22/+39
* Convert xforms over to new pass structure.Chris Lattner2002-01-311-0/+2
* Implement a more powerful, simpler, pass system. This pass system can figureChris Lattner2002-01-211-3/+3
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-4/+4
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-031-4/+4
* Initial checkinChris Lattner2001-10-181-0/+80