aboutsummaryrefslogtreecommitdiffstats
path: root/unittests/ADT/BitVectorTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add an all() method to BitVector, for testing whether all bits are set.Dan Gohman2010-09-271-0/+7
* Update BitVectorTest.cpp to stay in sync with SmallBitVectorTest.cpp,Dan Gohman2010-04-301-3/+15
* Silence GCC warnings.Benjamin Kramer2010-02-101-6/+6
* Implement operators |=, &=, and ^= for SmallBitVector, and remove theDan Gohman2010-02-101-0/+40
* Disable unittests/ADT/BitVectorTest on PPC Darwin.Dale Johannesen2010-02-091-0/+2
* Add a SmallBitVector class, which mimics BitVector but uses onlyDan Gohman2010-01-051-0/+140