aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/User.h
AgeCommit message (Expand)Author
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