Add a missing .
[oota-llvm.git] / include / llvm / Use.h
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...