aboutsummaryrefslogtreecommitdiff
path: root/unittests/ADT/SmallBitVectorTest.cpp
AgeCommit message (Expand)Author
2012-06-16Merge the SmallBitVector and BitVector unit tests with gtest's typed test mag...Benjamin Kramer
2010-09-27Add an all() method to BitVector, for testing whether all bits are set.Dan Gohman
2010-04-30Update BitVectorTest.cpp to stay in sync with SmallBitVectorTest.cpp,Dan Gohman
2010-04-30SmallBitVector: Rework find_first/find_next and tweak test to test them (at l...Benjamin Kramer
2010-04-30Implement a read/write operator[] for SmallBitVector with a proxy class.Benjamin Kramer
2010-02-10Silence GCC warnings.Benjamin Kramer
2010-02-10Implement operators |=, &=, and ^= for SmallBitVector, and remove theDan Gohman
2010-01-05Add a SmallBitVector class, which mimics BitVector but uses onlyDan Gohman