Simplify memory management with std::unique_ptr.
[oota-llvm.git] / include / llvm / ADT / PackedVector.h
2015-08-12 David BlaikieSimplify PackedVector by removing user-defined special...
2015-08-10 NAKAMURA TakumiReformat headers in ADT and Support partially.
2015-08-10 NAKAMURA TakumiWhitespace.
2015-06-23 Alexander KornienkoRevert r240271 (Fixed/added namespace ending comments...
2015-06-22 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
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...