- Mar 18, 2008
-
-
Tanya Lattner authored
Do not pass -g flag when compiling tests, so remove the C.Flags. This only happens if you have a debug build of llvm. llvm-svn: 48498
-
- Mar 10, 2008
-
-
Chris Lattner authored
llvm-svn: 48133
-
- Feb 26, 2008
-
-
Gabor Greif authored
by supplying a dummy "verbose" procedure llvm-svn: 47603
-
Gabor Greif authored
(on solaris10, which are: CodeGen/PowerPC/frounds.ll Transforms/InstCombine/2008-02-23-MulSub.ll) I needed a tool to figure out which one is the guilty. To this end I have added a verbosity option to the test/Makefile. It can be invoked thus: gmake check TESTSUITE=CodeGen/PowerPC VERBOSE="-v -v" (The number of "-v"s specifies the verbosity level. Instead of "-v" other aliases can be specified, please consult the dejagnu docs for info.) At level >= 2 following line is logged for each test, before running it: ABOUT TO RUN: <test>.ll llvm-svn: 47602
-
- Dec 29, 2007
-
-
Chris Lattner authored
llvm-svn: 45416
-
- Oct 02, 2007
-
-
Gordon Henriksen authored
llvm-svn: 42526
-
- Sep 18, 2007
-
-
Gordon Henriksen authored
llvm-svn: 42090
-
- May 11, 2007
-
-
Reid Spencer authored
Don't try to use {} bracketing when setting a variable in site.exp llvm-svn: 36985
-
- Apr 21, 2007
-
-
Reid Spencer authored
llvm-svn: 36321
-
Reid Spencer authored
llvm-svn: 36313
-
- Apr 16, 2007
-
-
Duncan Sands authored
llvm-svn: 36138
-
- Apr 15, 2007
-
-
Reid Spencer authored
llvm-svn: 36078
-
Reid Spencer authored
llvm-svn: 36050
-
Reid Spencer authored
make check-one TESTONE=test/path/to/test.ll This runs a single check in exactly the same way that dejagnu runs it. llvm-svn: 36049
-
- Apr 12, 2007
-
-
Reid Spencer authored
llvm-svn: 35939
-
- Apr 11, 2007
-
-
Reid Spencer authored
that want to use LLVM's notion of compiling and linking programs. This includes all the -I -L and optimization switches that LLVM would using to compile or link any of this files. llvm-svn: 35920
-
- Feb 11, 2007
-
-
Reid Spencer authored
Prevent infinite loops and memory bombs by setting a ulimit on time and space for running the dejagnu tests. llvm-svn: 34184
-
- Jan 30, 2007
-
-
Reid Spencer authored
llvm-svn: 33659
-
- Jan 17, 2007
-
-
Reid Spencer authored
llvm-svn: 33296
-
- Nov 11, 2006
-
-
Reid Spencer authored
test directory to precede the test suite name. That is, it will strip off test/ from TESTSUITE which allows path completion from the command line. llvm-svn: 31662
-
- Aug 01, 2006
-
-
Chris Lattner authored
obscure error. llvm-svn: 29421
-
- 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
-