[ADT] Add a 'find_as' operation to DenseSet.
[oota-llvm.git] / include / llvm / ADT / UniqueVector.h
2014-06-27 David MajnemerIR: Add COMDATs to the IR
2009-01-09 Misha BrukmanRemoved trailing whitespace.
2008-05-05 Evan ChengFix more -Wshorten-64-to-32 warnings.
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
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...