teach tblgen to allow patterns like (add (i32 (bitconvert (i32 GPR))), 4),
[oota-llvm.git] / unittests / ADT / SmallBitVectorTest.cpp
2010-02-10 Benjamin KramerSilence GCC warnings.
2010-02-10 Dan GohmanImplement operators |=, &=, and ^= for SmallBitVector...
2010-01-05 Dan GohmanAdd a SmallBitVector class, which mimics BitVector...