Add dummy entries to document what members can be added
[oota-llvm.git] / include / llvm / User.h
2002-10-01 Chris Lattner - Remove the User::eraseOperand method which is never...
2002-09-16 Vikram S. AdveAdd routines to update or erase operands (and to do...
2002-08-25 Chris LattnerConvert comments to Doxygen style
2002-08-22 Chris LattnerRemove unneccesary method
2002-08-22 Vikram S. AdveAdd method copyOperands().
2002-03-21 Chris LattnerRemove a misguided API extension
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-04 Chris LattnerRenamed inst_const_iterator -> const_inst_iterator
2001-10-13 Chris LattnerAdd classof implementations for User
2001-09-14 Chris LattnerChris seems fond of #include <vector>. Fix these....
2001-09-07 Chris LattnerRemove extra whitespace at EOL
2001-07-09 Chris LattnerFix stupid typo
2001-07-08 Chris LattnerAdd a new "addOperand" method to User.
2001-07-07 Chris LattnerDevirtualize User::dropAllReferences
2001-07-07 Chris LattnerChanged the fundemental architecture of Operands for...
2001-06-06 Chris LattnerInitial revision