summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm/Transforms/Scalar/ConstantProp.h
Commit message (Collapse)AuthorAgeFilesLines
* These files are supersumed by include/llvm/Transforms/Scalar.hChris Lattner2002-05-071-22/+0
| | | | llvm-svn: 2534
* Factor code out to the Transform Utils libraryChris Lattner2002-05-071-16/+0
| | | | llvm-svn: 2519
* Fix bug: test/Regression/Other/2002-03-11-ConstPropCrash.llChris Lattner2002-03-111-2/+4
| | | | llvm-svn: 1858
* Change over to use new style pass mechanism, now passes only expose smallChris Lattner2002-02-261-23/+10
| | | | | | creation functions in their public header file, unless they can help it. llvm-svn: 1816
* Convert xforms over to use new pass structureChris Lattner2002-01-301-2/+3
| | | | llvm-svn: 1596
* Move stuff out of the Optimizations directories into the appropriate TransformsChris Lattner2002-01-211-4/+0
| | | | | | directories. Eliminate the opt namespace. llvm-svn: 1520
* Implement a more powerful, simpler, pass system. This pass system can figureChris Lattner2002-01-211-4/+4
| | | | | | | | | out how to run a collection of passes optimially given their behaviors and charactaristics. Convert code to use it. llvm-svn: 1507
* Expose constant prop of an instructionChris Lattner2001-11-261-0/+5
| | | | llvm-svn: 1367
* move llvm/Transforms/Pass.h to the top level llvm/Pass.h fileChris Lattner2001-10-181-1/+1
| | | | llvm-svn: 901
* Convert to new simpler pass structureChris Lattner2001-10-181-5/+4
| | | | llvm-svn: 877
* Convert optimizations to use the Pass infrastructureChris Lattner2001-10-181-12/+17
| | | | llvm-svn: 871
* Eliminate DoConstantPoolMerging. ConstantPools no longer existChris Lattner2001-09-071-16/+0
| | | | llvm-svn: 437
* Rename DoSparseConditionalConstantProp to DoSCCPChris Lattner2001-06-301-9/+3
| | | | llvm-svn: 114
* Split AllOpts.h into lots of little .h files.Chris Lattner2001-06-301-0/+65
llvm-svn: 108
OpenPOWER on IntegriCloud