Implementation of the new spiffy pass system
[oota-llvm.git] / lib / VMCore / Value.cpp
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-13 Chris LattnerAdd debugging to make a more useful message if a value...
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-09-28 Chris LattnerMake error report a little more useful
2001-09-19 Chris LattnerOkay, make the member function work.
2001-09-19 Chris LattnerRemove global debug output fns that have been supercede...
2001-09-18 Chris LattnerFix up code a bit, remove operator<< to Assembly/Writer.h
2001-09-18 Vikram S. AdveAdded debugging support.
2001-09-14 Chris LattnerChris seems fond of #include <vector>. Fix these....
2001-09-07 Chris LattnerSupport abstract types
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