Commit History

Author SHA1 Message Date
  Chandler Carruth 6b547686c5 Update the file headers across all of the LLVM projects in the monorepo 6 years ago
  Rui Ueyama 1090c4ba25 Use the same constants as zlib to represent compression level. 7 years ago
  Chandler Carruth 3c0d60785c Re-sort #include lines for unittests. This uses a slightly modified 8 years ago
  George Rimar ef935cd26f Recommit r292214 "[Support/Compression] - Change zlib API to return Error instead of custom status" 8 years ago
  George Rimar 7c0ccdc11d Revert r292214 "[Support/Compression] - Change zlib API to return Error instead of custom status." 8 years ago
  George Rimar 4a6a534c0c [Support/Compression] - Change zlib API to return Error instead of custom status. 8 years ago
  Chandler Carruth 1b279144ec [cleanup] Re-sort all the #include lines in LLVM using 10 years ago
  David Blaikie b4074c010b Simplify compression API by compressing into a SmallVector rather than a MemoryBuffer 11 years ago
  David Blaikie b206103abc Simplify compression API by decompressing into a SmallVector rather than a MemoryBuffer 11 years ago
  Ahmed Charles f4ccd11075 Replace OwningPtr<T> with std::unique_ptr<T>. 11 years ago
  Alexey Samsonov ef7aefc53b Expose CRC-32 implementation from zlib 12 years ago
  Alexey Samsonov a0bd5df086 Add more guards around zlib-dependent code 12 years ago
  Alexey Samsonov ee03c949b8 Add basic zlib support to LLVM. This would allow to use compression/uncompression in selected LLVM tools. 12 years ago