aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Scalar/SCCP.cpp
AgeCommit message (Expand)Author
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