summaryrefslogtreecommitdiff
path: root/include/llvm/User.h
Commit message (Expand)AuthorAge
* Move the definition of value_use_iterator::getOperandNo to User.h where theChris Lattner2006-05-08
* Remove trailing whitespaceMisha Brukman2005-04-21
* Fix spelling, patch contributed by Gabor GreifChris Lattner2005-02-27
* Instead of storing operands as std::vector<Use>, just maintain a pointerChris Lattner2005-01-29
* Warning fixes for VC++, contributed by Morten Ofstad!Chris Lattner2004-11-15
* bug 122:Reid Spencer2004-07-17
* Make ctor inline, change ValueTy ->unsignedChris Lattner2004-06-27
* Consider anything with a ValueType that is >= Instruction to be an instructionChris Lattner2004-06-26
* Fixes for PR114: Thanks to Reid Spencer!Chris Lattner2003-11-16
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-20
* lalalaChris Lattner2003-10-15
* Add new op_erase methodChris Lattner2003-10-13
* Add a method to reserve space for operandsChris Lattner2003-10-09
* Remove unneeded dtorsChris Lattner2003-10-06
* Standardize header file commentsChris Lattner2003-09-30
* Remove a ton of extraneous #includesChris Lattner2003-06-22
* Add new op_erase methodChris Lattner2003-06-17
* Included assert.h so that the code compiles under newer versions of GCC.John Criswell2003-06-11
* Don't require the user to do something like isa<foo>(II->get()). The ->getChris Lattner2003-05-29
* - Remove the User::eraseOperand method which is never used, reallyChris Lattner2002-10-01
* Add routines to update or erase operands (and to do so without externalVikram S. Adve2002-09-16
* Convert comments to Doxygen styleChris Lattner2002-08-25
* Remove unneccesary methodChris Lattner2002-08-22
* Add method copyOperands().Vikram S. Adve2002-08-22
* Remove a misguided API extensionChris Lattner2002-03-21
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-20
* Renamed inst_const_iterator -> const_inst_iteratorChris Lattner2001-12-04
* Add classof implementations for UserChris Lattner2001-10-13
* Chris seems fond of #include <vector>. Fix these. Also convert use list inChris Lattner2001-09-14
* Remove extra whitespace at EOLChris Lattner2001-09-07
* Fix stupid typoChris Lattner2001-07-09
* Add a new "addOperand" method to User.Chris Lattner2001-07-08
* Devirtualize User::dropAllReferencesChris Lattner2001-07-07
* Changed the fundemental architecture of Operands for Instructions. NowChris Lattner2001-07-07
* Initial revisionChris Lattner2001-06-06