1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/include
Duncan P. N. Exon Smith c5c96d69c8 ADT: Shrink size of SmallVector by 8B on 64-bit platforms
Representing size and capacity directly as unsigned and calculate
`end()` using `begin() + size()`.

This limits the maximum size/capacity of a vector to UINT32_MAX.

https://reviews.llvm.org/D48518

llvm-svn: 337504
2018-07-19 22:29:47 +00:00
..
llvm ADT: Shrink size of SmallVector by 8B on 64-bit platforms 2018-07-19 22:29:47 +00:00
llvm-c [LLVM-C] Add target triple normalization to the C API. 2018-07-17 10:57:39 +00:00