hanchenye-llvm-project/llvm/unittests/ADT
Dan Gohman e69b99baaf Implement operators |=, &=, and ^= for SmallBitVector, and remove the
restriction in BitVector for |= and ^= that the operand must be the
same length.

llvm-svn: 95768
2010-02-10 05:54:04 +00:00
..
APFloatTest.cpp Make APInt::countLeadingZerosSlowCase() treat the contents of padding bits 2010-02-03 03:42:44 +00:00
APIntTest.cpp Pacify the compiler (signed with unsigned comparison) by making 2009-10-13 09:23:11 +00:00
BitVectorTest.cpp Implement operators |=, &=, and ^= for SmallBitVector, and remove the 2010-02-10 05:54:04 +00:00
DeltaAlgorithmTest.cpp Define the new operator<< for sets into namespace std, so that 2009-12-24 21:11:45 +00:00
DenseMapTest.cpp Fix DenseMap iterator constness. 2009-11-10 01:02:17 +00:00
DenseSetTest.cpp
ImmutableSetTest.cpp
Makefile Disable unittests/ADT/BitVectorTest on PPC Darwin. 2010-02-09 22:15:27 +00:00
SmallBitVectorTest.cpp Implement operators |=, &=, and ^= for SmallBitVector, and remove the 2010-02-10 05:54:04 +00:00
SmallStringTest.cpp Remove SmallString::append_*int* unit tests. 2009-08-19 19:41:05 +00:00
SmallVectorTest.cpp Add SmallVector::{capacity,set_size}. 2009-08-19 17:48:28 +00:00
SparseBitVectorTest.cpp
StringMapTest.cpp Move DataTypes.h to include/llvm/System, update all users. This breaks the last 2009-10-26 01:35:46 +00:00
StringRefTest.cpp Silence compiler warning. 2009-12-31 16:27:13 +00:00
TripleTest.cpp Improve Triple to recognize the OS in i386-mingw32. 2009-08-18 19:26:55 +00:00
TwineTest.cpp Twine: Use raw_ostream::write_hex, remove unused itohexstr method. 2009-07-30 18:30:19 +00:00
ValueMapTest.cpp Only run this mutex test if threading is enabled. This 2009-11-19 20:48:14 +00:00