aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/Compressor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Eliminate all remaining tabs and trailing spaces.Jeff Cohen2005-07-271-1/+1
* Make sure that decompression checks for the case that bzip2 returnsReid Spencer2005-05-131-4/+6
* Convert tabs to spacesMisha Brukman2005-04-221-1/+2
* Remove trailing whitespaceMisha Brukman2005-04-211-27/+27
* Make this work on systems where size_t == unsigned and where they are notTanya Lattner2005-01-291-6/+6
* Make this work on systems where size_t is not the same as unsigned.Tanya Lattner2005-01-291-0/+8
* This file was schizophrenic when it came to representing sizes. In someChris Lattner2005-01-291-44/+45
* After reading in a bc file, trim the resultant buffer down to what weChris Lattner2005-01-291-2/+12
* Finegrainify namespacificationChris Lattner2005-01-291-12/+14
* Do not throw away bits for no reasonChris Lattner2005-01-081-1/+1
* 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