Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / lib / Support / Compression.cpp
2015-03-23 Benjamin KramerPurge unused includes throughout libSupport.
2014-11-25 Evgeniy Stepanov[msan] Annotate zlib functions for MemorySanitizer.
2014-04-05 David BlaikieSimplify compression API by compressing into a SmallVec...
2014-04-05 David BlaikieSimplify compression API by decompressing into a SmallV...
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2013-08-14 Alexey SamsonovExpose CRC-32 implementation from zlib
2013-04-23 Alexey SamsonovFixup for r180094: properly use MSan interface functions
2013-04-23 Alexey SamsonovTell MSan that memory initialized by libz is valid
2013-04-23 Hans WennborgAdd llvm_unreachable after fully covered switch to...
2013-04-23 Alexey SamsonovAdd more guards around zlib-dependent code
2013-04-23 Alexey SamsonovAdd basic zlib support to LLVM. This would allow to...