- 04b8daa Fix a bug in the set(I,E)/reset(I,E) methods that I recently added. The boundary condition for checking if I and E were in the same word were incorrect, and, beyond that, the mask computation was not using a wide enough constant. by Owen Anderson · 13 years ago
- 6b7bdf8 Add range-based set()/reset() to BitVector. These allow fast setting/resetting of ranges of bits, particularly useful when dealing with very large BitVector's. by Owen Anderson · 13 years ago
- 34d6a9e 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
- 77e7b8e Remove the expensive BitVector::operator~(). by Jakob Stoklund Olesen · 13 years ago
- 2fad493 Add BitVector::anyCommon(). by Jakob Stoklund Olesen · 13 years ago
- 6ccbdcd Add portable bit mask operations to BitVector. by Jakob Stoklund Olesen · 14 years ago
- b179cb2 Add an all() method to BitVector, for testing whether all bits are set. by Dan Gohman · 15 years ago
- b74155d Update BitVectorTest.cpp to stay in sync with SmallBitVectorTest.cpp, by Dan Gohman · 15 years ago
- 4b86e9b Silence GCC warnings. by Benjamin Kramer · 16 years ago
- e69b99b Implement operators |=, &=, and ^= for SmallBitVector, and remove the by Dan Gohman · 16 years ago
- 7c7b9a2 Disable unittests/ADT/BitVectorTest on PPC Darwin. by Dale Johannesen · 16 years ago
- 5976e7d Add a SmallBitVector class, which mimics BitVector but uses only by Dan Gohman · 16 years ago