Changes in directory llvm/tools/llvm-extract:
Makefile updated: 1.7 -> 1.8
llvm-extract.cpp updated: 1.38 -> 1.39
---
Log message:
switch tools to bitcode instead of bytecode
---
Diffs of the changes: (+9 -24)
Makefile |2 +-
llvm-extract.cpp | 31
Changes in directory llvm/tools/llvm-extract:
Makefile updated: 1.6 -> 1.7
llvm-extract.cpp updated: 1.37 -> 1.38
---
Log message:
remove EH cruft, add bitcode support
---
Diffs of the changes: (+70 -55)
Makefile |4 -
llvm-extract.cpp | 121 ++-
Changes in directory llvm/tools/llvm-extract:
Makefile updated: 1.5 -> 1.6
---
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 -3)
Makefile |4 +---
1 files changed
Changes in directory llvm/tools/llvm-extract:
Makefile updated: 1.4 -> 1.5
---
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/llvm-extract/Makefile
diff -u llvm/tools/llv
Changes in directory llvm/tools/llvm-extract:
Makefile updated: 1.3 -> 1.4
---
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.
---
Changes in directory llvm/tools/llvm-extract:
Makefile updated: 1.2 -> 1.3
---
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
Changes in directory llvm/tools/llvm-extract:
Makefile updated: 1.1 -> 1.2
---
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