| Commit message (Expand) | Author | Age | Files | Lines |
| * | Revert abb00753 "build: reduce CMake handling for zlib" (PR44780) | Hans Wennborg | 2020-03-03 | 1 | -1/+1 |
| * | build: reduce CMake handling for zlib | Saleem Abdulrasool | 2020-01-02 | 1 | -1/+1 |
| * | Revert "build: reduce CMake handling for zlib" | James Henderson | 2020-01-02 | 1 | -1/+1 |
| * | build: reduce CMake handling for zlib | Saleem Abdulrasool | 2020-01-01 | 1 | -1/+1 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Use the same constants as zlib to represent compression level. | Rui Ueyama | 2018-08-04 | 1 | -1/+1 |
| * | Re-sort #include lines for unittests. This uses a slightly modified | Chandler Carruth | 2017-06-06 | 1 | -1/+1 |
| * | Recommit r292214 "[Support/Compression] - Change zlib API to return Error ins... | George Rimar | 2017-01-17 | 1 | -5/+12 |
| * | Revert r292214 "[Support/Compression] - Change zlib API to return Error inste... | George Rimar | 2017-01-17 | 1 | -12/+5 |
| * | [Support/Compression] - Change zlib API to return Error instead of custom sta... | George Rimar | 2017-01-17 | 1 | -5/+12 |
| * | [cleanup] Re-sort all the #include lines in LLVM using | Chandler Carruth | 2015-01-14 | 1 | -1/+1 |
| * | Simplify compression API by compressing into a SmallVector rather than a Memo... | David Blaikie | 2014-04-05 | 1 | -8/+6 |
| * | Simplify compression API by decompressing into a SmallVector rather than a Me... | David Blaikie | 2014-04-05 | 1 | -4/+3 |
| * | Replace OwningPtr<T> with std::unique_ptr<T>. | Ahmed Charles | 2014-03-06 | 1 | -3/+2 |
| * | Expose CRC-32 implementation from zlib | Alexey Samsonov | 2013-08-14 | 1 | -0/+6 |
| * | Add more guards around zlib-dependent code | Alexey Samsonov | 2013-04-23 | 1 | -1/+1 |
| * | Add basic zlib support to LLVM. This would allow to use compression/uncompres... | Alexey Samsonov | 2013-04-23 | 1 | -0/+68 |