aboutsummaryrefslogtreecommitdiffstats
path: root/unittests/ADT/BitVectorTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update to LLVM 3.5a.Stephen Hines2014-04-241-0/+6
* Revert "[PowerPC] Improve consistency in use of __ppc__, __powerpc__, etc."Rafael Espindola2013-07-261-1/+1
* [PowerPC] Improve consistency in use of __ppc__, __powerpc__, etc.Bill Schmidt2013-07-261-1/+1
* Sync SmallBitVector with BitVector. Add unit tests for the missing methods.Benjamin Kramer2013-07-111-0/+36
* BitVector: Do the right thing in all() when Size is a multiple of BITWORD_SIZE.Benjamin Kramer2013-06-071-0/+16
* Optimize BitVector::all().Benjamin Kramer2013-06-071-0/+8
* Fix a bug in the set(I,E)/reset(I,E) methods that I recently added. The boun...Owen Anderson2012-10-161-0/+10
* Add range-based set()/reset() to BitVector. These allow fast setting/resetti...Owen Anderson2012-10-151-0/+42
* Merge the SmallBitVector and BitVector unit tests with gtest's typed test mag...Benjamin Kramer2012-06-161-16/+25
* Remove the expensive BitVector::operator~().Jakob Stoklund Olesen2012-05-141-3/+4
* Add BitVector::anyCommon().Jakob Stoklund Olesen2012-05-141-1/+29
* Add portable bit mask operations to BitVector.Jakob Stoklund Olesen2012-01-171-0/+46
* Add an all() method to BitVector, for testing whether all bits are set.Dan Gohman2010-09-271-0/+7
* Update BitVectorTest.cpp to stay in sync with SmallBitVectorTest.cpp,Dan Gohman2010-04-301-3/+15
* Silence GCC warnings.Benjamin Kramer2010-02-101-6/+6
* Implement operators |=, &=, and ^= for SmallBitVector, and remove theDan Gohman2010-02-101-0/+40
* Disable unittests/ADT/BitVectorTest on PPC Darwin.Dale Johannesen2010-02-091-0/+2
* Add a SmallBitVector class, which mimics BitVector but uses onlyDan Gohman2010-01-051-0/+140