Changes in directory llvm/lib/Bytecode/Reader:
ReaderWrappers.cpp updated: 1.66 -> 1.67
---
Log message:
move archive-specific stuff out of bcreader into archive library.
---
Diffs of the changes: (+0 -67)
ReaderWrappers.cpp | 67 -
1 f
Changes in directory llvm/lib/Bytecode/Reader:
ReaderWrappers.cpp updated: 1.65 -> 1.66
---
Log message:
move an llvmc-specific function out of the bcreader into llvmc.
---
Diffs of the changes: (+0 -16)
ReaderWrappers.cpp | 16
1 files changed, 16 deletions(-)
Index:
Changes in directory llvm/lib/Bytecode/Reader:
ReaderWrappers.cpp updated: 1.61 -> 1.62
---
Log message:
For PR1136: http://llvm.org/PR1136 : Rename GlobalVariable::isExternal as
isDeclaration to avoid
confusion with external linkage types.
---
Diffs of the changes: (+2 -2)
ReaderWrappers
Changes in directory llvm/lib/Bytecode/Reader:
ReaderWrappers.cpp updated: 1.60 -> 1.61
---
Log message:
remove support for old-style varargs upgrading
---
Diffs of the changes: (+6 -106)
ReaderWrappers.cpp | 112 ++---
1 files changed, 6 in
Changes in directory llvm/lib/Bytecode/Reader:
ReaderWrappers.cpp updated: 1.58 -> 1.59
---
Log message:
Removed more includes
---
Diffs of the changes: (+3 -5)
ReaderWrappers.cpp |8 +++-
1 files changed, 3 insertions(+), 5 deletions(-)
Index: llvm/lib/Bytecode/Reader/ReaderWra
Changes in directory llvm/lib/Bytecode/Reader:
ReaderWrappers.cpp updated: 1.56 -> 1.57
---
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: (+134 -
Changes in directory llvm/lib/Bytecode/Reader:
ReaderWrappers.cpp updated: 1.55 -> 1.56
---
Log message:
For PR797: http://llvm.org/PR797 :
Adjust the use of MappedFile to its new non-throwing interface. We just
propagate the exceptions if an error occurs. This will get cleaned up
later, incre
Changes in directory llvm/lib/Bytecode/Reader:
ReaderWrappers.cpp updated: 1.53 -> 1.54
---
Log message:
For PR787: http://llvm.cs.uiuc.edu/PR787 :
Provide new llvm::sys::Program facilities for converting the stdout and
stdin to binary mode. There is no standard way to do this and the available