Move stuff out of the Optimizations directories into the appropriate Transforms
[oota-llvm.git] / include / llvm / Transforms / Scalar / DCE.h
2002-01-21 Chris LattnerMove stuff out of the Optimizations directories into...
2002-01-21 Chris LattnerImplement a more powerful, simpler, pass system. This...
2001-11-26 Chris LattnerRemove unused method
2001-11-01 Chris LattnerExpose the low level DCE mechanism to external users
2001-10-18 Chris Lattnermove llvm/Transforms/Pass.h to the top level llvm/Pass...
2001-10-18 Chris LattnerConvert to new simpler pass structure
2001-10-18 Chris LattnerConvert optimizations to use the Pass infrastructure
2001-09-07 Chris LattnerConstant pools no longer exist
2001-06-30 Chris LattnerAdd prototypes for ADCE pass
2001-06-30 Chris LattnerSplit AllOpts.h into lots of little .h files.