Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
e28cbbd5d49f69385a859d1628d3661627af81e7
/
llvm
/
lib
/
Support
/
SmallVector.cpp
2946cd7
Update the file headers across all of the LLVM projects in the monorepo
by Chandler Carruth
· 7 years ago
ab55bc4
ADT: Shrink SmallVector size 0 to 16B on 64-bit platforms
by Duncan P. N. Exon Smith
· 7 years ago
c03b04d
Reapply "ADT: Shrink size of SmallVector by 8B on 64-bit platforms"
by Duncan P. N. Exon Smith
· 7 years ago
42f20f3
Revert "ADT: Shrink size of SmallVector by 8B on 64-bit platforms"
by Duncan P. N. Exon Smith
· 7 years ago
6acb8ce
ADT: Shrink size of SmallVector by 8B on 64-bit platforms
by Duncan P. N. Exon Smith
· 7 years ago
f4c82cf
ADT: Use EBO to shrink SmallVector size 1
by Duncan P. N. Exon Smith
· 7 years ago
15681ad
Use uniform mechanism for OOM errors handling
by Serge Pavlov
· 7 years ago
c4b6d0e
Revert commit 333506
by Serge Pavlov
· 7 years ago
5096d06
Use uniform mechanism for OOM errors handling
by Serge Pavlov
· 7 years ago
1a09552
Reverted commits 333390, 333391 and 333394
by Serge Pavlov
· 7 years ago
0e31285
Use uniform mechanism for OOM errors handling
by Serge Pavlov
· 7 years ago
c20b338
Support, IR, ADT: Check nullptr after allocation with malloc/realloc or calloc
by Matthias Braun
· 8 years ago
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