aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/Compression.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-03-03Revert abb00753 "build: reduce CMake handling for zlib" (PR44780)Hans Wennborg1-2/+2
2020-01-02build: reduce CMake handling for zlibSaleem Abdulrasool1-2/+2
2020-01-02Revert "build: reduce CMake handling for zlib"James Henderson1-2/+2
2020-01-01build: reduce CMake handling for zlibSaleem Abdulrasool1-2/+2
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-08-04Fix buildbot breakage.Rui Ueyama1-2/+1
2018-08-04Use the same constants as zlib to represent compression level.Rui Ueyama1-17/+4
2018-08-03[Support] Don't initialize compressed buffer allocated by zlib::compressFangrui Song1-2/+2
2017-01-17Recommit r292214 "[Support/Compression] - Change zlib API to return Error ins...George Rimar1-36/+47
2017-01-17Revert r292214 "[Support/Compression] - Change zlib API to return Error inste...George Rimar1-47/+36
2017-01-17[Support/Compression] - Change zlib API to return Error instead of custom sta...George Rimar1-36/+47
2016-09-12Define a dummy zlib::uncompress when zlib is not available.Rafael Espindola1-0/+4
2016-09-09Add a lower level zlib::uncompress.Rafael Espindola1-6/+13
2015-03-23Purge unused includes throughout libSupport.Benjamin Kramer1-0/+1
2014-11-25[msan] Annotate zlib functions for MemorySanitizer.Evgeniy Stepanov1-0/+6
2014-04-05Simplify compression API by compressing into a SmallVector rather than a Memo...David Blaikie1-12/+6
2014-04-05Simplify compression API by decompressing into a SmallVector rather than a Me...David Blaikie1-11/+6
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles1-7/+6
2013-08-14Expose CRC-32 implementation from zlibAlexey Samsonov1-0/+7
2013-04-23Fixup for r180094: properly use MSan interface functionsAlexey Samsonov1-2/+2
2013-04-23Tell MSan that memory initialized by libz is validAlexey Samsonov1-2/+9
2013-04-23Add llvm_unreachable after fully covered switch to pacify GCCHans Wennborg1-0/+1
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/+89