1. 904cf82 Merge the SmallBitVector and BitVector unit tests with gtest's typed test magic and bring SmallBitVector up to date. by Benjamin Kramer · 13 years ago
  2. 0057022 Remove the expensive BitVector::operator~(). by Jakob Stoklund Olesen · 13 years ago
  3. 03a3811 Add BitVector::anyCommon(). by Jakob Stoklund Olesen · 13 years ago
  4. ff5bad0 Add portable bit mask operations to BitVector. by Jakob Stoklund Olesen · 14 years ago
  5. fab4c9e Add an all() method to BitVector, for testing whether all bits are set. by Dan Gohman · 15 years ago
  6. 3f5e915 Update BitVectorTest.cpp to stay in sync with SmallBitVectorTest.cpp, by Dan Gohman · 15 years ago
  7. c9e31cc Silence GCC warnings. by Benjamin Kramer · 16 years ago
  8. e7962c9 Implement operators |=, &=, and ^= for SmallBitVector, and remove the by Dan Gohman · 16 years ago
  9. ce97b75 Disable unittests/ADT/BitVectorTest on PPC Darwin. by Dale Johannesen · 16 years ago
  10. cb89afc Add a SmallBitVector class, which mimics BitVector but uses only by Dan Gohman · 16 years ago