aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Transforms/Scalar/DCE.h
Commit message (Expand)AuthorAgeFilesLines
* Change over to use new style pass mechanism, now passes only expose smallChris Lattner2002-02-261-41/+13
* Method.h no longer includes BasicBlock.hChris Lattner2002-02-121-0/+1
* Convert xforms over to use new pass structureChris Lattner2002-01-301-7/+7
* * Expose new pass DeadInstEliminationChris Lattner2002-01-231-0/+25
* Move stuff out of the Optimizations directories into the appropriate TransformsChris Lattner2002-01-211-4/+0
* Implement a more powerful, simpler, pass system. This pass system can figureChris Lattner2002-01-211-6/+6
* Remove unused methodChris Lattner2001-11-261-9/+0
* Expose the low level DCE mechanism to external usersChris Lattner2001-11-011-0/+9
* move llvm/Transforms/Pass.h to the top level llvm/Pass.h fileChris Lattner2001-10-181-1/+1
* Convert to new simpler pass structureChris Lattner2001-10-181-6/+6
* Convert optimizations to use the Pass infrastructureChris Lattner2001-10-181-10/+41
* Constant pools no longer existChris Lattner2001-09-071-1/+0
* Add prototypes for ADCE passChris Lattner2001-06-301-3/+9
* Split AllOpts.h into lots of little .h files.Chris Lattner2001-06-301-0/+35