aboutsummaryrefslogtreecommitdiff
path: root/include/Support/BitSetVector.h
AgeCommit message (Expand)Author
2003-06-30Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell
2003-06-22Get rid of WORDSIZE macro which can pollute untold numbers of translation unitsChris Lattner
2003-06-17Regularize the names of #include-guards.Brian Gaeke
2003-06-11Included assert.h so that the code compiles under newer versions of GCC.John Criswell
2003-03-17Fix problems with BitSetVector that makes it not compile under GCC 3.0 and 2.95Chris Lattner
2002-11-27Several fixes:Vikram S. Adve
2002-11-06Make maxSize a private variable, add a size() accessorChris Lattner
2002-11-06An implementation of the bit-vector representation of sets.Vikram S. Adve