aboutsummaryrefslogtreecommitdiff
path: root/lib/Support/Compressor.cpp
AgeCommit message (Expand)Author
2005-01-08Do not throw away bits for no reasonChris Lattner
2004-11-30Up the compression threshold to 64K so we avoid it for all but the largestReid Spencer
2004-11-25Remove zlib support in favor of our own bzip2 libraryReid Spencer
2004-11-19Allow this to compile even on machines that HAVE the bzlib library but doReid Spencer
2004-11-14Implement the high level interface to make (de)compression easier.Reid Spencer
2004-11-09Tune compression:Reid Spencer
2004-10-04Excise the ill-advised RLCOMP compression algorithm and simply leave theReid Spencer
2004-10-04Add a context for the callback so different compression scenarios can beReid Spencer
2004-10-04Fix build if not HAVE_BZIP2Chris Lattner
2004-10-04First version of a support utility to provide generalized compression inReid Spencer