Add support for casting operators
[oota-llvm.git] / lib / VMCore / Value.cpp
2001-07-14 Chris Lattner* ValueHolder now takes 3 arguments
2001-07-07 Chris LattnerChanged the fundemental architecture of Operands for...
2001-06-29 Chris LattnerAdd a check to avoid allowing V->replaceAllUsesWith(V)
2001-06-27 Chris LattnerMiscellaneous cleanups:
2001-06-11 Chris LattnerUpdates to support
2001-06-06 Chris LattnerInitial revision