aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/User.h
Commit message (Expand)AuthorAgeFilesLines
* Devirtualizing Value destructor (PR889). Patch by Pawel Kunio!Gordon Henriksen2007-12-091-0/+4
* Switch ValueSymbolTable to use StringMap<Value*> instead of std::map<std::str...Chris Lattner2007-02-121-4/+2
* Move the definition of value_use_iterator::getOperandNo to User.h where theChris Lattner2006-05-081-0/+7
* Remove trailing whitespaceMisha Brukman2005-04-211-7/+7
* Fix spelling, patch contributed by Gabor GreifChris Lattner2005-02-271-0/+2
* Instead of storing operands as std::vector<Use>, just maintain a pointerChris Lattner2005-01-291-32/+31
* Warning fixes for VC++, contributed by Morten Ofstad!Chris Lattner2004-11-151-1/+1
* bug 122:Reid Spencer2004-07-171-2/+1
* Make ctor inline, change ValueTy ->unsignedChris Lattner2004-06-271-1/+2
* Consider anything with a ValueType that is >= Instruction to be an instructionChris Lattner2004-06-261-3/+2
* Fixes for PR114: Thanks to Reid Spencer!Chris Lattner2003-11-161-2/+2
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-201-0/+7
* lalalaChris Lattner2003-10-151-0/+1
* Add new op_erase methodChris Lattner2003-10-131-0/+3
* Add a method to reserve space for operandsChris Lattner2003-10-091-0/+2
* Remove unneeded dtorsChris Lattner2003-10-061-1/+0
* Standardize header file commentsChris Lattner2003-09-301-1/+1
* Remove a ton of extraneous #includesChris Lattner2003-06-221-2/+0
* Add new op_erase methodChris Lattner2003-06-171-0/+5
* Included assert.h so that the code compiles under newer versions of GCC.John Criswell2003-06-111-0/+2
* Don't require the user to do something like isa<foo>(II->get()). The ->getChris Lattner2003-05-291-0/+20
* - Remove the User::eraseOperand method which is never used, reallyChris Lattner2002-10-011-4/+0
* Add routines to update or erase operands (and to do so without externalVikram S. Adve2002-09-161-0/+4
* Convert comments to Doxygen styleChris Lattner2002-08-251-3/+3
* Remove unneccesary methodChris Lattner2002-08-221-4/+0
* Add method copyOperands().Vikram S. Adve2002-08-221-0/+4
* Remove a misguided API extensionChris Lattner2002-03-211-10/+0
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-4/+4
* Renamed inst_const_iterator -> const_inst_iteratorChris Lattner2001-12-041-3/+3
* Add classof implementations for UserChris Lattner2001-10-131-0/+8
* Chris seems fond of #include <vector>. Fix these. Also convert use list inChris Lattner2001-09-141-1/+0
* Remove extra whitespace at EOLChris Lattner2001-09-071-2/+2
* Fix stupid typoChris Lattner2001-07-091-1/+1
* Add a new "addOperand" method to User.Chris Lattner2001-07-081-0/+10
* Devirtualize User::dropAllReferencesChris Lattner2001-07-071-3/+3
* Changed the fundemental architecture of Operands for Instructions. NowChris Lattner2001-07-071-8/+30
* Initial revisionChris Lattner2001-06-061-0/+47