index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
unittests
/
ADT
/
BitVectorTest.cpp
Age
Commit message (
Expand
)
Author
2012-10-16
Fix a bug in the set(I,E)/reset(I,E) methods that I recently added. The boun...
Owen Anderson
2012-10-15
Add range-based set()/reset() to BitVector. These allow fast setting/resetti...
Owen Anderson
2012-06-16
Merge the SmallBitVector and BitVector unit tests with gtest's typed test mag...
Benjamin Kramer
2012-05-14
Remove the expensive BitVector::operator~().
Jakob Stoklund Olesen
2012-05-14
Add BitVector::anyCommon().
Jakob Stoklund Olesen
2012-01-17
Add portable bit mask operations to BitVector.
Jakob Stoklund Olesen
2010-09-27
Add an all() method to BitVector, for testing whether all bits are set.
Dan Gohman
2010-04-30
Update BitVectorTest.cpp to stay in sync with SmallBitVectorTest.cpp,
Dan Gohman
2010-02-10
Silence GCC warnings.
Benjamin Kramer
2010-02-10
Implement operators |=, &=, and ^= for SmallBitVector, and remove the
Dan Gohman
2010-02-09
Disable unittests/ADT/BitVectorTest on PPC Darwin.
Dale Johannesen
2010-01-05
Add a SmallBitVector class, which mimics BitVector but uses only
Dan Gohman