summaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO/ConstantMerge.cpp
Commit message (Expand)AuthorAge
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-04
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-13
* Don't include <map> in Pass.h, which doesn't need it. This requiresDan Gohman2008-03-21
* remove some dead code.Chris Lattner2008-02-13
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Fix typo in comment.Nick Lewycky2007-05-06
* Drop 'const'Devang Patel2007-05-03
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-02
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-01
* avoid iterator invalidation.Chris Lattner2007-04-14
* An even better fix.Jeff Cohen2007-04-14
* Fix recent regression that broke several llvm-tests.Jeff Cohen2007-04-14
* in addition to merging, constantmerge should also delete trivially dead globals,Chris Lattner2007-04-14
* Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes inReid Spencer2007-02-05
* Eliminate static ctors due to Statistic objectsChris Lattner2006-12-19
* Detemplatize the Statistic class. The only type it is instantiated withChris Lattner2006-12-06
* eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner2006-08-27
* Fix ConstantMerge/2006-03-07-DontMergeDiffSections.ll, a problem JimChris Lattner2006-03-07
* Remove trailing whitespaceMisha Brukman2005-04-21
* This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner2005-03-15
* 'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner2004-09-20
* Changes For Bug 352Reid Spencer2004-09-01
* Merging constants can cause further room for improvement. Iterate untilChris Lattner2003-12-28
* Fix memory corruption bug PR193Chris Lattner2003-12-22
* Finegrainify namespacificationChris Lattner2003-11-21
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Fix bug: ConstantMerge/2003-10-28-MergeExternalConstants.ll & PR64Chris Lattner2003-10-29
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-20
* Fix spell-o'sChris Lattner2003-09-10
* Global constants CAN be externalChris Lattner2003-04-18
* - Dramatically simplify the ConstantMerge code now thatChris Lattner2002-10-09
* Updates to work with recent Statistic's changes:Chris Lattner2002-10-01
* Fix: ConstantMerge/2002-09-23-CPR-Update.llChris Lattner2002-09-23
* * Add support for different "PassType's"Chris Lattner2002-07-26
* Incorporate ConstantMerge.h into IPO.hChris Lattner2002-07-23
* * Remove getPassName implementationChris Lattner2002-07-23
* Remove DynamicConstantMerge pass, because it did not fit in with the PassChris Lattner2002-06-25
* Add support for printing out statistics information when -stats is added toChris Lattner2002-05-10
* Add new optional getPassName() virtual function that a Pass can overrideChris Lattner2002-04-29
* Tighten up the AnalysisUsage of lots of passes, primarily to correctly indica...Chris Lattner2002-04-28
* * Rename MethodPass class to FunctionPassChris Lattner2002-04-27
* Change references to the Method class to be references to the FunctionChris Lattner2002-04-07
* Change over to use new style pass mechanism, now passes only expose smallChris Lattner2002-02-26
* Convert xforms over to new pass structure.Chris Lattner2002-01-31
* Implement a more powerful, simpler, pass system. This pass system can figureChris Lattner2002-01-21
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-20
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-03
* Initial checkinChris Lattner2001-10-18