summaryrefslogtreecommitdiff
path: root/llvm/include/llvm/Support/Compression.h
AgeCommit message (Expand)Author
2025-05-12[llvm] annotate interfaces in llvm/Support for DLL export (#136014)Andrew Rogers
2024-03-09[HIP] add --offload-compression-level= option (#83605)Yaxun (Sam) Liu
2022-09-19[Object] Add zstd decompression support to DecompressorFangrui Song
2022-09-17[Support] Rename llvm::compression::{zlib,zstd}::uncompress to more appropria...Fangrui Song
2022-09-08[Support] Rename DebugCompressionType::Z to ZlibFangrui Song
2022-09-08[Support] Add llvm::compression::{getReasonIfUnsupported,compress,decompress}Fangrui Song
2022-09-08Revert "[Support] Add llvm::compression::{getReasonIfUnsupported,compress,dec...Nikita Popov
2022-09-08[Support] Work around GCC's enum supportFangrui Song
2022-09-07[Support] Add llvm::compression::{getReasonIfUnsupported,compress,decompress}Fangrui Song
2022-07-19[llvm] add zstd to `llvm::compression` namespaceCole Kissane
2022-07-17Remove unused forward declarations (NFC)Kazu Hirata
2022-07-14Revert "[llvm] add zstd to llvm::compression namespace"Amara Emerson
2022-07-13[llvm] add zstd to llvm::compression namespaceCole Kissane
2022-07-13Revert "[llvm] add zstd to `llvm::compression` namespace"Cole Kissane
2022-07-13[llvm] add zstd to `llvm::compression` namespaceCole Kissane
2022-07-13[Support] Change compression::zlib::{compress,uncompress} to use uint8_t *Fangrui Song
2022-07-09[Support] Delete redundant 'static' from namespace scope 'static constexpr'. NFCFangrui Song
2022-07-08[llvm] Remove unused and redundant crc32 funcction from llvm::compression::zl...Cole Kissane
2022-07-08[NFC] Refactor llvm::zlib namespaceCole Kissane
2022-03-14[Support] Change zlib::compress to return voidFangrui Song
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-08-04Use the same constants as zlib to represent compression level.Rui Ueyama
2017-01-17Recommit r292214 "[Support/Compression] - Change zlib API to return Error ins...George Rimar
2017-01-17Revert r292214 "[Support/Compression] - Change zlib API to return Error inste...George Rimar
2017-01-17[Support/Compression] - Change zlib API to return Error instead of custom sta...George Rimar
2016-09-09Add a lower level zlib::uncompress.Rafael Espindola
2015-03-23Purge unused includes throughout libSupport.Benjamin Kramer
2015-01-14[cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth
2014-04-05Simplify compression API by compressing into a SmallVector rather than a Memo...David Blaikie
2014-04-05Simplify compression API by decompressing into a SmallVector rather than a Me...David Blaikie
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles
2014-01-24Fix known typosAlp Toker
2013-08-14Expose CRC-32 implementation from zlibAlexey Samsonov
2013-04-23Add basic zlib support to LLVM. This would allow to use compression/uncompres...Alexey Samsonov