Add support for printing globals
[oota-llvm.git] / lib / VMCore / ConstantFolding.h
2001-09-09 Chris LattnerConvert ConstRules to use annotations to clean it up.
2001-09-07 Chris LattnerYou no longer have to delete constants! They are locat...
2001-07-21 Chris LattnerAdd support for casting operators
2001-07-20 Chris LattnerAdd multiply as a supported constant propogation operation
2001-07-08 Chris LattnerNeg instruction removed. Cast instruction implemented.
2001-06-30 Chris LattnerSplit AllOpts.h into lots of little .h files.
2001-06-27 Chris LattnerAdd instructions to fold unary and binary instructions.
2001-06-06 Chris LattnerInitial revision