aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Scalar/SCCP.cpp
Commit message (Expand)AuthorAgeFilesLines
* GEP instructions can never be constant propogated.Chris Lattner2002-04-181-7/+12
* Move FunctionArgument out of iOther.h into Argument.h and rename class toChris Lattner2002-04-091-2/+2
* s/Method/FunctionChris Lattner2002-04-081-1/+0
* ConstantHandling moved into VMCore libraryChris Lattner2002-04-081-1/+1
* Change references from Method to FunctionChris Lattner2002-03-261-13/+13
* Fix bug: test/Regression/Other/2002-03-11-ConstPropCrash.llChris Lattner2002-03-111-1/+1
* Change over to use new style pass mechanism, now passes only expose smallChris Lattner2002-02-261-6/+14
* Method.h no longer includes BasicBlock.hChris Lattner2002-02-121-32/+29
* MethodPass's are now guaranteed to not be run on external methods!Chris Lattner2002-01-311-1/+0
* Move stuff out of the Optimizations directories into the appropriate TransformsChris Lattner2002-01-211-10/+9
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-6/+8
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-031-23/+23
* Split the PHINode class out from the iOther.h file into the iPHINode.h fileChris Lattner2001-12-031-1/+2
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-271-1/+1
* Misc cleanupsChris Lattner2001-11-261-53/+53
* Implemented constant propogation of cast instructionsChris Lattner2001-10-311-3/+4
* Convert optimizations to the pass infrastructureChris Lattner2001-10-181-1/+1
* Support the invoke instructionChris Lattner2001-10-131-1/+2
* Commit more code over to new cast styleChris Lattner2001-10-021-10/+9
* Convert more code to use new style castsChris Lattner2001-10-011-2/+2
* Add support for new style castsChris Lattner2001-10-011-2/+2
* * Eliminate reference to ConstantPool classChris Lattner2001-09-071-14/+7
* Moved inline/llvm/Tools/* to include/llvm/Support/*Chris Lattner2001-07-231-1/+1
* Support external methodsChris Lattner2001-07-151-0/+1
* Add knowledge about the struct form of the GetElementPtr instructionChris Lattner2001-07-141-1/+7
* Implement checking for new instructionsChris Lattner2001-07-081-3/+4
* Broad superficial changes:Chris Lattner2001-07-071-4/+4
* Changed the fundemental architecture of Operands for Instructions. NowChris Lattner2001-07-071-4/+4
* Rename DoSparseConditionalConstantProp -> DoSCCPChris Lattner2001-06-301-1/+1
* Optimizations got their own header filesChris Lattner2001-06-301-11/+11
* Added documentation. Constant fold terminators.Chris Lattner2001-06-291-5/+16
* Add a new Sparse Conditional Constant Propogation passChris Lattner2001-06-271-0/+502