| Commit message (Expand) | Author | Age | Files | Lines |
* | [PowerPC][NFC] Enable ADT BitVectorTest | Jinsong Ji | 2019-08-02 | 1 | -4/+0 |
* | [SmallBitVector] Fix bug in find_next_unset for small types with indices >=32 | Simon Pilgrim | 2019-07-21 | 1 | -0/+32 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | [ADT] Fix bugs in SmallBitVector. | Zachary Turner | 2018-12-14 | 1 | -7/+261 |
* | Fix -Wsign-compare warnings. NFCI | Simon Pilgrim | 2018-09-19 | 1 | -10/+10 |
* | [ADT][BitVector] Add push_back() | Simon Pilgrim | 2018-09-19 | 1 | -0/+31 |
* | [BitVector] Add find_[first,last]_[set,unset]_in. | Zachary Turner | 2017-05-17 | 1 | -4/+151 |
* | BitVector: add iterators for set bits | Francis Visoiu Mistrih | 2017-05-17 | 1 | -0/+29 |
* | [ADT] Add BitVector::find_prev. | Zachary Turner | 2017-05-05 | 1 | -0/+10 |
* | [ADT] A few minor improvements to BitVector | Zachary Turner | 2017-05-05 | 1 | -0/+19 |
* | [BitVector] Add find_last() and find_last_unset(). | Zachary Turner | 2017-04-21 | 1 | -0/+8 |
* | Resubmit "[BitVector] Add operator<<= and operator>>=." | Zachary Turner | 2017-04-20 | 1 | -0/+122 |
* | Revert "[BitVector] Add operator<<= and operator>>=." | Zachary Turner | 2017-04-20 | 1 | -122/+0 |
* | [BitVector] Add operator<<= and operator>>=. | Zachary Turner | 2017-04-20 | 1 | -0/+122 |
* | Fix signed / unsigned comparison warnings. | Zachary Turner | 2017-04-10 | 1 | -2/+2 |
* | [Support] Add support for finding unset bits in a BitVector. | Zachary Turner | 2017-04-10 | 1 | -0/+39 |
* | Add unittests for empty bitvectors. | Matthias Braun | 2017-01-23 | 1 | -0/+37 |
* | Fix BitVector move ctor/assignment. | Evgeniy Stepanov | 2016-06-16 | 1 | -0/+26 |
* | Simplify SmallBitVector::applyMask by consolidating common code for 32- and 6... | Yaron Keren | 2015-09-18 | 1 | -2/+2 |
* | Reverting r247972 (and subordinate commit r247972) as the 32-bit left-shift i... | Aaron Ballman | 2015-09-18 | 1 | -2/+2 |
* | Fix BitVectorTest on 32-bit hosts after r247972. | Yaron Keren | 2015-09-18 | 1 | -2/+2 |
* | Simplify SmallBitVector::applyMask by consolidating common code for 32-bit an... | Yaron Keren | 2015-09-18 | 1 | -2/+2 |
* | Fix a buffer overrun detected by AddressSanitizer. | Anna Zaks | 2013-12-19 | 1 | -0/+6 |
* | Revert "[PowerPC] Improve consistency in use of __ppc__, __powerpc__, etc." | Rafael Espindola | 2013-07-26 | 1 | -1/+1 |
* | [PowerPC] Improve consistency in use of __ppc__, __powerpc__, etc. | Bill Schmidt | 2013-07-26 | 1 | -1/+1 |
* | Sync SmallBitVector with BitVector. Add unit tests for the missing methods. | Benjamin Kramer | 2013-07-11 | 1 | -0/+36 |
* | BitVector: Do the right thing in all() when Size is a multiple of BITWORD_SIZE. | Benjamin Kramer | 2013-06-07 | 1 | -0/+16 |
* | Optimize BitVector::all(). | Benjamin Kramer | 2013-06-07 | 1 | -0/+8 |
* | Fix a bug in the set(I,E)/reset(I,E) methods that I recently added. The boun... | Owen Anderson | 2012-10-16 | 1 | -0/+10 |
* | Add range-based set()/reset() to BitVector. These allow fast setting/resetti... | Owen Anderson | 2012-10-15 | 1 | -0/+42 |
* | Merge the SmallBitVector and BitVector unit tests with gtest's typed test mag... | Benjamin Kramer | 2012-06-16 | 1 | -16/+25 |
* | Remove the expensive BitVector::operator~(). | Jakob Stoklund Olesen | 2012-05-14 | 1 | -3/+4 |
* | Add BitVector::anyCommon(). | Jakob Stoklund Olesen | 2012-05-14 | 1 | -1/+29 |
* | Add portable bit mask operations to BitVector. | Jakob Stoklund Olesen | 2012-01-17 | 1 | -0/+46 |
* | Add an all() method to BitVector, for testing whether all bits are set. | Dan Gohman | 2010-09-27 | 1 | -0/+7 |
* | Update BitVectorTest.cpp to stay in sync with SmallBitVectorTest.cpp, | Dan Gohman | 2010-04-30 | 1 | -3/+15 |
* | Silence GCC warnings. | Benjamin Kramer | 2010-02-10 | 1 | -6/+6 |
* | Implement operators |=, &=, and ^= for SmallBitVector, and remove the | Dan Gohman | 2010-02-10 | 1 | -0/+40 |
* | Disable unittests/ADT/BitVectorTest on PPC Darwin. | Dale Johannesen | 2010-02-09 | 1 | -0/+2 |
* | Add a SmallBitVector class, which mimics BitVector but uses only | Dan Gohman | 2010-01-05 | 1 | -0/+140 |