summaryrefslogtreecommitdiff
path: root/unittests/ADT/BitVectorTest.cpp
Commit message (Expand)AuthorAge
* Add an all() method to BitVector, for testing whether all bits are set.Dan Gohman2010-09-27
* Update BitVectorTest.cpp to stay in sync with SmallBitVectorTest.cpp,Dan Gohman2010-04-30
* Silence GCC warnings.Benjamin Kramer2010-02-10
* Implement operators |=, &=, and ^= for SmallBitVector, and remove theDan Gohman2010-02-10
* Disable unittests/ADT/BitVectorTest on PPC Darwin.Dale Johannesen2010-02-09
* Add a SmallBitVector class, which mimics BitVector but uses onlyDan Gohman2010-01-05