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

2007-04-29 Thread Reid Spencer
Changes in directory llvm/lib/Linker: LinkItems.cpp updated: 1.12 -> 1.13 --- Log message: Dependent libraries could be native too. --- Diffs of the changes: (+4 -1) LinkItems.cpp |5 - 1 files changed, 4 insertions(+), 1 deletion(-) Index: llvm/lib/Linker/LinkItems.cpp diff -u l

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

2007-04-10 Thread Reid Spencer
Changes in directory llvm/lib/Linker: LinkItems.cpp updated: 1.11 -> 1.12 --- Log message: For PR1146: http://llvm.org/PR1146 : Put the parameter attributes in their own ParamAttr name space. Adjust the rest of llvm as a result. --- Diffs of the changes: (+12 -4) LinkItems.cpp | 16 +

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

2007-04-03 Thread Reid Spencer
Changes in directory llvm/lib/Linker: LinkItems.cpp updated: 1.10 -> 1.11 --- Log message: For PR1302: http://llvm.org/PR1302 : Use local variable names that match the function parameter name that it is passed to so the code is more clear, to wit: is_bytecode -> is_native --- Diffs of the cha

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

2007-04-03 Thread Reid Spencer
Changes in directory llvm/lib/Linker: LinkItems.cpp updated: 1.9 -> 1.10 --- Log message: For PR1302: http://llvm.org/PR1302 : Implement file tests for both LinkInLibrary and LinkInFile to determine if the file is native. Don't generate warnings if the file is native. --- Diffs of the change

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

2006-01-09 Thread Reid Spencer
Changes in directory llvm/lib/Linker: LinkItems.cpp updated: 1.7 -> 1.8 --- Log message: For PR521: http://llvm.cs.uiuc.edu/PR521 : With these patches we implement the ability for the Linker library to keep track of which libraries were actually bytecode files (not archives) and cause their us