aboutsummaryrefslogtreecommitdiff
path: root/lib/Support/Compressor.cpp
AgeCommit message (Expand)Author
2007-05-06remove this file for now, we can bring it back from cvs if we need it inChris Lattner
2007-05-06disable this for nowChris Lattner
2006-07-07This patch (written by Reid) changes compressor to never throw an exception.Chris Lattner
2006-05-24Patches to make the LLVM sources more -pedantic clean. Patch providedChris Lattner
2005-07-27Eliminate all remaining tabs and trailing spaces.Jeff Cohen
2005-05-13Make sure that decompression checks for the case that bzip2 returnsReid Spencer
2005-04-22Convert tabs to spacesMisha Brukman
2005-04-21Remove trailing whitespaceMisha Brukman
2005-01-29Make this work on systems where size_t == unsigned and where they are notTanya Lattner
2005-01-29Make this work on systems where size_t is not the same as unsigned.Tanya Lattner
2005-01-29This file was schizophrenic when it came to representing sizes. In someChris Lattner
2005-01-29After reading in a bc file, trim the resultant buffer down to what weChris Lattner
2005-01-29Finegrainify namespacificationChris Lattner
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