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