factor the 'sign extended from 8 bit' patterns better so
[oota-llvm.git] / unittests / ADT / BitVectorTest.cpp
2010-02-10 Benjamin KramerSilence GCC warnings.
2010-02-10 Dan GohmanImplement operators |=, &=, and ^= for SmallBitVector...
2010-02-09 Dale JohannesenDisable unittests/ADT/BitVectorTest on PPC Darwin.
2010-01-05 Dan GohmanAdd a SmallBitVector class, which mimics BitVector...