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

2007-05-06 Thread Chris Lattner
Changes in directory llvm/lib/Linker: LinkArchives.cpp updated: 1.58 -> 1.59 Linker.cpp updated: 1.15 -> 1.16 --- Log message: switch this to bitcode instead of bytecode --- Diffs of the changes: (+8 -17) LinkArchives.cpp |6 +++--- Linker.cpp | 19 +-- 2 files

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

2007-05-05 Thread Chris Lattner
Changes in directory llvm/lib/Linker: LinkArchives.cpp updated: 1.57 -> 1.58 LinkItems.cpp updated: 1.14 -> 1.15 Linker.cpp updated: 1.14 -> 1.15 --- Log message: add bitcode support --- Diffs of the changes: (+23 -4) LinkArchives.cpp |1 - LinkItems.cpp|2 ++ Linker.cpp

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

2007-04-29 Thread Reid Spencer
Changes in directory llvm/lib/Linker: LinkArchives.cpp updated: 1.56 -> 1.57 LinkItems.cpp updated: 1.13 -> 1.14 --- Log message: If an archive is not recognized as an LLVM bytecode archive then declare that it is native so that the linker will pass it on downstream. This avoids a problem where

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

2007-02-05 Thread Reid Spencer
Changes in directory llvm/lib/Linker: LinkArchives.cpp updated: 1.55 -> 1.56 --- Log message: For PR411: http://llvm.org/PR411 : Adjust to changes in Module interface: getMainFunction() -> getFunction("main") getNamedFunction(X) -> getFunction(X) --- Diffs of the changes: (+1 -1) LinkArch

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

2007-01-30 Thread Reid Spencer
Changes in directory llvm/lib/Linker: LinkArchives.cpp updated: 1.54 -> 1.55 LinkModules.cpp updated: 1.129 -> 1.130 --- Log message: For PR1136: http://llvm.org/PR1136 : Rename GlobalVariable::isExternal as isDeclaration to avoid confusion with external linkage types. --- Diffs of the chang

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

2006-11-11 Thread Reid Spencer
Changes in directory llvm/lib/Linker: LinkArchives.cpp updated: 1.53 -> 1.54 --- Log message: Remvoe a do-nothing else block. --- Diffs of the changes: (+1 -6) LinkArchives.cpp |7 +-- 1 files changed, 1 insertion(+), 6 deletions(-) Index: llvm/lib/Linker/LinkArchives.cpp diff -u

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

2006-11-11 Thread Reid Spencer
Changes in directory llvm/lib/Linker: LinkArchives.cpp updated: 1.52 -> 1.53 LinkItems.cpp updated: 1.8 -> 1.9 --- Log message: For PR998: http://llvm.org/PR998 : Fix an infinite loop in the Linker and a few other assorted link problems. Patch contributed by Scott Michel. Thanks, Scott! ---

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

2006-11-02 Thread Reid Spencer
Changes in directory llvm/lib/Linker: LinkArchives.cpp updated: 1.51 -> 1.52 --- Log message: For PR786: http://llvm.org/PR786 : Turn on -Wunused and -Wno-unused-parameter. Clean up most of the resulting fall out by removing unused variables. Remaining warnings have to do with unused functions

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

2006-09-14 Thread Anton Korobeynikov
Changes in directory llvm/lib/Linker: LinkArchives.cpp updated: 1.50 -> 1.51 LinkModules.cpp updated: 1.116 -> 1.117 --- Log message: Adding dllimport, dllexport and external weak linkage types. DLL* linkages got full (I hope) codegeneration support in C & both x86 assembler backends. External

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

2006-07-07 Thread Reid Spencer
Changes in directory llvm/lib/Linker: LinkArchives.cpp updated: 1.49 -> 1.50 --- Log message: Finish removal of EH usage from the Archive library. The REQUIRES_EH flag in lib/Bytecode/Archive/Makefile is now removed. One small step closer to a smaller LLVM. --- Diffs of the changes: (+3 -1)