Re-landing "Refactoring cl::list_storage from "is a" to "has a" std::vector."
[oota-llvm.git] / include / llvm / Support / Compression.h
2015-03-23 Benjamin KramerPurge unused includes throughout libSupport.
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2014-04-05 David BlaikieSimplify compression API by compressing into a SmallVec...
2014-04-05 David BlaikieSimplify compression API by decompressing into a SmallV...
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-01-24 Alp TokerFix known typos
2013-08-14 Alexey SamsonovExpose CRC-32 implementation from zlib
2013-04-23 Alexey SamsonovAdd basic zlib support to LLVM. This would allow to...