Commit Graph

13 Commits

Author SHA1 Message Date
rjmccall ea0d95ba5d Merge pull request #1808 from danra/patch-18
static_assert that ClusteredBitVector::ChunkType is unsigned instead of just commenting as much.
2016-03-24 00:28:07 -07:00
Chris Lattner c153c3ab7d Merge pull request #1810 from danra/patch-20
[gardening] Improved comments (NFC)
2016-03-23 17:41:36 -07:00
Chris Lattner 9070697cce Merge pull request #1813 from danra/patch-22
Remove redundant parentheses (NFC)
2016-03-23 17:39:48 -07:00
danra 891dea4f70 Fix comment typo (NFC) 2016-03-24 00:45:02 +02:00
danra fec14bfb9f Remove redundant parentheses (NFC) 2016-03-23 23:58:08 +02:00
danra 7988864ab1 [gardening] Improved comments (NFC) 2016-03-23 23:39:37 +02:00
danra 98776388d4 Compact getCapacityInBits implementation (NFC) 2016-03-23 22:50:34 +02:00
danra 8134bfd55d static_assert ChunkType is unsigned 2016-03-23 22:26:16 +02:00
Zach Panzarino e3a4147ac9 Update copyright date 2015-12-31 23:28:40 +00:00
Johan K. Jensen fa76656c82 Remove instances of duplicated words 2015-12-03 20:00:29 +01:00
Ben Langmuir ef071c3cdc Update for LLVM API change r228930
CountPopulation_{32,64} => countPopulation
Count{Trailing,Leading}Ones_{32,64} => count{Trailing,Leading}Ones

Swift SVN r25239
2015-02-12 16:46:14 +00:00
John McCall a7e2bb241b Fix some bit-vector bugs that weren't covered by my
random test generator and flesh out the API.

Swift SVN r24304
2015-01-09 10:05:43 +00:00
John McCall 05c67279fb Add a new bit-vector implementation optimized for
IRGen's needs.

Swift SVN r24295
2015-01-09 03:02:39 +00:00