Remove zlib support in favor of our own bzip2 library
[oota-llvm.git] / lib / Support / Compressor.cpp
2004-11-25 Reid SpencerRemove zlib support in favor of our own bzip2 library
2004-11-19 Reid SpencerAllow this to compile even on machines that HAVE the...
2004-11-14 Reid SpencerImplement the high level interface to make (de)compress...
2004-11-09 Reid SpencerTune compression:
2004-10-04 Reid SpencerExcise the ill-advised RLCOMP compression algorithm...
2004-10-04 Reid SpencerAdd a context for the callback so different compression...
2004-10-04 Chris LattnerFix build if not HAVE_BZIP2
2004-10-04 Reid SpencerFirst version of a support utility to provide generaliz...