aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Scalar/SCCP.cpp
AgeCommit message (Expand)Author
2002-04-27* Rename MethodPass class to FunctionPassChris Lattner
2002-04-27Changes because the Terminator::getSuccessor function now FAILS if successorChris Lattner
2002-04-18Convert SCCP over to use InstVisitor instead of hand crafted switchChris Lattner
2002-04-18GEP instructions can never be constant propogated.Chris Lattner
2002-04-09Move FunctionArgument out of iOther.h into Argument.h and rename class toChris Lattner
2002-04-08s/Method/FunctionChris Lattner
2002-04-08ConstantHandling moved into VMCore libraryChris Lattner
2002-03-26Change references from Method to FunctionChris Lattner
2002-03-11Fix bug: test/Regression/Other/2002-03-11-ConstPropCrash.llChris Lattner
2002-02-26Change over to use new style pass mechanism, now passes only expose smallChris Lattner
2002-02-12Method.h no longer includes BasicBlock.hChris Lattner
2002-01-31MethodPass's are now guaranteed to not be run on external methods!Chris Lattner
2002-01-21Move stuff out of the Optimizations directories into the appropriate TransformsChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-12-03Rename ConstPoolVal -> ConstantChris Lattner
2001-12-03Split the PHINode class out from the iOther.h file into the iPHINode.h fileChris Lattner
2001-11-27Create a new #include "Support/..." directory structure to move thingsChris Lattner
2001-11-26Misc cleanupsChris Lattner
2001-10-31Implemented constant propogation of cast instructionsChris Lattner
2001-10-18Convert optimizations to the pass infrastructureChris Lattner
2001-10-13Support the invoke instructionChris Lattner
2001-10-02Commit more code over to new cast styleChris Lattner
2001-10-01Convert more code to use new style castsChris Lattner
2001-10-01Add support for new style castsChris Lattner
2001-09-07* Eliminate reference to ConstantPool classChris Lattner
2001-07-23Moved inline/llvm/Tools/* to include/llvm/Support/*Chris Lattner
2001-07-15Support external methodsChris Lattner
2001-07-14Add knowledge about the struct form of the GetElementPtr instructionChris Lattner
2001-07-08Implement checking for new instructionsChris Lattner
2001-07-07Broad superficial changes:Chris Lattner
2001-07-07Changed the fundemental architecture of Operands for Instructions. NowChris Lattner
2001-06-30Rename DoSparseConditionalConstantProp -> DoSCCPChris Lattner
2001-06-30Optimizations got their own header filesChris Lattner
2001-06-29Added documentation. Constant fold terminators.Chris Lattner
2001-06-27Add a new Sparse Conditional Constant Propogation passChris Lattner