initial checkin
[oota-llvm.git] / lib / Transforms / Scalar / SCCP.cpp
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-26 Chris LattnerMisc cleanups
2001-10-31 Chris LattnerImplemented constant propogation of cast instructions
2001-10-18 Chris LattnerConvert optimizations to the pass infrastructure
2001-10-13 Chris LattnerSupport the invoke instruction
2001-10-02 Chris LattnerCommit more code over to new cast style
2001-10-01 Chris LattnerConvert more code to use new style casts
2001-10-01 Chris LattnerAdd support for new style casts
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