aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT/BitSetVector.h
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaceMisha Brukman2005-04-211-20/+20
* Changes For Bug 352Reid Spencer2004-09-011-3/+3
* Declare iterator as public since it is defined as such (gcc-3.4 fix)Alkis Evlogimenos2004-04-211-1/+1
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+3
* Added LLVM notice.John Criswell2003-10-201-0/+7
* Standardize header file commentsChris Lattner2003-09-301-9/+7
* 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