aboutsummaryrefslogtreecommitdiff
path: root/unittests/ADT/BitVectorTest.cpp
AgeCommit message (Expand)Author
2012-01-17Add portable bit mask operations to BitVector.Jakob Stoklund Olesen
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-02-10Silence GCC warnings.Benjamin Kramer
2010-02-10Implement operators |=, &=, and ^= for SmallBitVector, and remove theDan Gohman
2010-02-09Disable unittests/ADT/BitVectorTest on PPC Darwin.Dale Johannesen
2010-01-05Add a SmallBitVector class, which mimics BitVector but uses onlyDan Gohman