summaryrefslogtreecommitdiff
path: root/lib/Transforms/Scalar/ConstantProp.cpp
Commit message (Expand)AuthorAge
* MEGAPATCH checkin.Chris Lattner2002-06-25
* Trivial cleanupsChris Lattner2002-05-13
* Add support for printing out statistics information when -stats is added toChris Lattner2002-05-10
* Merge all individual .h files into a single Scalar.h fileChris Lattner2002-05-07
* Factor code out to the TransformUtils libraryChris Lattner2002-05-07
* * Eliminate dead code that should have been removed in last revisionChris Lattner2002-05-06
* * Use simplified interface to constant propogation stuff.Chris Lattner2002-05-06
* Implement constant propogation of shift instructionsChris Lattner2002-05-06
* 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
* Split ConstantVals.h into Constant.h and Constants.hChris Lattner2002-04-28
* * Rename MethodPass class to FunctionPassChris Lattner2002-04-27
* s/Method/FunctionChris Lattner2002-04-08
* ConstantHandling moved into VMCore libraryChris Lattner2002-04-08
* Change references to the Method class to be references to the FunctionChris Lattner2002-04-07
* Fix bug: test/Regression/Other/2002-03-11-ConstPropCrash.llChris Lattner2002-03-11
* Change over to use new style pass mechanism, now passes only expose smallChris Lattner2002-02-26
* Move stuff out of the Optimizations directories into the appropriate TransformsChris Lattner2002-01-21
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-20
* Assertion could never fail because another one would in it's place. :)Chris Lattner2001-12-13
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-03
* Split the PHINode class out from the iOther.h file into the iPHINode.h fileChris Lattner2001-12-03
* Expose constant propogation of an instruction in a clean wayChris Lattner2001-11-26
* Implemented constant propogation of cast instructionsChris Lattner2001-10-31
* Convert optimizations to the pass infrastructureChris Lattner2001-10-18
* Commit more code over to new cast styleChris Lattner2001-10-02
* Convert more code to use new style castsChris Lattner2001-10-01
* Add support for new style castsChris Lattner2001-10-01
* * Supoprt global constantsChris Lattner2001-09-07
* Broad superficial changes:Chris Lattner2001-07-07
* Changed the fundemental architecture of Operands for Instructions. NowChris Lattner2001-07-07
* Optimizations got their own header filesChris Lattner2001-06-30
* Export ConstantFoldTerminator, allow it to fold conditional branches toChris Lattner2001-06-29
* We need to make sure to remove PHI nodes in the successor that cannot beChris Lattner2001-06-29
* * Expose DoConstantPoolMergingChris Lattner2001-06-27
* Initial revisionChris Lattner2001-06-06