aboutsummaryrefslogtreecommitdiffstats
path: root/include/Support/BitSetVector.h
Commit message (Expand)AuthorAgeFilesLines
* Fix problems with BitSetVector that makes it not compile under GCC 3.0 and 2.95Chris Lattner2003-03-171-6/+6
* Several fixes:Vikram S. Adve2002-11-271-18/+47
* Make maxSize a private variable, add a size() accessorChris Lattner2002-11-061-4/+6
* An implementation of the bit-vector representation of sets.Vikram S. Adve2002-11-061-0/+239