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
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
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
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
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:
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
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
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