Change APFloat::convertFromInteger to take the incoming
[oota-llvm.git] / include / llvm / ADT / UniqueVector.h
2007-02-06 Lauro Ramos VenancioFix build error.
2007-02-05 Chris LattnerSimplify this a bit, add an assertion
2007-02-05 Chris LattnerConst method must use const_iterator.
2006-01-26 Jim LaskeyUse find instead of lower_bounds.
2006-01-26 Jim LaskeyAdd support to find existing entries.
2006-01-17 Evan ChengSuppress "no newline at end of file" warnings.
2006-01-17 Jim LaskeyReduce memory consumption and force (somewhat) access...
2006-01-16 Jim LaskeyRedundant inline keyword.
2006-01-16 Jim LaskeyUniqueVector template provides a means of enumerating...