Add an insert() method to MapVector. Adds the first MapVector unit test.
[oota-llvm.git] / unittests / ADT / BitVectorTest.cpp
2012-10-16 Owen AndersonFix a bug in the set(I,E)/reset(I,E) methods that I...
2012-10-15 Owen AndersonAdd range-based set()/reset() to BitVector. These...
2012-06-16 Benjamin KramerMerge the SmallBitVector and BitVector unit tests with...
2012-05-14 Jakob Stoklund OlesenRemove the expensive BitVector::operator~().
2012-05-14 Jakob Stoklund OlesenAdd BitVector::anyCommon().
2012-01-17 Jakob Stoklund OlesenAdd portable bit mask operations to BitVector.
2010-09-27 Dan GohmanAdd an all() method to BitVector, for testing whether...
2010-04-30 Dan GohmanUpdate BitVectorTest.cpp to stay in sync with SmallBitV...
2010-02-10 Benjamin KramerSilence GCC warnings.
2010-02-10 Dan GohmanImplement operators |=, &=, and ^= for SmallBitVector...
2010-02-09 Dale JohannesenDisable unittests/ADT/BitVectorTest on PPC Darwin.
2010-01-05 Dan GohmanAdd a SmallBitVector class, which mimics BitVector...