| Commit message (Expand) | Author | Age | Files | Lines |
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -0/+3 |
* | Added LLVM notice. | John Criswell | 2003-10-20 | 1 | -0/+7 |
* | Standardize header file comments | Chris Lattner | 2003-09-30 | 1 | -9/+7 |
* | Merged in autoconf branch. This provides configuration via the autoconf | John Criswell | 2003-06-30 | 1 | -1/+0 |
* | Get rid of WORDSIZE macro which can pollute untold numbers of translation units | Chris Lattner | 2003-06-22 | 1 | -18/+12 |
* | Regularize the names of #include-guards. | Brian Gaeke | 2003-06-17 | 1 | -2/+2 |
* | Included assert.h so that the code compiles under newer versions of GCC. | John Criswell | 2003-06-11 | 1 | -0/+1 |
* | Fix problems with BitSetVector that makes it not compile under GCC 3.0 and 2.95 | Chris Lattner | 2003-03-17 | 1 | -6/+6 |
* | Several fixes: | Vikram S. Adve | 2002-11-27 | 1 | -18/+47 |
* | Make maxSize a private variable, add a size() accessor | Chris Lattner | 2002-11-06 | 1 | -4/+6 |
* | An implementation of the bit-vector representation of sets. | Vikram S. Adve | 2002-11-06 | 1 | -0/+239 |