Pull predecessor and successor iterators out of the CFG*.h files, and plop them into
[oota-llvm.git] / lib / Transforms / Scalar / SCCP.cpp
2001-09-07 Chris Lattner* Eliminate reference to ConstantPool class
2001-07-23 Chris LattnerMoved inline/llvm/Tools/* to include/llvm/Support/*
2001-07-15 Chris LattnerSupport external methods
2001-07-14 Chris LattnerAdd knowledge about the struct form of the GetElementPt...
2001-07-08 Chris LattnerImplement checking for new instructions
2001-07-07 Chris LattnerBroad superficial changes:
2001-07-07 Chris LattnerChanged the fundemental architecture of Operands for...
2001-06-30 Chris LattnerRename DoSparseConditionalConstantProp -> DoSCCP
2001-06-30 Chris LattnerOptimizations got their own header files
2001-06-29 Chris LattnerAdded documentation. Constant fold terminators.
2001-06-27 Chris LattnerAdd a new Sparse Conditional Constant Propogation pass