Canonicalize header guards into a common format.
[oota-llvm.git] / include / llvm / Support / Compression.h
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...