Move stuff out of the Optimizations directories into the appropriate Transforms
[oota-llvm.git] / lib / Transforms / Scalar / DCE.cpp
2002-01-21 Chris LattnerMove stuff out of the Optimizations directories into...
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-12-03 Chris LattnerSplit the PHINode class out from the iOther.h file...
2001-11-27 Chris LattnerCreate a new #include "Support/..." directory structure...
2001-11-03 Chris LattnerAvoid making a broken transformation!
2001-11-01 Chris LattnerExpose the low level DCE mechanism to external users
2001-11-01 Chris LattnerSimplify DCE code a lot
2001-10-18 Chris LattnerConvert optimizations to the pass infrastructure
2001-10-02 Chris LattnerCommit more code over to new cast style
2001-10-01 Chris LattnerPull predecessor and successor iterators out of the...
2001-09-07 Chris Lattner* Eliminate constant pool dependancies:
2001-07-28 Chris LattnerEnable the elimination of method prototypes that are...
2001-07-23 Chris LattnerMoved inline/llvm/Tools/* to include/llvm/Support/*
2001-07-14 Chris LattnerRemove dependency on the structure of ValueHolder.
2001-07-09 Chris LattnerDon't clean out the type plane of the constant pool...
2001-07-07 Chris LattnerChanged the fundemental architecture of Operands for...
2001-06-30 Chris LattnerOptimizations got their own header files
2001-06-29 Chris Lattner* Factored RemovePredecessorFromBlock into BasicBlock...
2001-06-27 Chris LattnerMiscellaneous cleanups:
2001-06-20 Chris LattnerGet rid of a silly printout that isn't needed right now
2001-06-13 Chris LattnerUpdates to work with new cfg namespace
2001-06-11 Chris LattnerUpdates to support
2001-06-07 Chris LattnerUpdated to work with new CFG.h file.
2001-06-07 Chris LattnerSignificant rework. DCE is still not done (see #ifdef...
2001-06-06 Chris LattnerInitial revision