Changes in directory llvm/tools/llvm2cpp:
llvm2cpp.cpp updated: 1.9 -> 1.10
---
Log message:
use the new MemoryBuffer interfaces to simplify error reporting in clients.
---
Diffs of the changes: (+1 -3)
llvm2cpp.cpp |4 +---
1 files changed, 1 insertion(+), 3 deletions(-)
Index: llvm
Changes in directory llvm/tools/llvm2cpp:
llvm2cpp.cpp updated: 1.6 -> 1.7
---
Log message:
push bytecode decompressor out through APIs. Now the bytecode reader
api's look like this:
ModuleProvider *getBytecodeModuleProvider(
const std::string &Filename, ///< Name of file to be read
BCDe
Changes in directory llvm/tools/llvm2cpp:
llvm2cpp.cpp updated: 1.3 -> 1.4
---
Log message:
Change the verifier to never throw an exception. Instead verifyModule
canoptionally return the string error, which is an easier api for clients touse
anyway.
---
Diffs of the changes: (+10 -8)
ll
Changes in directory llvm/tools/llvm2cpp:
llvm2cpp.cpp updated: 1.2 -> 1.3
---
Log message:
Fix file header comment.
---
Diffs of the changes: (+2 -2)
llvm2cpp.cpp |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/tools/llvm2cpp/llvm2cpp.cpp
diff -u llvm/tools/llv
Changes in directory llvm/tools/llvm2cpp:
llvm2cpp.cpp updated: 1.1 -> 1.2
---
Log message:
Fix the file's comment block.
---
Diffs of the changes: (+7 -6)
llvm2cpp.cpp | 13 +++--
1 files changed, 7 insertions(+), 6 deletions(-)
Index: llvm/tools/llvm2cpp/llvm2cpp.cpp
diff -u