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