| Age | Commit message (Expand) | Author | Files | Lines |
| 2015-09-18 | Simplify SmallBitVector::applyMask by consolidating common code for 32- and 6... | Yaron Keren | 1 | -2/+2 |
| 2015-09-18 | Reverting r247972 (and subordinate commit r247972) as the 32-bit left-shift i... | Aaron Ballman | 1 | -2/+2 |
| 2015-09-18 | Fix BitVectorTest on 32-bit hosts after r247972. | Yaron Keren | 1 | -2/+2 |
| 2015-09-18 | Simplify SmallBitVector::applyMask by consolidating common code for 32-bit an... | Yaron Keren | 1 | -2/+2 |
| 2013-12-19 | Fix a buffer overrun detected by AddressSanitizer. | Anna Zaks | 1 | -0/+6 |
| 2013-07-26 | Revert "[PowerPC] Improve consistency in use of __ppc__, __powerpc__, etc." | Rafael Espindola | 1 | -1/+1 |
| 2013-07-26 | [PowerPC] Improve consistency in use of __ppc__, __powerpc__, etc. | Bill Schmidt | 1 | -1/+1 |
| 2013-07-11 | Sync SmallBitVector with BitVector. Add unit tests for the missing methods. | Benjamin Kramer | 1 | -0/+36 |
| 2013-06-07 | BitVector: Do the right thing in all() when Size is a multiple of BITWORD_SIZE. | Benjamin Kramer | 1 | -0/+16 |
| 2013-06-07 | Optimize BitVector::all(). | Benjamin Kramer | 1 | -0/+8 |
| 2012-10-16 | Fix a bug in the set(I,E)/reset(I,E) methods that I recently added. The boun... | Owen Anderson | 1 | -0/+10 |
| 2012-10-15 | Add range-based set()/reset() to BitVector. These allow fast setting/resetti... | Owen Anderson | 1 | -0/+42 |
| 2012-06-16 | Merge the SmallBitVector and BitVector unit tests with gtest's typed test mag... | Benjamin Kramer | 1 | -16/+25 |
| 2012-05-14 | Remove the expensive BitVector::operator~(). | Jakob Stoklund Olesen | 1 | -3/+4 |
| 2012-05-14 | Add BitVector::anyCommon(). | Jakob Stoklund Olesen | 1 | -1/+29 |
| 2012-01-17 | Add portable bit mask operations to BitVector. | Jakob Stoklund Olesen | 1 | -0/+46 |
| 2010-09-27 | Add an all() method to BitVector, for testing whether all bits are set. | Dan Gohman | 1 | -0/+7 |
| 2010-04-30 | Update BitVectorTest.cpp to stay in sync with SmallBitVectorTest.cpp, | Dan Gohman | 1 | -3/+15 |
| 2010-02-10 | Silence GCC warnings. | Benjamin Kramer | 1 | -6/+6 |
| 2010-02-10 | Implement operators |=, &=, and ^= for SmallBitVector, and remove the | Dan Gohman | 1 | -0/+40 |
| 2010-02-09 | Disable unittests/ADT/BitVectorTest on PPC Darwin. | Dale Johannesen | 1 | -0/+2 |
| 2010-01-05 | Add a SmallBitVector class, which mimics BitVector but uses only | Dan Gohman | 1 | -0/+140 |