Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2014-11-25 | [msan] Annotate zlib functions for MemorySanitizer. | Evgeniy Stepanov | 1 | -0/+6 |
2014-04-05 | Simplify compression API by compressing into a SmallVector rather than a Memo... | David Blaikie | 1 | -12/+6 |
2014-04-05 | Simplify compression API by decompressing into a SmallVector rather than a Me... | David Blaikie | 1 | -11/+6 |
2014-03-06 | Replace OwningPtr<T> with std::unique_ptr<T>. | Ahmed Charles | 1 | -7/+6 |
2013-08-14 | Expose CRC-32 implementation from zlib | Alexey Samsonov | 1 | -0/+7 |
2013-04-23 | Fixup for r180094: properly use MSan interface functions | Alexey Samsonov | 1 | -2/+2 |
2013-04-23 | Tell MSan that memory initialized by libz is valid | Alexey Samsonov | 1 | -2/+9 |
2013-04-23 | Add llvm_unreachable after fully covered switch to pacify GCC | Hans Wennborg | 1 | -0/+1 |
2013-04-23 | Add more guards around zlib-dependent code | Alexey Samsonov | 1 | -1/+1 |
2013-04-23 | Add basic zlib support to LLVM. This would allow to use compression/uncompres... | Alexey Samsonov | 1 | -0/+89 |