Chandler Carruth
|
6b547686c5
Update the file headers across all of the LLVM projects in the monorepo
|
vor 6 Jahren |
Rui Ueyama
|
1090c4ba25
Use the same constants as zlib to represent compression level.
|
vor 7 Jahren |
Chandler Carruth
|
3c0d60785c
Re-sort #include lines for unittests. This uses a slightly modified
|
vor 8 Jahren |
George Rimar
|
ef935cd26f
Recommit r292214 "[Support/Compression] - Change zlib API to return Error instead of custom status"
|
vor 8 Jahren |
George Rimar
|
7c0ccdc11d
Revert r292214 "[Support/Compression] - Change zlib API to return Error instead of custom status."
|
vor 8 Jahren |
George Rimar
|
4a6a534c0c
[Support/Compression] - Change zlib API to return Error instead of custom status.
|
vor 8 Jahren |
Chandler Carruth
|
1b279144ec
[cleanup] Re-sort all the #include lines in LLVM using
|
vor 10 Jahren |
David Blaikie
|
b4074c010b
Simplify compression API by compressing into a SmallVector rather than a MemoryBuffer
|
vor 11 Jahren |
David Blaikie
|
b206103abc
Simplify compression API by decompressing into a SmallVector rather than a MemoryBuffer
|
vor 11 Jahren |
Ahmed Charles
|
f4ccd11075
Replace OwningPtr<T> with std::unique_ptr<T>.
|
vor 11 Jahren |
Alexey Samsonov
|
ef7aefc53b
Expose CRC-32 implementation from zlib
|
vor 12 Jahren |
Alexey Samsonov
|
a0bd5df086
Add more guards around zlib-dependent code
|
vor 12 Jahren |
Alexey Samsonov
|
ee03c949b8
Add basic zlib support to LLVM. This would allow to use compression/uncompression in selected LLVM tools.
|
vor 12 Jahren |