summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Support/CompressionTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert abb00753 "build: reduce CMake handling for zlib" (PR44780)Hans Wennborg2020-03-031-1/+1
* build: reduce CMake handling for zlibSaleem Abdulrasool2020-01-021-1/+1
* Revert "build: reduce CMake handling for zlib"James Henderson2020-01-021-1/+1
* build: reduce CMake handling for zlibSaleem Abdulrasool2020-01-011-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Use the same constants as zlib to represent compression level.Rui Ueyama2018-08-041-1/+1
* Re-sort #include lines for unittests. This uses a slightly modifiedChandler Carruth2017-06-061-1/+1
* Recommit r292214 "[Support/Compression] - Change zlib API to return Error ins...George Rimar2017-01-171-5/+12
* Revert r292214 "[Support/Compression] - Change zlib API to return Error inste...George Rimar2017-01-171-12/+5
* [Support/Compression] - Change zlib API to return Error instead of custom sta...George Rimar2017-01-171-5/+12
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-1/+1
* Simplify compression API by compressing into a SmallVector rather than a Memo...David Blaikie2014-04-051-8/+6
* Simplify compression API by decompressing into a SmallVector rather than a Me...David Blaikie2014-04-051-4/+3
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-3/+2
* Expose CRC-32 implementation from zlibAlexey Samsonov2013-08-141-0/+6
* Add more guards around zlib-dependent codeAlexey Samsonov2013-04-231-1/+1
* Add basic zlib support to LLVM. This would allow to use compression/uncompres...Alexey Samsonov2013-04-231-0/+68
OpenPOWER on IntegriCloud