[llvm-commits] CVS: llvm/tools/llvm-extract/Makefile llvm-extract.cpp

2007-05-06 Thread Chris Lattner
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

[llvm-commits] CVS: llvm/tools/llvm-extract/Makefile llvm-extract.cpp

2007-05-05 Thread Chris Lattner
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 ++-

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

2006-09-03 Thread Chris Lattner
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

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

2006-07-06 Thread Chris Lattner
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

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

2006-05-31 Thread Reid Spencer
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. ---

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

2005-10-27 Thread John Criswell
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

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

2005-10-26 Thread John Criswell
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