| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use realloc instead of malloc+memcpy when growing a POD SmallVector. A smart | Benjamin Kramer | 2010-06-08 | 1 | -9/+12 |
| | | | | | | | | realloc implementation can try to expand the allocated memory block in-place, avoiding the copy. llvm-svn: 105605 | ||||
| * | now that libsystem no longer uses SmallVector, we can move | Chris Lattner | 2009-12-16 | 1 | -0/+37 |
| SmallVectorBase::grow_pod out of line, finally satisfying PR3758. llvm-svn: 91529 | |||||

