1. a89b833 Simplify SmallBitVector::applyMask by consolidating common code for 32- and 64-bit builds by Yaron Keren · 10 years ago
  2. 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
  3. 8c3142b Fix BitVectorTest on 32-bit hosts after r247972. by Yaron Keren · 10 years ago
  4. 733ccaa Simplify SmallBitVector::applyMask by consolidating common code for 32-bit and 64-bit builds. by Yaron Keren · 10 years ago
  5. 386328f Fix a buffer overrun detected by AddressSanitizer. by Anna Zaks · 12 years ago
  6. 05b5a46 Revert "[PowerPC] Improve consistency in use of __ppc__, __powerpc__, etc." by Rafael Espindola · 12 years ago
  7. 419f7c2 [PowerPC] Improve consistency in use of __ppc__, __powerpc__, etc. by Bill Schmidt · 12 years ago
  8. 1c7fccc Sync SmallBitVector with BitVector. Add unit tests for the missing methods. by Benjamin Kramer · 12 years ago
  9. 9675a0d BitVector: Do the right thing in all() when Size is a multiple of BITWORD_SIZE. by Benjamin Kramer · 12 years ago
  10. 2566e04 Optimize BitVector::all(). by Benjamin Kramer · 12 years ago
  11. 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
  12. 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
  13. 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
  14. 77e7b8e Remove the expensive BitVector::operator~(). by Jakob Stoklund Olesen · 13 years ago
  15. 2fad493 Add BitVector::anyCommon(). by Jakob Stoklund Olesen · 13 years ago
  16. 6ccbdcd Add portable bit mask operations to BitVector. by Jakob Stoklund Olesen · 14 years ago
  17. b179cb2 Add an all() method to BitVector, for testing whether all bits are set. by Dan Gohman · 15 years ago
  18. b74155d Update BitVectorTest.cpp to stay in sync with SmallBitVectorTest.cpp, by Dan Gohman · 15 years ago
  19. 4b86e9b Silence GCC warnings. by Benjamin Kramer · 16 years ago
  20. e69b99b Implement operators |=, &=, and ^= for SmallBitVector, and remove the by Dan Gohman · 16 years ago
  21. 7c7b9a2 Disable unittests/ADT/BitVectorTest on PPC Darwin. by Dale Johannesen · 16 years ago
  22. 5976e7d Add a SmallBitVector class, which mimics BitVector but uses only by Dan Gohman · 16 years ago