ADCE is broken but at least we know why
[oota-llvm.git] / lib / Transforms / Scalar / DCE.cpp
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