aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/SmallVector.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-07-20Support, IR, ADT: Check nullptr after allocation with malloc/realloc or callocMatthias Braun1-1/+4
2015-06-09[ADT] Assert that SmallVectorBase::grow_pod() successfully reallocates memory.Daniel Sanders1-0/+1
2012-08-22Reduce alignment of SmallVector<T> to the required amount, rather than forcin...Richard Smith1-3/+3
2010-09-02After some discussion with djg, teach SmallVector to grow from a zeroJohn McCall1-1/+1
2010-06-08Use realloc instead of malloc+memcpy when growing a POD SmallVector. A smartBenjamin Kramer1-9/+12
2009-12-16now that libsystem no longer uses SmallVector, we can move Chris Lattner1-0/+37