summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/SmallVector.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* ADT: Shrink SmallVector size 0 to 16B on 64-bit platformsDuncan P. N. Exon Smith2018-07-241-2/+21
* Reapply "ADT: Shrink size of SmallVector by 8B on 64-bit platforms"Duncan P. N. Exon Smith2018-07-201-11/+14
* Revert "ADT: Shrink size of SmallVector by 8B on 64-bit platforms"Duncan P. N. Exon Smith2018-07-201-14/+11
* ADT: Shrink size of SmallVector by 8B on 64-bit platformsDuncan P. N. Exon Smith2018-07-191-11/+14
* ADT: Use EBO to shrink SmallVector size 1Duncan P. N. Exon Smith2018-06-231-0/+4
* Use uniform mechanism for OOM errors handlingSerge Pavlov2018-06-091-6/+2
* Revert commit 333506Serge Pavlov2018-05-301-2/+6
* Use uniform mechanism for OOM errors handlingSerge Pavlov2018-05-301-6/+2
* Reverted commits 333390, 333391 and 333394Serge Pavlov2018-05-291-2/+6
* Use uniform mechanism for OOM errors handlingSerge Pavlov2018-05-291-6/+2
* Support, IR, ADT: Check nullptr after allocation with malloc/realloc or callocMatthias Braun2017-07-201-1/+4
* [ADT] Assert that SmallVectorBase::grow_pod() successfully reallocates memory.Daniel Sanders2015-06-091-0/+1
* Reduce alignment of SmallVector<T> to the required amount, rather than forcin...Richard Smith2012-08-221-3/+3
* After some discussion with djg, teach SmallVector to grow from a zeroJohn McCall2010-09-021-1/+1
* Use realloc instead of malloc+memcpy when growing a POD SmallVector. A smartBenjamin Kramer2010-06-081-9/+12
* now that libsystem no longer uses SmallVector, we can move Chris Lattner2009-12-161-0/+37
OpenPOWER on IntegriCloud