aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/Support/CompressionTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-04-05Simplify compression API by compressing into a SmallVector rather than a Memo...David Blaikie1-8/+6
2014-04-05Simplify compression API by decompressing into a SmallVector rather than a Me...David Blaikie1-4/+3
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles1-3/+2
2013-08-14Expose CRC-32 implementation from zlibAlexey Samsonov1-0/+6
2013-04-23Add more guards around zlib-dependent codeAlexey Samsonov1-1/+1
2013-04-23Add basic zlib support to LLVM. This would allow to use compression/uncompres...Alexey Samsonov1-0/+68