aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/IPO/ConstantMerge.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in comment.Nick Lewycky2007-05-061-1/+1
* Drop 'const'Devang Patel2007-05-031-2/+2
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-021-2/+2
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-011-0/+4
* avoid iterator invalidation.Chris Lattner2007-04-141-2/+4
* An even better fix.Jeff Cohen2007-04-141-3/+2
* Fix recent regression that broke several llvm-tests.Jeff Cohen2007-04-141-0/+2
* in addition to merging, constantmerge should also delete trivially dead globals,Chris Lattner2007-04-141-1/+8
* Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes inReid Spencer2007-02-051-1/+2
* Eliminate static ctors due to Statistic objectsChris Lattner2006-12-191-2/+3
* Detemplatize the Statistic class. The only type it is instantiated withChris Lattner2006-12-061-1/+1
* eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner2006-08-271-1/+1
* Fix ConstantMerge/2006-03-07-DontMergeDiffSections.ll, a problem JimChris Lattner2006-03-071-11/+14
* Remove trailing whitespaceMisha Brukman2005-04-211-8/+8
* This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner2005-03-151-1/+1
* 'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner2004-09-201-4/+4
* Changes For Bug 352Reid Spencer2004-09-011-1/+1
* Merging constants can cause further room for improvement. Iterate untilChris Lattner2003-12-281-35/+45
* Fix memory corruption bug PR193Chris Lattner2003-12-221-20/+26
* Finegrainify namespacificationChris Lattner2003-11-211-4/+2
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-1/+4
* Fix bug: ConstantMerge/2003-10-28-MergeExternalConstants.ll & PR64Chris Lattner2003-10-291-2/+13
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* Fix spell-o'sChris Lattner2003-09-101-1/+1
* Global constants CAN be externalChris Lattner2003-04-181-3/+3
* - Dramatically simplify the ConstantMerge code now thatChris Lattner2002-10-091-102/+3
* Updates to work with recent Statistic's changes:Chris Lattner2002-10-011-2/+2
* 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