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

2007-05-10 Thread Reid Spencer
Changes in directory llvm/test: Makefile updated: 1.102 -> 1.103 --- Log message: For PR1411: http://llvm.org/PR1411 : Don't try to use {} bracketing when setting a variable in site.exp --- Diffs of the changes: (+3 -3) Makefile |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(

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

2007-04-21 Thread Reid Spencer
Changes in directory llvm/test: Makefile updated: 1.101 -> 1.102 --- Log message: Pass the LLVMGCC_LANGS variable through to Tcl. --- Diffs of the changes: (+1 -0) Makefile |1 + 1 files changed, 1 insertion(+) Index: llvm/test/Makefile diff -u llvm/test/Makefile:1.101 llvm/test/Make

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

2007-04-21 Thread Reid Spencer
Changes in directory llvm/test: Makefile updated: 1.100 -> 1.101 --- Log message: Add the TARGETS_TO_BUILD variable. --- Diffs of the changes: (+1 -0) Makefile |1 + 1 files changed, 1 insertion(+) Index: llvm/test/Makefile diff -u llvm/test/Makefile:1.100 llvm/test/Makefile:1.101 --

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

2007-04-16 Thread Duncan Sands
Changes in directory llvm/test: Makefile updated: 1.99 -> 1.100 --- Log message: Look for site.exp in the build directory, not the source directory. --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/Makefile diff -u llvm

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

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test: Makefile updated: 1.98 -> 1.99 --- Log message: We don't need the path to be set for llvmgcc/llvmgxx any more. --- Diffs of the changes: (+2 -2) Makefile |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/test/Makefile diff -u llvm/t

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

2007-04-14 Thread Reid Spencer
Changes in directory llvm/test: Makefile updated: 1.97 -> 1.98 --- Log message: Echo command lines only if the user wants them. --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/Makefile diff -u llvm/test/Makefile:1.97 l

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

2007-04-14 Thread Reid Spencer
Changes in directory llvm/test: Makefile updated: 1.96 -> 1.97 --- Log message: Add a new testing target: check-one. It is used like this: make check-one TESTONE=test/path/to/test.ll This runs a single check in exactly the same way that dejagnu runs it. --- Diffs of the changes: (+19 -0)

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

2007-04-11 Thread Reid Spencer
Changes in directory llvm/test: Makefile updated: 1.95 -> 1.96 --- Log message: Make the shlibext and llvmlibsdir variables accessible. --- Diffs of the changes: (+1 -0) Makefile |1 + 1 files changed, 1 insertion(+) Index: llvm/test/Makefile diff -u llvm/test/Makefile:1.95 llvm/test

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

2007-04-11 Thread Reid Spencer
Changes in directory llvm/test: Makefile updated: 1.94 -> 1.95 --- Log message: Make new variables available: compile_c, compile_cxx, link to handle tests that want to use LLVM's notion of compiling and linking programs. This includes all the -I -L and optimization switches that LLVM would usi

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

2007-02-11 Thread Reid Spencer
Changes in directory llvm/test: Makefile updated: 1.93 -> 1.94 --- Log message: For PR1196: http://llvm.org/PR1196 : Prevent infinite loops and memory bombs by setting a ulimit on time and space for running the dejagnu tests. --- Diffs of the changes: (+3 -2) Makefile |5 +++-- 1 file

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

2007-01-30 Thread Reid Spencer
Changes in directory llvm/test: Makefile updated: 1.92 -> 1.93 --- Log message: Add a gxxcmd variable for the g++ command line used to build llvm. --- Diffs of the changes: (+1 -0) Makefile |1 + 1 files changed, 1 insertion(+) Index: llvm/test/Makefile diff -u llvm/test/Makefile:1.9

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

2007-01-16 Thread Reid Spencer
Changes in directory llvm/test: Makefile updated: 1.91 -> 1.92 --- Log message: Regression is gone, don't try to find it on clean target. --- Diffs of the changes: (+1 -2) Makefile |3 +-- 1 files changed, 1 insertion(+), 2 deletions(-) Index: llvm/test/Makefile diff -u llvm/test/Mak

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

2006-11-10 Thread Reid Spencer
Changes in directory llvm/test: Makefile updated: 1.90 -> 1.91 --- Log message: Enable path completion when typing the TESTSUITE= option by allowing the test directory to precede the test suite name. That is, it will strip off test/ from TESTSUITE which allows path completion from the command l

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

2006-07-31 Thread Chris Lattner
Changes in directory llvm/test: Makefile updated: 1.89 -> 1.90 --- Log message: If dejagnu is not found, tell the user instead of bombing out with an obscure error. --- Diffs of the changes: (+5 -0) Makefile |5 + 1 files changed, 5 insertions(+) Index: llvm/test/Makefile diff -u

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

2006-05-28 Thread Reid Spencer
Changes in directory llvm/test: Makefile updated: 1.88 -> 1.89 --- Log message: Fix a problem where dejagnu won't accept the value of global tcl variable "libdir" for some reason. Changing to llvmlibsdir instead fixes it. --- Diffs of the changes: (+2 -2) Makefile |4 ++-- 1 files chan

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

2006-05-27 Thread Reid Spencer
Changes in directory llvm/test: Makefile updated: 1.87 -> 1.88 --- Log message: Provide an infrastructure for testing the llvm2cpp program (yet to be committed). This infrastructure is only activated when RUNLLVM2CPP=1 is specified on the make command line. Currently it is only supported in th

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

2006-04-13 Thread Reid Spencer
Changes in directory llvm/test: Makefile updated: 1.86 -> 1.87 --- Log message: Use quotes properly so that the possibility of a null variable set is eliminated. This can happen, for example, if LLVM is configured without llvm-gcc in which case things like LLVMGCC_VERSION will be empty. In suc

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

2006-04-12 Thread Tanya Brethour
Changes in directory llvm/test: Makefile updated: 1.85 -> 1.86 --- Log message: Added llvmgcc version to allow tests to be xfailed by frontend version. --- Diffs of the changes: (+1 -0) Makefile |1 + 1 files changed, 1 insertion(+) Index: llvm/test/Makefile diff -u llvm/test/Makefil

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

2006-04-06 Thread Reid Spencer
Changes in directory llvm/test: Makefile updated: 1.84 -> 1.85 --- Log message: Add the variable llvmgccmajvers to the site.exp file. This will contain the major version number of llvm-gcc, as configured. --- Diffs of the changes: (+1 -0) Makefile |1 + 1 files changed, 1 insertion(+)