[llvm-commits] CVS: llvm/lib/Linker/Linker.cpp

2007-02-07 Thread Chris Lattner
Changes in directory llvm/lib/Linker: Linker.cpp updated: 1.13 -> 1.14 --- 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 BCDecomp

[llvm-commits] CVS: llvm/lib/Linker/Linker.cpp

2006-07-28 Thread Chris Lattner
Changes in directory llvm/lib/Linker: Linker.cpp updated: 1.10 -> 1.11 --- Log message: Remove a redundant syscall. --- Diffs of the changes: (+20 -24) Linker.cpp | 44 1 files changed, 20 insertions(+), 24 deletions(-) Index: llvm/lib/Linke

[llvm-commits] CVS: llvm/lib/Linker/Linker.cpp

2006-01-17 Thread John Criswell
Changes in directory llvm/lib/Linker: Linker.cpp updated: 1.9 -> 1.10 --- Log message: Fixed style of curly brace. No functionality changes. --- Diffs of the changes: (+1 -2) Linker.cpp |3 +-- 1 files changed, 1 insertion(+), 2 deletions(-) Index: llvm/lib/Linker/Linker.cpp diff -u

[llvm-commits] CVS: llvm/lib/Linker/Linker.cpp

2006-01-09 Thread Reid Spencer
Changes in directory llvm/lib/Linker: Linker.cpp updated: 1.8 -> 1.9 --- Log message: Be a little more explanatory in a comment. --- Diffs of the changes: (+1 -1) Linker.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Linker/Linker.cpp diff -u llvm/lib/Linke

[llvm-commits] CVS: llvm/lib/Linker/Linker.cpp

2005-12-13 Thread Reid Spencer
Changes in directory llvm/lib/Linker: Linker.cpp updated: 1.7 -> 1.8 --- Log message: Adjust the constructor to the Linker class to take an argument that names the module being constructed. This is used to correctly name the module. Previously the name of the linker tool was used which produces