summaryrefslogtreecommitdiff
path: root/include/llvm/ADT/SmallBitVector.h
Commit message (Expand)AuthorAge
* Speculative fix the mask constants to be of type uintptr_t. I don't know of ...Owen Anderson2012-10-16
* Add range-based set()/reset() to BitVector. These allow fast setting/resetti...Owen Anderson2012-10-15
* Merge the SmallBitVector and BitVector unit tests with gtest's typed test mag...Benjamin Kramer2012-06-16
* Provide move semantics for (Small)BitVector.Benjamin Kramer2012-06-01
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-05
* Add an all() method to BitVector, for testing whether all bits are set.Dan Gohman2010-09-27
* SmallBitVector: Rework find_first/find_next and tweak test to test them (at l...Benjamin Kramer2010-04-30
* Implement a read/write operator[] for SmallBitVector with a proxy class.Benjamin Kramer2010-04-30
* Make sure SmallBitVector actually uses the small case and fix latent bugs.Benjamin Kramer2010-04-30
* Implement operators |=, &=, and ^= for SmallBitVector, and remove theDan Gohman2010-02-10
* Some versions of GCC don't like non-static data members in sizeofDan Gohman2010-01-05
* Add a SmallBitVector class, which mimics BitVector but uses onlyDan Gohman2010-01-05