- ba60e3d [BitVector] Add find_[first,last]_[set,unset]_in. by Zachary Turner · 8 years ago
- b52e036 BitVector: add iterators for set bits by Francis Visoiu Mistrih · 8 years ago
- 25597b2 [ADT] Add BitVector::find_prev. by Zachary Turner · 8 years ago
- 3b91b8a [ADT] A few minor improvements to BitVector by Zachary Turner · 8 years ago
- 492674e [BitVector] Add find_last() and find_last_unset(). by Zachary Turner · 8 years ago
- 2a593bc Resubmit "[BitVector] Add operator<<= and operator>>=." by Zachary Turner · 8 years ago
- b3dac38 Revert "[BitVector] Add operator<<= and operator>>=." by Zachary Turner · 8 years ago
- 7500b0e [BitVector] Add operator<<= and operator>>=. by Zachary Turner · 8 years ago
- c7da1ce Fix signed / unsigned comparison warnings. by Zachary Turner · 8 years ago
- 843171f [Support] Add support for finding unset bits in a BitVector. by Zachary Turner · 8 years ago
- 617a199 Add unittests for empty bitvectors. by Matthias Braun · 9 years ago
- 660b1a4 Fix BitVector move ctor/assignment. by Evgeniy Stepanov · 9 years ago
- a89b833 Simplify SmallBitVector::applyMask by consolidating common code for 32- and 64-bit builds by Yaron Keren · 10 years ago
- eda0a48 Reverting r247972 (and subordinate commit r247972) as the 32-bit left-shift is undefined behavior on implementations where uinptr_t is 32-bits. One such platform is Windows, MSVC, x86. by Aaron Ballman · 10 years ago
- 8c3142b Fix BitVectorTest on 32-bit hosts after r247972. by Yaron Keren · 10 years ago
- 733ccaa Simplify SmallBitVector::applyMask by consolidating common code for 32-bit and 64-bit builds. by Yaron Keren · 10 years ago
- 386328f Fix a buffer overrun detected by AddressSanitizer. by Anna Zaks · 12 years ago
- 05b5a46 Revert "[PowerPC] Improve consistency in use of __ppc__, __powerpc__, etc." by Rafael Espindola · 12 years ago
- 419f7c2 [PowerPC] Improve consistency in use of __ppc__, __powerpc__, etc. by Bill Schmidt · 12 years ago
- 1c7fccc Sync SmallBitVector with BitVector. Add unit tests for the missing methods. by Benjamin Kramer · 12 years ago
- 9675a0d BitVector: Do the right thing in all() when Size is a multiple of BITWORD_SIZE. by Benjamin Kramer · 12 years ago
- 2566e04 Optimize BitVector::all(). by Benjamin Kramer · 12 years ago
- 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