aboutsummaryrefslogtreecommitdiff
path: root/include/Support/BitSetVector.h
AgeCommit message (Expand)Author
2004-09-01Changes For Bug 352Reid Spencer
2004-04-21Declare iterator as public since it is defined as such (gcc-3.4 fix)Alkis Evlogimenos
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM notice.John Criswell
2003-09-30Standardize header file commentsChris Lattner
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