Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
dede81ea72a786cdbd88fe8e3ff74865a03d464c
/
llvm
/
lib
/
Support
/
SmallVector.cpp
0389d66
[ADT] Assert that SmallVectorBase::grow_pod() successfully reallocates memory.
by Daniel Sanders
· 10 years ago
24f09cc
Reduce alignment of SmallVector<T> to the required amount, rather than forcing 16-byte alignment. This fixes misaligned SmallVector accesses via ExtractValueInst's SmallVector data member.
by Richard Smith
· 13 years ago
7f55c25
After some discussion with djg, teach SmallVector to grow from a zero
by John McCall
· 15 years ago
4e36e5b
Use realloc instead of malloc+memcpy when growing a POD SmallVector. A smart
by Benjamin Kramer
· 15 years ago
4ea86c4
now that libsystem no longer uses SmallVector, we can move
by Chris Lattner
· 16 years ago