aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO/ConstantMerge.cpp
AgeCommit message (Expand)Author
2005-04-21Remove trailing whitespaceMisha Brukman
2005-03-15This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner
2004-09-20'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner
2004-09-01Changes For Bug 352Reid Spencer
2003-12-28Merging constants can cause further room for improvement. Iterate untilChris Lattner
2003-12-22Fix memory corruption bug PR193Chris Lattner
2003-11-21Finegrainify namespacificationChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-29Fix bug: ConstantMerge/2003-10-28-MergeExternalConstants.ll & PR64Chris Lattner
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-09-10Fix spell-o'sChris Lattner
2003-04-18Global constants CAN be externalChris Lattner
2002-10-09 - Dramatically simplify the ConstantMerge code now thatChris Lattner
2002-10-01Updates to work with recent Statistic's changes:Chris Lattner
2002-09-23Fix: ConstantMerge/2002-09-23-CPR-Update.llChris Lattner
2002-07-26* Add support for different "PassType's"Chris Lattner
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