Add FunctionPassManager - it's like a PassManager, but it only deals in
[oota-llvm.git] / include / Support / BitSetVector.h
2003-06-30 John CriswellMerged in autoconf branch. This provides configuration...
2003-06-22 Chris LattnerGet rid of WORDSIZE macro which can pollute untold...
2003-06-17 Brian GaekeRegularize the names of #include-guards.
2003-06-11 John CriswellIncluded assert.h so that the code compiles under newer...
2003-03-17 Chris LattnerFix problems with BitSetVector that makes it not compil...
2002-11-27 Vikram S. AdveSeveral fixes:
2002-11-06 Chris LattnerMake maxSize a private variable, add a size() accessor
2002-11-06 Vikram S. AdveAn implementation of the bit-vector representation...