[llvm-commits] CVS: llvm/lib/Support/Compressor.cpp

2007-05-06 Thread Chris Lattner
Changes in directory llvm/lib/Support: Compressor.cpp (r1.22) removed --- Log message: remove this file for now, we can bring it back from cvs if we need it in the future (and integrate it with membuffer, etc) --- Diffs of the changes: (+0 -0) 0 files changed ___

[llvm-commits] CVS: llvm/lib/Support/Compressor.cpp

2007-05-06 Thread Chris Lattner
Changes in directory llvm/lib/Support: Compressor.cpp updated: 1.21 -> 1.22 --- Log message: disable this for now --- Diffs of the changes: (+3 -0) Compressor.cpp |3 +++ 1 files changed, 3 insertions(+) Index: llvm/lib/Support/Compressor.cpp diff -u llvm/lib/Support/Compressor.cpp:1

[llvm-commits] CVS: llvm/lib/Support/Compressor.cpp

2006-07-07 Thread Chris Lattner
Changes in directory llvm/lib/Support: Compressor.cpp updated: 1.20 -> 1.21 --- Log message: This patch (written by Reid) changes compressor to never throw an exception. --- Diffs of the changes: (+107 -38) Compressor.cpp | 145 ++--- 1

[llvm-commits] CVS: llvm/lib/Support/Compressor.cpp IsInf.cpp IsNAN.cpp

2006-05-24 Thread Chris Lattner
Changes in directory llvm/lib/Support: Compressor.cpp updated: 1.19 -> 1.20 IsInf.cpp updated: 1.7 -> 1.8 IsNAN.cpp updated: 1.4 -> 1.5 --- Log message: Patches to make the LLVM sources more -pedantic clean. Patch provided by Anton Korobeynikov! This is a step towards closing PR786: http://l