Changes in directory llvm/include/llvm/Support:
Compressor.h (r1.9) removed
---
Log message:
remove dead header
---
Diffs of the changes: (+0 -0)
0 files changed
___
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/m
Changes in directory llvm/include/llvm/Support:
Compressor.h updated: 1.8 -> 1.9
---
Log message:
Unbreak VC++ build.
---
Diffs of the changes: (+1 -0)
Compressor.h |1 +
1 files changed, 1 insertion(+)
Index: llvm/include/llvm/Support/Compressor.h
diff -u llvm/include/llvm/Support/Co
Changes in directory llvm/include/llvm/Support:
Compressor.h updated: 1.7 -> 1.8
---
Log message:
This patch (written by Reid) changes compressor to never throw an exception.
---
Diffs of the changes: (+12 -12)
Compressor.h | 24
1 files changed, 12 insertions(+)
Changes in directory llvm/include/llvm/Support:
Compressor.h updated: 1.6 -> 1.7
---
Log message:
Improve documentation on throwing, it is not complete still though. :(
---
Diffs of the changes: (+3 -0)
Compressor.h |3 +++
1 files changed, 3 insertions(+)
Index: llvm/include/llvm/Su