Replace the hashing functions on APInt and APFloat with overloads of the
[oota-llvm.git] / include / llvm / ADT / SmallBitVector.h
2012-02-05 Craig TopperConvert assert(0) to llvm_unreachable
2010-09-27 Dan GohmanAdd an all() method to BitVector, for testing whether...
2010-04-30 Benjamin KramerSmallBitVector: Rework find_first/find_next and tweak...
2010-04-30 Benjamin KramerImplement a read/write operator[] for SmallBitVector...
2010-04-30 Benjamin KramerMake sure SmallBitVector actually uses the small case...
2010-02-10 Dan GohmanImplement operators |=, &=, and ^= for SmallBitVector...
2010-01-05 Dan GohmanSome versions of GCC don't like non-static data members...
2010-01-05 Dan GohmanAdd a SmallBitVector class, which mimics BitVector...