Added LLVM copyright header (for lack of a better term).
[oota-llvm.git] / include / llvm / User.h
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-10-15 Chris Lattnerlalala
2003-10-13 Chris LattnerAdd new op_erase method
2003-10-09 Chris LattnerAdd a method to reserve space for operands
2003-10-06 Chris LattnerRemove unneeded dtors
2003-09-30 Chris LattnerStandardize header file comments
2003-06-22 Chris LattnerRemove a ton of extraneous #includes
2003-06-17 Chris LattnerAdd new op_erase method
2003-06-11 John CriswellIncluded assert.h so that the code compiles under newer...
2003-05-29 Chris LattnerDon't require the user to do something like isa<foo...
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