Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
d85260827ce64ae0e8a24a57aa48e7898b51e90d
/
llvm
/
unittests
/
Support
/
CompressionTest.cpp
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
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