aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/User.h
Commit message (Expand)AuthorAgeFilesLines
* 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