[llvm-commits] CVS: llvm/utils/findmisopt

2007-02-04 Thread Reid Spencer
Changes in directory llvm/utils: findmisopt updated: 1.11 - 1.12 --- Log message: Use opt to generate the list of passes to run. --- Diffs of the changes: (+5 -5) findmisopt | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) Index: llvm/utils/findmisopt diff -u

[llvm-commits] CVS: llvm/utils/findmisopt

2006-12-08 Thread Reid Spencer
Changes in directory llvm/utils: findmisopt updated: 1.9 - 1.10 --- Log message: Add the -ldl library option. --- Diffs of the changes: (+3 -2) findmisopt |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) Index: llvm/utils/findmisopt diff -u llvm/utils/findmisopt:1.9

[llvm-commits] CVS: llvm/utils/findmisopt

2006-12-08 Thread Reid Spencer
Changes in directory llvm/utils: findmisopt updated: 1.10 - 1.11 --- Log message: Allow the input of the test program to be specified. Don't generate the reference output for each comparison. --- Diffs of the changes: (+11 -5) findmisopt | 16 +++- 1 files changed, 11

[llvm-commits] CVS: llvm/utils/findmisopt

2006-11-21 Thread Reid Spencer
Changes in directory llvm/utils: findmisopt updated: 1.7 - 1.8 --- Log message: Stop early if there is no mis-optimization. --- Diffs of the changes: (+9 -0) findmisopt |9 + 1 files changed, 9 insertions(+) Index: llvm/utils/findmisopt diff -u llvm/utils/findmisopt:1.7

[llvm-commits] CVS: llvm/utils/findmisopt

2006-11-18 Thread Reid Spencer
Changes in directory llvm/utils: findmisopt updated: 1.6 - 1.7 --- Log message: Provide a list of gccld optimization switches. --- Diffs of the changes: (+4 -1) findmisopt |5 - 1 files changed, 4 insertions(+), 1 deletion(-) Index: llvm/utils/findmisopt diff -u

[llvm-commits] CVS: llvm/utils/findmisopt

2006-11-16 Thread Reid Spencer
Changes in directory llvm/utils: findmisopt updated: 1.5 - 1.6 --- Log message: Use a release version of bugpoint, if found. Include gccld passes. --- Diffs of the changes: (+19 -5) findmisopt | 24 +++- 1 files changed, 19 insertions(+), 5 deletions(-) Index:

[llvm-commits] CVS: llvm/utils/findmisopt

2006-11-13 Thread Reid Spencer
Changes in directory llvm/utils: findmisopt updated: 1.4 - 1.5 --- Log message: Add some output so the user is informed while they wait. --- Diffs of the changes: (+14 -3) findmisopt | 17 ++--- 1 files changed, 14 insertions(+), 3 deletions(-) Index: llvm/utils/findmisopt

[llvm-commits] CVS: llvm/utils/findmisopt

2006-11-08 Thread Reid Spencer
Changes in directory llvm/utils: findmisopt added (r1.1) --- Log message: Add a utility script to find a mis-optimization problem. This sometimes helps when bugpoint can't find the problem directly because it needs the set of optimizations that cause the program to fail. --- Diffs of the

[llvm-commits] CVS: llvm/utils/findmisopt

2006-11-08 Thread Reid Spencer
Changes in directory llvm/utils: findmisopt updated: 1.1 - 1.2 --- Log message: Print a usage message if too few arguments to program. --- Diffs of the changes: (+5 -0) findmisopt |5 + 1 files changed, 5 insertions(+) Index: llvm/utils/findmisopt diff -u

[llvm-commits] CVS: llvm/utils/findmisopt

2006-11-08 Thread Reid Spencer
Changes in directory llvm/utils: findmisopt updated: 1.2 - 1.3 --- Log message: Don't run bugpoint if we can't find a misoptimization. --- Diffs of the changes: (+6 -2) findmisopt |8 ++-- 1 files changed, 6 insertions(+), 2 deletions(-) Index: llvm/utils/findmisopt diff -u