summaryrefslogtreecommitdiff
path: root/include/llvm/Support/Compression.h
Commit message (Expand)AuthorAge
* Simplify compression API by compressing into a SmallVector rather than a Memo...David Blaikie2014-04-05
* Simplify compression API by decompressing into a SmallVector rather than a Me...David Blaikie2014-04-05
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* Fix known typosAlp Toker2014-01-24
* Expose CRC-32 implementation from zlibAlexey Samsonov2013-08-14
* Add basic zlib support to LLVM. This would allow to use compression/uncompres...Alexey Samsonov2013-04-23