aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT/SmallBitVector.h
Commit message (Expand)AuthorAgeFilesLines
* SmallBitVector: Rework find_first/find_next and tweak test to test them (at l...Benjamin Kramer2010-04-301-14/+12
* Implement a read/write operator[] for SmallBitVector with a proxy class.Benjamin Kramer2010-04-301-3/+35
* Make sure SmallBitVector actually uses the small case and fix latent bugs.Benjamin Kramer2010-04-301-67/+82
* Implement operators |=, &=, and ^= for SmallBitVector, and remove theDan Gohman2010-02-101-3/+39
* Some versions of GCC don't like non-static data members in sizeofDan Gohman2010-01-051-1/+1
* Add a SmallBitVector class, which mimics BitVector but uses onlyDan Gohman2010-01-051-0/+373