| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Declare iterator as public since it is defined as such (gcc-3.4 fix) | Alkis Evlogimenos | 2004-04-21 | 1 | -1/+1 |
| | | | | | llvm-svn: 13090 | ||||
| * | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -0/+3 |
| | | | | | llvm-svn: 9903 | ||||
| * | Added LLVM notice. | John Criswell | 2003-10-20 | 1 | -0/+7 |
| | | | | | llvm-svn: 9300 | ||||
| * | Standardize header file comments | Chris Lattner | 2003-09-30 | 1 | -9/+7 |
| | | | | | llvm-svn: 8782 | ||||
| * | Merged in autoconf branch. This provides configuration via the autoconf | John Criswell | 2003-06-30 | 1 | -1/+0 |
| | | | | | | | system. llvm-svn: 7014 | ||||
| * | Get rid of WORDSIZE macro which can pollute untold numbers of translation units | Chris Lattner | 2003-06-22 | 1 | -18/+12 |
| | | | | | llvm-svn: 6843 | ||||
| * | Regularize the names of #include-guards. | Brian Gaeke | 2003-06-17 | 1 | -2/+2 |
| | | | | | llvm-svn: 6732 | ||||
| * | Included assert.h so that the code compiles under newer versions of GCC. | John Criswell | 2003-06-11 | 1 | -0/+1 |
| | | | | | llvm-svn: 6682 | ||||
| * | Fix problems with BitSetVector that makes it not compile under GCC 3.0 and 2.95 | Chris Lattner | 2003-03-17 | 1 | -6/+6 |
| | | | | | llvm-svn: 5745 | ||||
| * | Several fixes: | Vikram S. Adve | 2002-11-27 | 1 | -18/+47 |
| | | | | | | | | | | | | (1) Applied patch from Casey to implement iterator::operator= correctly: it should use a pointer, not a reference. (2) Added operators == and !=, and method all(). (3) Important bug fix: excess bits need to be ignored in operations like ==, count(), and all(). We do this by ensuring excess bits in the last bitset are always 0. llvm-svn: 4837 | ||||
| * | Make maxSize a private variable, add a size() accessor | Chris Lattner | 2002-11-06 | 1 | -4/+6 |
| | | | | | llvm-svn: 4573 | ||||
| * | An implementation of the bit-vector representation of sets. | Vikram S. Adve | 2002-11-06 | 1 | -0/+239 |
| llvm-svn: 4568 | |||||

