aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/User.h
AgeCommit message (Expand)Author
2003-11-16Fixes for PR114: Thanks to Reid Spencer!Chris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM copyright header (for lack of a better term).John Criswell
2003-10-15lalalaChris Lattner
2003-10-13Add new op_erase methodChris Lattner
2003-10-09Add a method to reserve space for operandsChris Lattner
2003-10-06Remove unneeded dtorsChris Lattner
2003-09-30Standardize header file commentsChris Lattner
2003-06-22Remove a ton of extraneous #includesChris Lattner
2003-06-17Add new op_erase methodChris Lattner
2003-06-11Included assert.h so that the code compiles under newer versions of GCC.John Criswell
2003-05-29Don't require the user to do something like isa<foo>(II->get()). The ->getChris Lattner
2002-10-01 - Remove the User::eraseOperand method which is never used, reallyChris Lattner
2002-09-16Add routines to update or erase operands (and to do so without externalVikram S. Adve
2002-08-25Convert comments to Doxygen styleChris Lattner
2002-08-22Remove unneccesary methodChris Lattner
2002-08-22Add method copyOperands().Vikram S. Adve
2002-03-21Remove a misguided API extensionChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-12-04Renamed inst_const_iterator -> const_inst_iteratorChris Lattner
2001-10-13Add classof implementations for UserChris Lattner
2001-09-14Chris seems fond of #include <vector>. Fix these. Also convert use list inChris Lattner
2001-09-07Remove extra whitespace at EOLChris Lattner
2001-07-09Fix stupid typoChris Lattner
2001-07-08Add a new "addOperand" method to User.Chris Lattner
2001-07-07Devirtualize User::dropAllReferencesChris Lattner
2001-07-07Changed the fundemental architecture of Operands for Instructions. NowChris Lattner
2001-06-06Initial revisionChris Lattner