[llvm-commits] CVS: llvm-test/configure

2007-05-07 Thread Tanya Lattner
Changes in directory llvm-test: configure updated: 1.46 -> 1.47 --- Log message: Bumping version number --- Diffs of the changes: (+36 -36) configure | 72 +++--- 1 files changed, 36 insertions(+), 36 deletions(-) Index: llvm-test

[llvm-commits] CVS: llvm-test/configure

2007-04-26 Thread Andrew Lenharth
Changes in directory llvm-test: configure updated: 1.45 -> 1.46 --- Log message: removed these from the configure file too --- Diffs of the changes: (+0 -18) configure | 18 -- 1 files changed, 18 deletions(-) Index: llvm-test/configure diff -u llvm-test/configure:1.45 l

[llvm-commits] CVS: llvm-test/configure

2007-02-16 Thread Reid Spencer
Changes in directory llvm-test: configure updated: 1.44 -> 1.45 --- Log message: Regenerate. --- Diffs of the changes: (+50 -24) configure | 74 +- 1 files changed, 50 insertions(+), 24 deletions(-) Index: llvm-test/configure

[llvm-commits] CVS: llvm-test/configure

2007-01-18 Thread Reid Spencer
Changes in directory llvm-test: configure updated: 1.43 -> 1.44 --- Log message: Regenerate. --- Diffs of the changes: (+232 -372) configure | 604 +++--- 1 files changed, 232 insertions(+), 372 deletions(-) Index: llvm-test/config

[llvm-commits] CVS: llvm-test/configure

2007-01-04 Thread Evan Cheng
Changes in directory llvm-test: configure updated: 1.42 -> 1.43 --- Log message: Auto-generate configure. --- Diffs of the changes: (+8 -2) configure | 10 -- 1 files changed, 8 insertions(+), 2 deletions(-) Index: llvm-test/configure diff -u llvm-test/configure:1.42 llvm-test/c

[llvm-commits] CVS: llvm-test/configure

2006-12-04 Thread Reid Spencer
Changes in directory llvm-test: configure updated: 1.41 -> 1.42 --- Log message: If F95 fails the sanity check then don't set its definition. This works around false positives if gfortran's f95 is discovered instead of NAG's --- Diffs of the changes: (+9 -0) configure |9 + 1 f

[llvm-commits] CVS: llvm-test/configure

2006-09-21 Thread Bill Wendling
Changes in directory llvm-test: configure updated: 1.40 -> 1.41 --- Log message: Added generating of the Makefile.nagfortran in the build directory. --- Diffs of the changes: (+29 -23) configure | 52 +--- 1 files changed, 29 insertions(+),

[llvm-commits] CVS: llvm-test/configure Makefile.config.in

2006-09-20 Thread Evan Cheng
Changes in directory llvm-test: configure updated: 1.39 -> 1.40 Makefile.config.in updated: 1.23 -> 1.24 --- Log message: Adding HMMER as an external test. --- Diffs of the changes: (+82 -26) Makefile.config.in |4 ++ configure | 104 +++

[llvm-commits] CVS: llvm-test/configure

2006-09-03 Thread Bill Wendling
Changes in directory llvm-test: configure updated: 1.38 -> 1.39 --- Log message: Regenerated after adding SPEC2006 support. --- Diffs of the changes: (+112 -29) configure | 141 +- 1 files changed, 112 insertions(+), 29 deletions

[llvm-commits] CVS: llvm-test/configure

2006-08-16 Thread Reid Spencer
Changes in directory llvm-test: configure updated: 1.37 -> 1.38 --- Log message: Oops, fix the SPEC95 case too. --- Diffs of the changes: (+1 -1) configure |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm-test/configure diff -u llvm-test/configure:1.37 llvm-test/conf

[llvm-commits] CVS: llvm-test/configure

2006-08-14 Thread Reid Spencer
Changes in directory llvm-test: configure updated: 1.36 -> 1.37 --- Log message: One more time, just for fun. --- Diffs of the changes: (+184 -192) configure | 376 ++ 1 files changed, 184 insertions(+), 192 deletions(-) Index:

[llvm-commits] CVS: llvm-test/configure

2006-08-14 Thread Reid Spencer
Changes in directory llvm-test: configure updated: 1.35 -> 1.36 --- Log message: Doh! Fix a bug in my last commit. --- Diffs of the changes: (+1 -1) configure |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm-test/configure diff -u llvm-test/configure:1.35 llvm-test/c

[llvm-commits] CVS: llvm-test/configure

2006-08-14 Thread Reid Spencer
Changes in directory llvm-test: configure updated: 1.34 -> 1.35 --- Log message: For PR876: http://llvm.org/PR876 : Update of the configure script to incorporate changes from llvm/autoconf/m4 --- Diffs of the changes: (+4 -4) configure |8 1 files changed, 4 insertions(+), 4 d

[llvm-commits] CVS: llvm-test/configure

2006-04-07 Thread Reid Spencer
Changes in directory llvm-test: configure updated: 1.31 -> 1.32 --- Log message: For PR646: http://llvm.cs.uiuc.edu/PR646 : 1. Provide a --with-externals=DIR option to configure to specify the base directory for the external tests. Default its setting to the old default: /home/vadve/share

[llvm-commits] CVS: llvm-test/configure

2005-12-21 Thread Reid Spencer
Changes in directory llvm-test: configure updated: 1.30 -> 1.31 --- Log message: Fix PR678: http://llvm.cs.uiuc.edu/PR678 : Use the 4th argument to CHECK_PROGRAM_SANITY in order to turn a failed sanity check into a warning instead of an error. --- Diffs of the changes: (+9 -3) configure |

[llvm-commits] CVS: llvm-test/configure

2005-11-08 Thread John Criswell
Changes in directory llvm-test: configure updated: 1.29 -> 1.30 --- Log message: Updated to version 1.7cvs. --- Diffs of the changes: (+9 -9) configure | 18 +- 1 files changed, 9 insertions(+), 9 deletions(-) Index: llvm-test/configure diff -u llvm-test/configure:1.29

[llvm-commits] CVS: llvm-test/configure

2005-11-08 Thread John Criswell
Changes in directory llvm-test: configure updated: 1.28 -> 1.29 --- Log message: Merged from RELEASE_16. --- Diffs of the changes: (+9 -9) configure | 18 +- 1 files changed, 9 insertions(+), 9 deletions(-) Index: llvm-test/configure diff -u llvm-test/configure:1.28 ll