[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-commits] CVS: llvm/tools/bugpoint/Makefile

2006-09-04 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

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

[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