Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update BitVectorTest.cpp to stay in sync with SmallBitVectorTest.cpp, | Dan Gohman | 2010-04-30 | 1 | -0/+1 |
* | SmallBitVector: Rework find_first/find_next and tweak test to test them (at l... | Benjamin Kramer | 2010-04-30 | 1 | -2/+3 |
* | Implement a read/write operator[] for SmallBitVector with a proxy class. | Benjamin Kramer | 2010-04-30 | 1 | -0/+8 |
* | 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/+39 |
* | Add a SmallBitVector class, which mimics BitVector but uses only | Dan Gohman | 2010-01-05 | 1 | -0/+140 |