[llvm-commits] CVS: llvm/include/llvm/Bytecode/Reader.h

2007-02-07 Thread Chris Lattner
Changes in directory llvm/include/llvm/Bytecode: Reader.h updated: 1.29 -> 1.30 --- Log message: move archive-specific stuff out of bcreader into archive library. --- Diffs of the changes: (+0 -30) Reader.h | 30 -- 1 files changed, 30 deletions(-) Index: ll

[llvm-commits] CVS: llvm/include/llvm/Bytecode/Reader.h

2007-02-07 Thread Chris Lattner
Changes in directory llvm/include/llvm/Bytecode: Reader.h updated: 1.28 -> 1.29 --- Log message: move an llvmc-specific function out of the bcreader into llvmc. --- Diffs of the changes: (+0 -12) Reader.h | 12 1 files changed, 12 deletions(-) Index: llvm/include/llvm/Byte

Re: [llvm-commits] CVS: llvm/include/llvm/Bytecode/Reader.h

2006-08-30 Thread Chris Lattner
On Wed, 30 Aug 2006, Reid Spencer wrote: Personally, I consider this "compatibility" to be wrong since it allows callers to avoid the error message. We should report errors that occur. Depends on the client. In this case, it was a gratuitous source-level incompatibility... -Chris On Wed,

Re: [llvm-commits] CVS: llvm/include/llvm/Bytecode/Reader.h

2006-08-30 Thread Reid Spencer
Personally, I consider this "compatibility" to be wrong since it allows callers to avoid the error message. We should report errors that occur. Reid. On Wed, 2006-08-30 at 15:48 -0500, Chris Lattner wrote: > > Changes in directory llvm/include/llvm/Bytecode: > > Reader.h updated: 1.26 -> 1.27 >

[llvm-commits] CVS: llvm/include/llvm/Bytecode/Reader.h

2006-08-30 Thread Chris Lattner
Changes in directory llvm/include/llvm/Bytecode: Reader.h updated: 1.26 -> 1.27 --- Log message: Restore source-level compatibility with clients of these functions. --- Diffs of the changes: (+6 -6) Reader.h | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) Index: llv

[llvm-commits] CVS: llvm/include/llvm/Bytecode/Reader.h

2006-08-25 Thread Reid Spencer
Changes in directory llvm/include/llvm/Bytecode: Reader.h updated: 1.25 -> 1.26 --- Log message: For PR797: http://llvm.org/PR797 : Remove exception throwing/handling from lib/Bytecode, and adjust its users to compensate for changes in the interface. --- Diffs of the changes: (+52 -24) Rea