1. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  2. ab55bc4 ADT: Shrink SmallVector size 0 to 16B on 64-bit platforms by Duncan P. N. Exon Smith · 7 years ago
  3. c03b04d Reapply "ADT: Shrink size of SmallVector by 8B on 64-bit platforms" by Duncan P. N. Exon Smith · 7 years ago
  4. 42f20f3 Revert "ADT: Shrink size of SmallVector by 8B on 64-bit platforms" by Duncan P. N. Exon Smith · 7 years ago
  5. 6acb8ce ADT: Shrink size of SmallVector by 8B on 64-bit platforms by Duncan P. N. Exon Smith · 7 years ago
  6. f4c82cf ADT: Use EBO to shrink SmallVector size 1 by Duncan P. N. Exon Smith · 7 years ago
  7. 15681ad Use uniform mechanism for OOM errors handling by Serge Pavlov · 7 years ago
  8. c4b6d0e Revert commit 333506 by Serge Pavlov · 7 years ago
  9. 5096d06 Use uniform mechanism for OOM errors handling by Serge Pavlov · 7 years ago
  10. 1a09552 Reverted commits 333390, 333391 and 333394 by Serge Pavlov · 7 years ago
  11. 0e31285 Use uniform mechanism for OOM errors handling by Serge Pavlov · 7 years ago
  12. c20b338 Support, IR, ADT: Check nullptr after allocation with malloc/realloc or calloc by Matthias Braun · 8 years ago
  13. 0389d66 [ADT] Assert that SmallVectorBase::grow_pod() successfully reallocates memory. by Daniel Sanders · 10 years ago
  14. 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
  15. 7f55c25 After some discussion with djg, teach SmallVector to grow from a zero by John McCall · 15 years ago
  16. 4e36e5b Use realloc instead of malloc+memcpy when growing a POD SmallVector. A smart by Benjamin Kramer · 15 years ago
  17. 4ea86c4 now that libsystem no longer uses SmallVector, we can move by Chris Lattner · 16 years ago