aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT/SmallBitVector.h
Commit message (Expand)AuthorAgeFilesLines
* 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