Merge of r51073-51074 from use-diet branch.
[oota-llvm.git] / include / llvm / Use.h
2008-05-13 Gabor GreifMerge of r51073-51074 from use-diet branch.
2008-05-10 Gabor Greifmerge of use-diet branch to trunk
2008-04-16 Dan GohmanFix a copy+paste error in a comment.
2008-03-31 Torok Edwintest commit
2008-03-25 Dan GohmanAdd explicit keywords.
2008-03-14 Gabor Greifmove the Use destructor where it belongs to
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-10-11 Chris LattnerAdd a new use_iterator::atEnd() method, which allows...
2006-05-08 Chris LattnerMove the definition of value_use_iterator::getOperandNo...
2006-05-05 Chris LattnerAdd a helper method.
2006-03-27 Chris LattnerAdd some missing template specializations for autoderef...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-02-01 Chris LattnerSwitch from using an ilist for uses to using a custom...
2005-01-30 Chris LattnerImprove conformance with the Misha spelling benchmark...
2005-01-29 Chris LattnerAdjust to ilist changes.
2005-01-29 Chris LattnerAdjust to User.h changes.
2004-10-27 Chris LattnerConvert 'struct' to 'class' in various places to adhere...
2004-09-01 Reid SpencerChanges For Bug 352
2003-11-16 Chris LattnerFixes for PR114: Thanks to Reid Spencer!
2003-11-14 Chris LattnerThis is obviously illegal C++ code, but was apparently...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-10-16 Chris LattnerCompletely rewrite support for the Value::use_* list...