Move stuff out of the Optimizations directories into the appropriate Transforms
[oota-llvm.git] / lib / VMCore / ConstantFold.cpp
2002-01-21 Chris LattnerMove stuff out of the Optimizations directories into...
2002-01-21 Chris LattnerPull stuff out of opt namespace
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-11-01 Chris LattnerImplement constant propogation of null pointer values.
2001-10-13 Chris Lattnernot is a keyword in ansi C++, avoid it
2001-10-01 Chris LattnerAdd more support for new style casts
2001-09-10 Chris LattnerUse correct style casts
2001-09-09 Chris LattnerClean up ConstRules stuff to use annotations instead...
2001-09-07 Chris Lattner* Support global constants
2001-07-21 Chris LattnerAdd support for casts
2001-07-20 Chris LattnerAdd support for constant propogation of multiplies
2001-07-08 Chris LattnerNeg instruction removed. Cast instruction implemented.
2001-06-30 Chris LattnerOptimizations got their own header files
2001-06-06 Chris LattnerInitial revision