1. ba60e3d [BitVector] Add find_[first,last]_[set,unset]_in. by Zachary Turner · 8 years ago
  2. b52e036 BitVector: add iterators for set bits by Francis Visoiu Mistrih · 8 years ago
  3. 25597b2 [ADT] Add BitVector::find_prev. by Zachary Turner · 8 years ago
  4. 3b91b8a [ADT] A few minor improvements to BitVector by Zachary Turner · 8 years ago
  5. 492674e [BitVector] Add find_last() and find_last_unset(). by Zachary Turner · 8 years ago
  6. 2a593bc Resubmit "[BitVector] Add operator<<= and operator>>=." by Zachary Turner · 8 years ago
  7. b3dac38 Revert "[BitVector] Add operator<<= and operator>>=." by Zachary Turner · 8 years ago
  8. 7500b0e [BitVector] Add operator<<= and operator>>=. by Zachary Turner · 8 years ago
  9. c7da1ce Fix signed / unsigned comparison warnings. by Zachary Turner · 8 years ago
  10. 843171f [Support] Add support for finding unset bits in a BitVector. by Zachary Turner · 8 years ago
  11. 617a199 Add unittests for empty bitvectors. by Matthias Braun · 9 years ago
  12. 660b1a4 Fix BitVector move ctor/assignment. by Evgeniy Stepanov · 9 years ago
  13. a89b833 Simplify SmallBitVector::applyMask by consolidating common code for 32- and 64-bit builds by Yaron Keren · 10 years ago
  14. 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
  15. 8c3142b Fix BitVectorTest on 32-bit hosts after r247972. by Yaron Keren · 10 years ago
  16. 733ccaa Simplify SmallBitVector::applyMask by consolidating common code for 32-bit and 64-bit builds. by Yaron Keren · 10 years ago
  17. 386328f Fix a buffer overrun detected by AddressSanitizer. by Anna Zaks · 12 years ago
  18. 05b5a46 Revert "[PowerPC] Improve consistency in use of __ppc__, __powerpc__, etc." by Rafael Espindola · 12 years ago
  19. 419f7c2 [PowerPC] Improve consistency in use of __ppc__, __powerpc__, etc. by Bill Schmidt · 12 years ago
  20. 1c7fccc Sync SmallBitVector with BitVector. Add unit tests for the missing methods. by Benjamin Kramer · 12 years ago
  21. 9675a0d BitVector: Do the right thing in all() when Size is a multiple of BITWORD_SIZE. by Benjamin Kramer · 12 years ago
  22. 2566e04 Optimize BitVector::all(). by Benjamin Kramer · 12 years ago
  23. 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
  24. 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
  25. 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
  26. 77e7b8e Remove the expensive BitVector::operator~(). by Jakob Stoklund Olesen · 13 years ago
  27. 2fad493 Add BitVector::anyCommon(). by Jakob Stoklund Olesen · 13 years ago
  28. 6ccbdcd Add portable bit mask operations to BitVector. by Jakob Stoklund Olesen · 14 years ago
  29. b179cb2 Add an all() method to BitVector, for testing whether all bits are set. by Dan Gohman · 15 years ago
  30. b74155d Update BitVectorTest.cpp to stay in sync with SmallBitVectorTest.cpp, by Dan Gohman · 15 years ago
  31. 4b86e9b Silence GCC warnings. by Benjamin Kramer · 16 years ago
  32. e69b99b Implement operators |=, &=, and ^= for SmallBitVector, and remove the by Dan Gohman · 16 years ago
  33. 7c7b9a2 Disable unittests/ADT/BitVectorTest on PPC Darwin. by Dale Johannesen · 16 years ago
  34. 5976e7d Add a SmallBitVector class, which mimics BitVector but uses only by Dan Gohman · 16 years ago