aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Use.h
AgeCommit message (Expand)Author
2007-10-11Add a new use_iterator::atEnd() method, which allows us to shrinkChris Lattner
2006-05-08Move the definition of value_use_iterator::getOperandNo to User.h where theChris Lattner
2006-05-05Add a helper method.Chris Lattner
2006-03-27Add some missing template specializations for autodereferencing User.Chris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2005-02-01Switch from using an ilist for uses to using a custom doubly linked list.Chris Lattner
2005-01-30Improve conformance with the Misha spelling benchmark suiteChris Lattner
2005-01-29Adjust to ilist changes.Chris Lattner
2005-01-29Adjust to User.h changes.Chris Lattner
2004-10-27Convert 'struct' to 'class' in various places to adhere to the coding standardsChris Lattner
2004-09-01Changes For Bug 352Reid Spencer
2003-11-16Fixes for PR114: Thanks to Reid Spencer!Chris Lattner
2003-11-14This is obviously illegal C++ code, but was apparently accepted by 3.3Chris 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-16Completely rewrite support for the Value::use_* list. Now, all operations onChris Lattner