summaryrefslogtreecommitdiff
path: root/unittests/ADT/SmallBitVectorTest.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
* SmallBitVector: Rework find_first/find_next and tweak test to test them (at l...Benjamin Kramer2010-04-30
* Implement a read/write operator[] for SmallBitVector with a proxy class.Benjamin Kramer2010-04-30
* Silence GCC warnings.Benjamin Kramer2010-02-10
* Implement operators |=, &=, and ^= for SmallBitVector, and remove theDan Gohman2010-02-10
* Add a SmallBitVector class, which mimics BitVector but uses onlyDan Gohman2010-01-05