aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/Compressor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Up the compression threshold to 64K so we avoid it for all but the largestReid Spencer2004-11-301-1/+1
* Remove zlib support in favor of our own bzip2 libraryReid Spencer2004-11-251-177/+77
* Allow this to compile even on machines that HAVE the bzlib library but doReid Spencer2004-11-191-5/+11
* Implement the high level interface to make (de)compression easier.Reid Spencer2004-11-141-9/+181
* Tune compression:Reid Spencer2004-11-091-2/+2
* Excise the ill-advised RLCOMP compression algorithm and simply leave theReid Spencer2004-10-041-159/+20
* Add a context for the callback so different compression scenarios can beReid Spencer2004-10-041-18/+18
* Fix build if not HAVE_BZIP2Chris Lattner2004-10-041-1/+1
* First version of a support utility to provide generalized compression inReid Spencer2004-10-041-0/+526