aboutsummaryrefslogtreecommitdiff
path: root/lib/Support/SmallVector.cpp
AgeCommit message (Expand)Author
2012-08-22Reduce alignment of SmallVector<T> to the required amount, rather than forcin...Richard Smith
2010-09-02After some discussion with djg, teach SmallVector to grow from a zeroJohn McCall
2010-06-08Use realloc instead of malloc+memcpy when growing a POD SmallVector. A smartBenjamin Kramer
2009-12-16now that libsystem no longer uses SmallVector, we can move Chris Lattner