- May 28, 2006
-
-
Reid Spencer authored
"libdir" for some reason. Changing to llvmlibsdir instead fixes it. llvm-svn: 28526
-
Reid Spencer authored
committed). This infrastructure is only activated when RUNLLVM2CPP=1 is specified on the make command line. Currently it is only supported in the Feature test suite. llvm-svn: 28525
-
- Apr 13, 2006
-
-
Reid Spencer authored
eliminated. This can happen, for example, if LLVM is configured without llvm-gcc in which case things like LLVMGCC_VERSION will be empty. In such cases, deja-gnu fails with: can't read "llvmgcc_version": no such variable because it sees: set llvmgcc_version instead of: set llvmgcc_version "" llvm-svn: 27676
-
- Apr 12, 2006
-
-
Tanya Lattner authored
llvm-svn: 27619
-
- Apr 07, 2006
-
-
Reid Spencer authored
the major version number of llvm-gcc, as configured. llvm-svn: 27465
-
- Jul 13, 2005
-
-
Reid Spencer authored
JIT can run against a multi-threaded program without getting its data structures messed up. Also had to add the examples directory to the path for the tests so that ParallelJIT can be found. llvm-svn: 22415
-
- May 21, 2005
-
-
Reid Spencer authored
is going to credit the commit correctly or not. llvm-svn: 22165
-
- May 20, 2005
-
-
Reid Spencer authored
llvmgxx programs. dejagnu doesn't understand single quote and we need to pass double quotes through to the shell in order to escape blanks in the paths. This patch uses \" to escape the quotes passed through to the shell. Thanks to Aaron Gray for testing this out on cygwin. llvm-svn: 22155
-
- Feb 18, 2005
-
-
Reid Spencer authored
variable so that spaces don't screw it up. llvm-svn: 20240
-
- Jan 03, 2005
-
-
Reid Spencer authored
llvm-svn: 19267
-
- Dec 24, 2004
-
-
Reid Spencer authored
correct variable to get a "set the path first" invocation of those tools. llvm-svn: 19127
-
- Dec 22, 2004
-
-
Reid Spencer authored
* Use LLVMGCC and LLVMGXX variables instead of computing the name llvm-svn: 19097
-
- Dec 12, 2004
-
-
Chris Lattner authored
You can't pass the trailing / into Dejagnu, so make the makefile strip it off llvm-svn: 18836
-
- Dec 06, 2004
-
-
John Criswell authored
llvm-svn: 18581
-
Reid Spencer authored
llvm-svn: 18568
-
- Dec 04, 2004
-
-
Reid Spencer authored
llvm-svn: 18507
-
Chris Lattner authored
llvm-svn: 18491
-
Tanya Lattner authored
llvm-svn: 18488
-
- Nov 30, 2004
-
-
Tanya Lattner authored
llvm-svn: 18396
-
Chris Lattner authored
llvm-svn: 18392
-
- Nov 22, 2004
-
-
Chris Lattner authored
llvm-svn: 18113
-
- Nov 14, 2004
-
-
Tanya Lattner authored
setting path to prcontext.tcl script. Right now it searches for tclsh in your path, but this should be obtained from configure. llvm-svn: 17720
-
- Nov 09, 2004
-
-
Reid Spencer authored
llvm-svn: 17644
-
Reid Spencer authored
portion of the test suite. e.g.: make quck-test QUICKTEST=Regression/Bytecode llvm-svn: 17643
-
- Nov 08, 2004
-
-
Alkis Evlogimenos authored
llvm-svn: 17613
-
Tanya Lattner authored
llvm-svn: 17610
-
Reid Spencer authored
tool runs Deja-gnu test suites. The 'make' variable RUNTEST is now set automatically in the Makefile.config file. llvm-svn: 17599
-
Tanya Lattner authored
llvm-svn: 17598
-
- Nov 07, 2004
-
-
Tanya Lattner authored
Changed check-dejagnu to take TESTSUITE as its args instead of TEST in order to not conflict with other stuff. Added path for test/Scripts. Also added a check to deal with TESTSUITE and runtest flags. llvm-svn: 17586
-
Tanya Lattner authored
Added support to specify which test suite dejagnu should run (Feature or Regression). Use TEST=suite llvm-svn: 17572
-
Chris Lattner authored
Add some comments Switch to use 'find' to do the clean instead of globbing llvm-svn: 17559
-
Tanya Lattner authored
Added rough support for dejagnu testing. Changes need to be made to autoconf to provide the target_triplet and to check for 'grep -C' which would be used instead of the python script we have now. Eventually the python script should be converted to bash. The dejagnu-clean needs to be fixed to use find. llvm-svn: 17555
-
- Nov 03, 2004
-
-
Brian Gaeke authored
Due to qmtest's or llvm.py's lousy error checking, this single error causes qmtest to fork-bomb the machine, filling the process table with python processes that do nothing. Clearly, better error checking is needed. llvm-svn: 17449
-
- Oct 30, 2004
-
-
Reid Spencer authored
llvm-svn: 17359
-
- Sep 05, 2004
-
-
Reid Spencer authored
The "Programs" directory no longer lives here. It have been moved to its own cvs module. Check it out into llvm/projects and configure/build it there. llvm-svn: 16182
-
- Aug 03, 2004
-
-
John Criswell authored
llvm-svn: 15426
-
- Mar 29, 2004
-
-
John Criswell authored
llvm-svn: 12532
-
- Dec 11, 2003
-
-
Brian Gaeke authored
llvm-svn: 10395
-
- Nov 21, 2003
-
-
Brian Gaeke authored
llvm-svn: 10125
-
- Nov 20, 2003
-
-
Brian Gaeke authored
llvm-svn: 10119
-