summaryrefslogtreecommitdiff
path: root/unittests/ADT/BitVectorTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-10-16Fix a bug in the set(I,E)/reset(I,E) methods that I recently added. The boun...Owen Anderson1-0/+10
2012-10-15Add range-based set()/reset() to BitVector. These allow fast setting/resetti...Owen Anderson1-0/+42
2012-06-16Merge the SmallBitVector and BitVector unit tests with gtest's typed test mag...Benjamin Kramer1-16/+25
2012-05-14Remove the expensive BitVector::operator~().Jakob Stoklund Olesen1-3/+4
2012-05-14Add BitVector::anyCommon().Jakob Stoklund Olesen1-1/+29
2012-01-17Add portable bit mask operations to BitVector.Jakob Stoklund Olesen1-0/+46
2010-09-27Add an all() method to BitVector, for testing whether all bits are set.Dan Gohman1-0/+7
2010-04-30Update BitVectorTest.cpp to stay in sync with SmallBitVectorTest.cpp,Dan Gohman1-3/+15
2010-02-10Silence GCC warnings.Benjamin Kramer1-6/+6
2010-02-10Implement operators |=, &=, and ^= for SmallBitVector, and remove theDan Gohman1-0/+40
2010-02-09Disable unittests/ADT/BitVectorTest on PPC Darwin.Dale Johannesen1-0/+2
2010-01-05Add a SmallBitVector class, which mimics BitVector but uses onlyDan Gohman1-0/+140