index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Support
/
Compressor.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Eliminate all remaining tabs and trailing spaces.
Jeff Cohen
2005-07-27
1
-1
/
+1
*
Make sure that decompression checks for the case that bzip2 returns
Reid Spencer
2005-05-13
1
-4
/
+6
*
Convert tabs to spaces
Misha Brukman
2005-04-22
1
-1
/
+2
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-27
/
+27
*
Make this work on systems where size_t == unsigned and where they are not
Tanya Lattner
2005-01-29
1
-6
/
+6
*
Make this work on systems where size_t is not the same as unsigned.
Tanya Lattner
2005-01-29
1
-0
/
+8
*
This file was schizophrenic when it came to representing sizes. In some
Chris Lattner
2005-01-29
1
-44
/
+45
*
After reading in a bc file, trim the resultant buffer down to what we
Chris Lattner
2005-01-29
1
-2
/
+12
*
Finegrainify namespacification
Chris Lattner
2005-01-29
1
-12
/
+14
*
Do not throw away bits for no reason
Chris Lattner
2005-01-08
1
-1
/
+1
*
Up the compression threshold to 64K so we avoid it for all but the largest
Reid Spencer
2004-11-30
1
-1
/
+1
*
Remove zlib support in favor of our own bzip2 library
Reid Spencer
2004-11-25
1
-177
/
+77
*
Allow this to compile even on machines that HAVE the bzlib library but do
Reid Spencer
2004-11-19
1
-5
/
+11
*
Implement the high level interface to make (de)compression easier.
Reid Spencer
2004-11-14
1
-9
/
+181
*
Tune compression:
Reid Spencer
2004-11-09
1
-2
/
+2
*
Excise the ill-advised RLCOMP compression algorithm and simply leave the
Reid Spencer
2004-10-04
1
-159
/
+20
*
Add a context for the callback so different compression scenarios can be
Reid Spencer
2004-10-04
1
-18
/
+18
*
Fix build if not HAVE_BZIP2
Chris Lattner
2004-10-04
1
-1
/
+1
*
First version of a support utility to provide generalized compression in
Reid Spencer
2004-10-04
1
-0
/
+526