Remove assertions from the SmallVector class. They slow down clients of
[oota-llvm.git] / include / llvm / ADT / SmallVector.h
2006-08-07 Chris LattnerRemove assertions from the SmallVector class. They...
2006-08-07 Chris LattnerAdd a clear method to SmallVector
2006-08-05 Evan ChengThis causes some random crashes.
2006-07-28 Chris LattnerThe smallvector dtor should destroy the elements.
2006-07-27 Chris LattnerUse std::copy instead of custom loops to take advantage...
2006-07-26 Chris LattnerAdd a new llvm::SmallVector template, which is similar...