Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2015-06-09 | [ADT] Assert that SmallVectorBase::grow_pod() successfully reallocates memory. | Daniel Sanders | 1 | -0/+1 |
2012-08-22 | Reduce alignment of SmallVector<T> to the required amount, rather than forcin... | Richard Smith | 1 | -3/+3 |
2010-09-02 | After some discussion with djg, teach SmallVector to grow from a zero | John McCall | 1 | -1/+1 |
2010-06-08 | Use realloc instead of malloc+memcpy when growing a POD SmallVector. A smart | Benjamin Kramer | 1 | -9/+12 |
2009-12-16 | now that libsystem no longer uses SmallVector, we can move | Chris Lattner | 1 | -0/+37 |