summaryrefslogtreecommitdiff
path: root/lib/Support/SmallVector.cpp
Commit message (Expand)AuthorAge
* Reduce alignment of SmallVector<T> to the required amount, rather than forcin...Richard Smith2012-08-22
* After some discussion with djg, teach SmallVector to grow from a zeroJohn McCall2010-09-02
* Use realloc instead of malloc+memcpy when growing a POD SmallVector. A smartBenjamin Kramer2010-06-08
* now that libsystem no longer uses SmallVector, we can move Chris Lattner2009-12-16