index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
ADT
/
BitSetVector.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-3
/
+3
*
Declare iterator as public since it is defined as such (gcc-3.4 fix)
Alkis Evlogimenos
2004-04-21
1
-1
/
+1
*
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