[ADT] Use a nonce type with at least 4 byte alignment.
[oota-llvm.git] / unittests / ADT / BitVectorTest.cpp
2015-09-18 Yaron KerenSimplify SmallBitVector::applyMask by consolidating...
2015-09-18 Aaron BallmanReverting r247972 (and subordinate commit r247972)...
2015-09-18 Yaron KerenFix BitVectorTest on 32-bit hosts after r247972.
2015-09-18 Yaron KerenSimplify SmallBitVector::applyMask by consolidating...
2013-12-19 Anna ZaksFix a buffer overrun detected by AddressSanitizer.
2013-07-26 Rafael EspindolaRevert "[PowerPC] Improve consistency in use of __ppc__...
2013-07-26 Bill Schmidt[PowerPC] Improve consistency in use of __ppc__, __powe...
2013-07-11 Benjamin KramerSync SmallBitVector with BitVector. Add unit tests...
2013-06-07 Benjamin KramerBitVector: Do the right thing in all() when Size is...
2013-06-07 Benjamin KramerOptimize BitVector::all().
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...