Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |