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

2007-02-03 Thread Reid Spencer
Changes in directory llvm/tools/bugpoint: Makefile updated: 1.20 -> 1.21 --- Log message: For PR1072: http://llvm.org/PR1072 : Removing -raise has neglible positive or negative side effects so we are opting to remove it. See the PR for comparison details. --- Diffs of the changes: (+1 -1)

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

2006-12-13 Thread John Criswell
Changes in directory llvm/tools/bugpoint: Makefile updated: 1.19 -> 1.20 --- Log message: Remove DSA. --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/tools/bugpoint/Makefile diff -u llvm/tools/bugpoint/Makefile:1.19 llvm/t

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

2006-09-03 Thread Chris Lattner
Changes in directory llvm/tools/bugpoint: Makefile updated: 1.18 -> 1.19 --- 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: (+2 -7) Makefile |9 ++--- 1 files chan

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

2006-07-06 Thread Chris Lattner
Changes in directory llvm/tools/bugpoint: Makefile updated: 1.17 -> 1.18 --- 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/bugpoint/Makefile diff -u llvm/tools/bugpoint/

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

2006-05-31 Thread Reid Spencer
Changes in directory llvm/tools/bugpoint: Makefile updated: 1.16 -> 1.17 --- 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. --- Di

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

2005-10-27 Thread John Criswell
Changes in directory llvm/tools/bugpoint: Makefile updated: 1.15 -> 1.16 --- 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 p

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

2005-10-26 Thread John Criswell
Changes in directory llvm/tools/bugpoint: Makefile updated: 1.14 -> 1.15 --- 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 li

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

2005-10-23 Thread Chris Lattner
Changes in directory llvm/tools/bugpoint: Makefile updated: 1.13 -> 1.14 --- Log message: Remove a now-unneeded library --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/tools/bugpoint/Makefile diff -u llvm/tools/bugpoint/Mak

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

2005-10-23 Thread Chris Lattner
Changes in directory llvm/tools/bugpoint: Makefile updated: 1.12 -> 1.13 bugpoint.cpp updated: 1.25 -> 1.26 --- Log message: Link to archive versions of libraries instead of the relinked ones --- Diffs of the changes: (+6 -4) Makefile |8 bugpoint.cpp |2 ++ 2 files ch