Implement IEEE-754R 2008 nextUp/nextDown functions in the guise of the function APFlo...
[oota-llvm.git] / include / llvm / ADT / PackedVector.h
2012-09-28 Benjamin KramerPackedVector: Make the BitVector implementation configu...
2011-06-15 Argyrios KyrtzidisConstify PackedVector::reference::operator T().
2011-05-31 Argyrios KyrtzidisIntroduce PackedVector, useful for storing a vector...