Fix a bug in RoundDoubleToAPInt where it would force the size to 64 bits
[oota-llvm.git] / lib / Support / Compressor.cpp
2006-07-07 Chris LattnerThis patch (written by Reid) changes compressor to...
2006-05-24 Chris LattnerPatches to make the LLVM sources more -pedantic clean...
2005-07-27 Jeff CohenEliminate all remaining tabs and trailing spaces.
2005-05-13 Reid SpencerMake sure that decompression checks for the case that...
2005-04-22 Misha BrukmanConvert tabs to spaces
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-01-29 Tanya LattnerMake this work on systems where size_t == unsigned...
2005-01-29 Tanya LattnerMake this work on systems where size_t is not the same...
2005-01-29 Chris LattnerThis file was schizophrenic when it came to representin...
2005-01-29 Chris LattnerAfter reading in a bc file, trim the resultant buffer...
2005-01-29 Chris LattnerFinegrainify namespacification
2005-01-08 Chris LattnerDo not throw away bits for no reason
2004-11-30 Reid SpencerUp the compression threshold to 64K so we avoid it...
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...