summaryrefslogtreecommitdiffstats
path: root/lib/Support/SmallVector.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ADT] Assert that SmallVectorBase::grow_pod() successfully reallocates memory.Daniel Sanders2015-06-091-0/+1
* Reduce alignment of SmallVector<T> to the required amount, rather than forcin...Richard Smith2012-08-221-3/+3
* After some discussion with djg, teach SmallVector to grow from a zeroJohn McCall2010-09-021-1/+1
* Use realloc instead of malloc+memcpy when growing a POD SmallVector. A smartBenjamin Kramer2010-06-081-9/+12
* now that libsystem no longer uses SmallVector, we can move Chris Lattner2009-12-161-0/+37