aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Transforms/Scalar/ConstantProp.h
AgeCommit message (Expand)Author
2002-05-07These files are supersumed by include/llvm/Transforms/Scalar.hChris Lattner
2002-05-07Factor code out to the Transform Utils libraryChris 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-01-30Convert xforms over to use new pass structureChris Lattner
2002-01-21Move stuff out of the Optimizations directories into the appropriate TransformsChris Lattner
2002-01-21Implement a more powerful, simpler, pass system. This pass system can figureChris Lattner
2001-11-26Expose constant prop of an instructionChris Lattner
2001-10-18move llvm/Transforms/Pass.h to the top level llvm/Pass.h fileChris Lattner
2001-10-18Convert to new simpler pass structureChris Lattner
2001-10-18Convert optimizations to use the Pass infrastructureChris Lattner
2001-09-07Eliminate DoConstantPoolMerging. ConstantPools no longer existChris Lattner
2001-06-30Rename DoSparseConditionalConstantProp to DoSCCPChris Lattner
2001-06-30Split AllOpts.h into lots of little .h files.Chris Lattner