1. fab4c9e Add an all() method to BitVector, for testing whether all bits are set. by Dan Gohman · 15 years ago
  2. 3f5e915 Update BitVectorTest.cpp to stay in sync with SmallBitVectorTest.cpp, by Dan Gohman · 15 years ago
  3. 6340722 SmallBitVector: Rework find_first/find_next and tweak test to test them (at least on 64 bit platforms). by Benjamin Kramer · 15 years ago
  4. b252fbd Implement a read/write operator[] for SmallBitVector with a proxy class. by Benjamin Kramer · 15 years ago
  5. c9e31cc Silence GCC warnings. by Benjamin Kramer · 16 years ago
  6. e7962c9 Implement operators |=, &=, and ^= for SmallBitVector, and remove the by Dan Gohman · 16 years ago
  7. cb89afc Add a SmallBitVector class, which mimics BitVector but uses only by Dan Gohman · 16 years ago