Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
c23b933d5f8be9b51a1d22e717c0311f65f87dcd
/
unittests
/
ADT
/
BitVectorTest.cpp
904cf82
Merge the SmallBitVector and BitVector unit tests with gtest's typed test magic and bring SmallBitVector up to date.
by Benjamin Kramer
· 13 years ago
0057022
Remove the expensive BitVector::operator~().
by Jakob Stoklund Olesen
· 13 years ago
03a3811
Add BitVector::anyCommon().
by Jakob Stoklund Olesen
· 13 years ago
ff5bad0
Add portable bit mask operations to BitVector.
by Jakob Stoklund Olesen
· 14 years ago
fab4c9e
Add an all() method to BitVector, for testing whether all bits are set.
by Dan Gohman
· 15 years ago
3f5e915
Update BitVectorTest.cpp to stay in sync with SmallBitVectorTest.cpp,
by Dan Gohman
· 15 years ago
c9e31cc
Silence GCC warnings.
by Benjamin Kramer
· 16 years ago
e7962c9
Implement operators |=, &=, and ^= for SmallBitVector, and remove the
by Dan Gohman
· 16 years ago
ce97b75
Disable unittests/ADT/BitVectorTest on PPC Darwin.
by Dale Johannesen
· 16 years ago
cb89afc
Add a SmallBitVector class, which mimics BitVector but uses only
by Dan Gohman
· 16 years ago