aboutsummaryrefslogtreecommitdiffstats
path: root/include/Support/BitSetVector.h
Commit message (Expand)AuthorAgeFilesLines
* Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell2003-06-301-1/+0
* Get rid of WORDSIZE macro which can pollute untold numbers of translation unitsChris Lattner2003-06-221-18/+12
* Regularize the names of #include-guards.Brian Gaeke2003-06-171-2/+2
* Included assert.h so that the code compiles under newer versions of GCC.John Criswell2003-06-111-0/+1
* 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