Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
fc9b29bd617922a9c6fc3b602e075b353f5c2395
/
llvm
/
lib
/
Support
/
Compression.cpp
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
7494123
Define a dummy zlib::uncompress when zlib is not available.
by Rafael Espindola
· 9 years ago
46cdcb0
Add a lower level zlib::uncompress.
by Rafael Espindola
· 9 years ago
16132e6
Purge unused includes throughout libSupport.
by Benjamin Kramer
· 11 years ago
28cacae
[msan] Annotate zlib functions for MemorySanitizer.
by Evgeniy Stepanov
· 11 years ago
857497b
Simplify compression API by compressing into a SmallVector rather than a MemoryBuffer
by David Blaikie
· 12 years ago
a505f24
Simplify compression API by decompressing into a SmallVector rather than a MemoryBuffer
by David Blaikie
· 12 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
fdcff04
Fixup for r180094: properly use MSan interface functions
by Alexey Samsonov
· 13 years ago
0c9f1bf
Tell MSan that memory initialized by libz is valid
by Alexey Samsonov
· 13 years ago
63761d4b
Add llvm_unreachable after fully covered switch to pacify GCC
by Hans Wennborg
· 13 years ago
28acf05
Add more guards around zlib-dependent code
by Alexey Samsonov
· 13 years ago
2fb337e
Add basic zlib support to LLVM. This would allow to use compression/uncompression in selected LLVM tools.
by Alexey Samsonov
· 13 years ago