index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Support
/
Compressor.cpp
Age
Commit message (
Expand
)
Author
2007-05-06
remove this file for now, we can bring it back from cvs if we need it in
Chris Lattner
2007-05-06
disable this for now
Chris Lattner
2006-07-07
This patch (written by Reid) changes compressor to never throw an exception.
Chris Lattner
2006-05-24
Patches to make the LLVM sources more -pedantic clean. Patch provided
Chris Lattner
2005-07-27
Eliminate all remaining tabs and trailing spaces.
Jeff Cohen
2005-05-13
Make sure that decompression checks for the case that bzip2 returns
Reid Spencer
2005-04-22
Convert tabs to spaces
Misha Brukman
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-01-29
Make this work on systems where size_t == unsigned and where they are not
Tanya Lattner
2005-01-29
Make this work on systems where size_t is not the same as unsigned.
Tanya Lattner
2005-01-29
This file was schizophrenic when it came to representing sizes. In some
Chris Lattner
2005-01-29
After reading in a bc file, trim the resultant buffer down to what we
Chris Lattner
2005-01-29
Finegrainify namespacification
Chris Lattner
2005-01-08
Do not throw away bits for no reason
Chris Lattner
2004-11-30
Up the compression threshold to 64K so we avoid it for all but the largest
Reid Spencer
2004-11-25
Remove zlib support in favor of our own bzip2 library
Reid Spencer
2004-11-19
Allow this to compile even on machines that HAVE the bzlib library but do
Reid Spencer
2004-11-14
Implement the high level interface to make (de)compression easier.
Reid Spencer
2004-11-09
Tune compression:
Reid Spencer
2004-10-04
Excise the ill-advised RLCOMP compression algorithm and simply leave the
Reid Spencer
2004-10-04
Add a context for the callback so different compression scenarios can be
Reid Spencer
2004-10-04
Fix build if not HAVE_BZIP2
Chris Lattner
2004-10-04
First version of a support utility to provide generalized compression in
Reid Spencer