1. 0389d66 [ADT] Assert that SmallVectorBase::grow_pod() successfully reallocates memory. by Daniel Sanders · 10 years ago
  2. 24f09cc Reduce alignment of SmallVector<T> to the required amount, rather than forcing 16-byte alignment. This fixes misaligned SmallVector accesses via ExtractValueInst's SmallVector data member. by Richard Smith · 13 years ago
  3. 7f55c25 After some discussion with djg, teach SmallVector to grow from a zero by John McCall · 15 years ago
  4. 4e36e5b Use realloc instead of malloc+memcpy when growing a POD SmallVector. A smart by Benjamin Kramer · 15 years ago
  5. 4ea86c4 now that libsystem no longer uses SmallVector, we can move by Chris Lattner · 16 years ago