[llvm-commits] CVS: llvm/tools/gccld/Makefile

2007-02-10 Thread Reid Spencer
Changes in directory llvm/tools/gccld: Makefile updated: 1.19 -> 1.20 --- Log message: Align make log output with the rest of llvm. --- Diffs of the changes: (+6 -6) Makefile | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) Index: llvm/tools/gccld/Makefile diff -u ll

[llvm-commits] CVS: llvm/tools/gccld/Makefile GenerateCode.cpp gccld.cpp gccld.h

2007-02-09 Thread Reid Spencer
Changes in directory llvm/tools/gccld: Makefile updated: 1.18 -> 1.19 GenerateCode.cpp (r1.70) removed gccld.cpp (r1.116) removed gccld.h (r1.19) removed --- Log message: End of life for gccld. Remove its source code and enable the generation of a shell script to stand in its place. The shell s

[llvm-commits] CVS: llvm/tools/gccld/Makefile

2007-02-08 Thread Reid Spencer
Changes in directory llvm/tools/gccld: Makefile updated: 1.17 -> 1.18 --- Log message: Put in a disabled template for when gccld is replaced by the shell script. --- Diffs of the changes: (+19 -0) Makefile | 19 +++ 1 files changed, 19 insertions(+) Index: llvm/tools/gc

[llvm-commits] CVS: llvm/tools/gccld/Makefile

2006-09-03 Thread Chris Lattner
Changes in directory llvm/tools/gccld: Makefile updated: 1.16 -> 1.17 --- Log message: Use LINK_COMPONENTS to specify *components* to link against instead of using USED_LIBS to specify *libraries* to link against. --- Diffs of the changes: (+1 -4) Makefile |5 + 1 files changed, 1

[llvm-commits] CVS: llvm/tools/gccld/Makefile

2006-07-06 Thread Chris Lattner
Changes in directory llvm/tools/gccld: Makefile updated: 1.15 -> 1.16 --- Log message: Tools require EH for their top-level try blocks. --- Diffs of the changes: (+1 -0) Makefile |1 + 1 files changed, 1 insertion(+) Index: llvm/tools/gccld/Makefile diff -u llvm/tools/gccld/Makefile:

[llvm-commits] CVS: llvm/tools/gccld/Makefile

2006-05-31 Thread Reid Spencer
Changes in directory llvm/tools/gccld: Makefile updated: 1.14 -> 1.15 --- Log message: Use archive libraries instead of object files for VMCore, BCReader, BCWriter, and bzip2 libraries. Adjust the various makefiles to accommodate these changes. This was done to speed up link times. --- Diffs

[llvm-commits] CVS: llvm/tools/gccld/Makefile

2005-10-27 Thread John Criswell
Changes in directory llvm/tools/gccld: Makefile updated: 1.13 -> 1.14 --- Log message: Move some constant folding code shared by Analysis and Transform passes into the LLVMAnalysis library. This allows LLVMTranform and LLVMTransformUtils to be archives and linked with LLVMAnalysis.a, which prov

[llvm-commits] CVS: llvm/tools/gccld/Makefile

2005-10-26 Thread John Criswell
Changes in directory llvm/tools/gccld: Makefile updated: 1.12 -> 1.13 --- Log message: 1. Remove libraries no longer created from the list of libraries linked into the SparcV9 JIT. 2. Make LLVMTransformUtils a relinked object file and always link it before LLVMAnalysis.a. These two libra