API changes for class Use size reduction, wave 1.
[oota-llvm.git] / include / llvm / User.h
2008-04-06 Gabor GreifAPI changes for class Use size reduction, wave 1.
2008-02-23 Devang PatelTo support multiple return values, now ret instruction...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-12-10 Gordon HenriksenReverting dtor devirtualization patch.
2007-12-09 Gordon HenriksenDevirtualizing Value destructor (PR889). Patch by Pawel...
2007-02-12 Chris LattnerSwitch ValueSymbolTable to use StringMap<Value*> instea...
2006-05-08 Chris LattnerMove the definition of value_use_iterator::getOperandNo...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-02-27 Chris LattnerFix spelling, patch contributed by Gabor Greif
2005-01-29 Chris LattnerInstead of storing operands as std::vector<Use>, just...
2004-11-15 Chris LattnerWarning fixes for VC++, contributed by Morten Ofstad!
2004-07-17 Reid Spencerbug 122:
2004-06-27 Chris LattnerMake ctor inline, change ValueTy ->unsigned
2004-06-26 Chris LattnerConsider anything with a ValueType that is >= Instructi...
2003-11-16 Chris LattnerFixes for PR114: Thanks to Reid Spencer!
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
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