summaryrefslogtreecommitdiff
path: root/unittests/ADT/BitVectorTest.cpp
Commit message (Expand)AuthorAge
* Fix a buffer overrun detected by AddressSanitizer.Anna Zaks2013-12-19
* Revert "[PowerPC] Improve consistency in use of __ppc__, __powerpc__, etc."Rafael Espindola2013-07-26
* [PowerPC] Improve consistency in use of __ppc__, __powerpc__, etc.Bill Schmidt2013-07-26
* Sync SmallBitVector with BitVector. Add unit tests for the missing methods.Benjamin Kramer2013-07-11
* BitVector: Do the right thing in all() when Size is a multiple of BITWORD_SIZE.Benjamin Kramer2013-06-07
* Optimize BitVector::all().Benjamin Kramer2013-06-07
* Fix a bug in the set(I,E)/reset(I,E) methods that I recently added. The boun...Owen Anderson2012-10-16
* Add range-based set()/reset() to BitVector. These allow fast setting/resetti...Owen Anderson2012-10-15
* Merge the SmallBitVector and BitVector unit tests with gtest's typed test mag...Benjamin Kramer2012-06-16
* Remove the expensive BitVector::operator~().Jakob Stoklund Olesen2012-05-14
* Add BitVector::anyCommon().Jakob Stoklund Olesen2012-05-14
* Add portable bit mask operations to BitVector.Jakob Stoklund Olesen2012-01-17
* Add an all() method to BitVector, for testing whether all bits are set.Dan Gohman2010-09-27
* Update BitVectorTest.cpp to stay in sync with SmallBitVectorTest.cpp,Dan Gohman2010-04-30
* Silence GCC warnings.Benjamin Kramer2010-02-10
* Implement operators |=, &=, and ^= for SmallBitVector, and remove theDan Gohman2010-02-10
* Disable unittests/ADT/BitVectorTest on PPC Darwin.Dale Johannesen2010-02-09
* Add a SmallBitVector class, which mimics BitVector but uses onlyDan Gohman2010-01-05