Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
f913fd6eb0c228041b77a645d76993760d3b1421
/
llvm
/
unittests
/
Support
/
CompressionTest.cpp
2946cd7
Update the file headers across all of the LLVM projects in the monorepo
by Chandler Carruth
· 7 years ago
2c97adc
Use the same constants as zlib to represent compression level.
by Rui Ueyama
· 7 years ago
9a67b07
Re-sort #include lines for unittests. This uses a slightly modified
by Chandler Carruth
· 8 years ago
167ca4a
Recommit r292214 "[Support/Compression] - Change zlib API to return Error instead of custom status"
by George Rimar
· 9 years ago
715540f
Revert r292214 "[Support/Compression] - Change zlib API to return Error instead of custom status."
by George Rimar
· 9 years ago
e29a32e
[Support/Compression] - Change zlib API to return Error instead of custom status.
by George Rimar
· 9 years ago
d990388
[cleanup] Re-sort all the #include lines in LLVM using utils/sort_includes.py.
by Chandler Carruth
· 11 years ago
857497b
Simplify compression API by compressing into a SmallVector rather than a MemoryBuffer
by David Blaikie
· 11 years ago
a505f24
Simplify compression API by decompressing into a SmallVector rather than a MemoryBuffer
by David Blaikie
· 11 years ago
56440fd
Replace OwningPtr<T> with std::unique_ptr<T>.
by Ahmed Charles
· 12 years ago
6ede706
Expose CRC-32 implementation from zlib
by Alexey Samsonov
· 12 years ago
28acf05
Add more guards around zlib-dependent code
by Alexey Samsonov
· 12 years ago
2fb337e
Add basic zlib support to LLVM. This would allow to use compression/uncompression in selected LLVM tools.
by Alexey Samsonov
· 12 years ago