aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/Compression.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixup for r180094: properly use MSan interface functionsAlexey Samsonov2013-04-231-2/+2
* Tell MSan that memory initialized by libz is validAlexey Samsonov2013-04-231-2/+9
* Add llvm_unreachable after fully covered switch to pacify GCCHans Wennborg2013-04-231-0/+1
* Add more guards around zlib-dependent codeAlexey Samsonov2013-04-231-1/+1
* Add basic zlib support to LLVM. This would allow to use compression/uncompres...Alexey Samsonov2013-04-231-0/+89