| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-06-08 | Use realloc instead of malloc+memcpy when growing a POD SmallVector. A smart | Benjamin Kramer | |
| realloc implementation can try to expand the allocated memory block in-place, avoiding the copy. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@105605 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
| 2009-12-16 | now that libsystem no longer uses SmallVector, we can move | Chris Lattner | |
| SmallVectorBase::grow_pod out of line, finally satisfying PR3758. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91529 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
