[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MallocBench/perl/EXTERN.h INTERN.h Makefile arg.h array.c array.h cmd.h cons.c dolist.c dump.c form.c form.h handy.h hash.c hash.h regcomp.h regexp.h spat.h stab.h usersub.c util.h

John Criswell criswell at cs.uiuc.edu
Wed Sep 1 07:34:25 PDT 2004



Changes in directory llvm-test/MultiSource/Benchmarks/MallocBench/perl:

EXTERN.h updated: 1.1 -> 1.2
INTERN.h updated: 1.1 -> 1.2
Makefile updated: 1.1 -> 1.2
arg.h updated: 1.1 -> 1.2
array.c updated: 1.1 -> 1.2
array.h updated: 1.1 -> 1.2
cmd.h updated: 1.1 -> 1.2
cons.c updated: 1.1 -> 1.2
dolist.c updated: 1.1 -> 1.2
dump.c updated: 1.1 -> 1.2
form.c updated: 1.1 -> 1.2
form.h updated: 1.1 -> 1.2
handy.h updated: 1.2 -> 1.3
hash.c updated: 1.1 -> 1.2
hash.h updated: 1.1 -> 1.2
regcomp.h updated: 1.1 -> 1.2
regexp.h updated: 1.1 -> 1.2
spat.h updated: 1.1 -> 1.2
stab.h updated: 1.1 -> 1.2
usersub.c updated: 1.1 -> 1.2
util.h updated: 1.3 -> 1.4
---
Log message:

Migrating test suite out of the source tree.



---
Diffs of the changes:  (+78 -21)

Index: llvm-test/MultiSource/Benchmarks/MallocBench/perl/EXTERN.h
diff -u llvm-test/MultiSource/Benchmarks/MallocBench/perl/EXTERN.h:1.1 llvm-test/MultiSource/Benchmarks/MallocBench/perl/EXTERN.h:1.2
--- llvm-test/MultiSource/Benchmarks/MallocBench/perl/EXTERN.h:1.1	Tue Feb 17 16:21:15 2004
+++ llvm-test/MultiSource/Benchmarks/MallocBench/perl/EXTERN.h	Wed Sep  1 09:33:24 2004
@@ -1,4 +1,4 @@
-/* $Header: /home/vadve/shared/PublicCVS/llvm-test/MultiSource/Benchmarks/MallocBench/perl/EXTERN.h,v 1.1 2004/02/17 22:21:15 criswell Exp $
+/* $Header: /home/vadve/shared/PublicCVS/llvm-test/MultiSource/Benchmarks/MallocBench/perl/EXTERN.h,v 1.2 2004/09/01 14:33:24 criswell Exp $
  *
  *    Copyright (c) 1989, Larry Wall
  *
@@ -6,6 +6,9 @@
  *    as specified in the README file that comes with the perl 3.0 kit.
  *
  * $Log: EXTERN.h,v $
+ * Revision 1.2  2004/09/01 14:33:24  criswell
+ * Migrating test suite out of the source tree.
+ *
  * Revision 1.1  2004/02/17 22:21:15  criswell
  * Initial commit of the perl Malloc Benchmark.  I've cheated a little by
  * generating the yacc output files and committing them directly, but it was


Index: llvm-test/MultiSource/Benchmarks/MallocBench/perl/INTERN.h
diff -u llvm-test/MultiSource/Benchmarks/MallocBench/perl/INTERN.h:1.1 llvm-test/MultiSource/Benchmarks/MallocBench/perl/INTERN.h:1.2
--- llvm-test/MultiSource/Benchmarks/MallocBench/perl/INTERN.h:1.1	Tue Feb 17 16:21:15 2004
+++ llvm-test/MultiSource/Benchmarks/MallocBench/perl/INTERN.h	Wed Sep  1 09:33:24 2004
@@ -1,4 +1,4 @@
-/* $Header: /home/vadve/shared/PublicCVS/llvm-test/MultiSource/Benchmarks/MallocBench/perl/INTERN.h,v 1.1 2004/02/17 22:21:15 criswell Exp $
+/* $Header: /home/vadve/shared/PublicCVS/llvm-test/MultiSource/Benchmarks/MallocBench/perl/INTERN.h,v 1.2 2004/09/01 14:33:24 criswell Exp $
  *
  *    Copyright (c) 1989, Larry Wall
  *
@@ -6,6 +6,9 @@
  *    as specified in the README file that comes with the perl 3.0 kit.
  *
  * $Log: INTERN.h,v $
+ * Revision 1.2  2004/09/01 14:33:24  criswell
+ * Migrating test suite out of the source tree.
+ *
  * Revision 1.1  2004/02/17 22:21:15  criswell
  * Initial commit of the perl Malloc Benchmark.  I've cheated a little by
  * generating the yacc output files and committing them directly, but it was


Index: llvm-test/MultiSource/Benchmarks/MallocBench/perl/Makefile
diff -u llvm-test/MultiSource/Benchmarks/MallocBench/perl/Makefile:1.1 llvm-test/MultiSource/Benchmarks/MallocBench/perl/Makefile:1.2
--- llvm-test/MultiSource/Benchmarks/MallocBench/perl/Makefile:1.1	Tue Feb 17 16:21:15 2004
+++ llvm-test/MultiSource/Benchmarks/MallocBench/perl/Makefile	Wed Sep  1 09:33:24 2004
@@ -1,4 +1,4 @@
-LEVEL = ../../../../../..
+LEVEL = ../../../..
 PROG = perl
 REQUIRES_EH_SUPPORT = 1
 CPPFLAGS += -DHAS_STRERROR -DHAS_MKDIR -DHAS_RMDIR -U_POSIX_SOURCE -D__USE_MISC


Index: llvm-test/MultiSource/Benchmarks/MallocBench/perl/arg.h
diff -u llvm-test/MultiSource/Benchmarks/MallocBench/perl/arg.h:1.1 llvm-test/MultiSource/Benchmarks/MallocBench/perl/arg.h:1.2
--- llvm-test/MultiSource/Benchmarks/MallocBench/perl/arg.h:1.1	Tue Feb 17 16:21:15 2004
+++ llvm-test/MultiSource/Benchmarks/MallocBench/perl/arg.h	Wed Sep  1 09:33:24 2004
@@ -1,4 +1,4 @@
-/* $Header: /home/vadve/shared/PublicCVS/llvm-test/MultiSource/Benchmarks/MallocBench/perl/arg.h,v 1.1 2004/02/17 22:21:15 criswell Exp $
+/* $Header: /home/vadve/shared/PublicCVS/llvm-test/MultiSource/Benchmarks/MallocBench/perl/arg.h,v 1.2 2004/09/01 14:33:24 criswell Exp $
  *
  *    Copyright (c) 1989, Larry Wall
  *
@@ -6,6 +6,9 @@
  *    as specified in the README file that comes with the perl 3.0 kit.
  *
  * $Log: arg.h,v $
+ * Revision 1.2  2004/09/01 14:33:24  criswell
+ * Migrating test suite out of the source tree.
+ *
  * Revision 1.1  2004/02/17 22:21:15  criswell
  * Initial commit of the perl Malloc Benchmark.  I've cheated a little by
  * generating the yacc output files and committing them directly, but it was


Index: llvm-test/MultiSource/Benchmarks/MallocBench/perl/array.c
diff -u llvm-test/MultiSource/Benchmarks/MallocBench/perl/array.c:1.1 llvm-test/MultiSource/Benchmarks/MallocBench/perl/array.c:1.2
--- llvm-test/MultiSource/Benchmarks/MallocBench/perl/array.c:1.1	Tue Feb 17 16:21:15 2004
+++ llvm-test/MultiSource/Benchmarks/MallocBench/perl/array.c	Wed Sep  1 09:33:24 2004
@@ -1,4 +1,4 @@
-/* $Header: /home/vadve/shared/PublicCVS/llvm-test/MultiSource/Benchmarks/MallocBench/perl/array.c,v 1.1 2004/02/17 22:21:15 criswell Exp $
+/* $Header: /home/vadve/shared/PublicCVS/llvm-test/MultiSource/Benchmarks/MallocBench/perl/array.c,v 1.2 2004/09/01 14:33:24 criswell Exp $
  *
  *    Copyright (c) 1989, Larry Wall
  *
@@ -6,6 +6,9 @@
  *    as specified in the README file that comes with the perl 3.0 kit.
  *
  * $Log: array.c,v $
+ * Revision 1.2  2004/09/01 14:33:24  criswell
+ * Migrating test suite out of the source tree.
+ *
  * Revision 1.1  2004/02/17 22:21:15  criswell
  * Initial commit of the perl Malloc Benchmark.  I've cheated a little by
  * generating the yacc output files and committing them directly, but it was


Index: llvm-test/MultiSource/Benchmarks/MallocBench/perl/array.h
diff -u llvm-test/MultiSource/Benchmarks/MallocBench/perl/array.h:1.1 llvm-test/MultiSource/Benchmarks/MallocBench/perl/array.h:1.2
--- llvm-test/MultiSource/Benchmarks/MallocBench/perl/array.h:1.1	Tue Feb 17 16:21:15 2004
+++ llvm-test/MultiSource/Benchmarks/MallocBench/perl/array.h	Wed Sep  1 09:33:24 2004
@@ -1,4 +1,4 @@
-/* $Header: /home/vadve/shared/PublicCVS/llvm-test/MultiSource/Benchmarks/MallocBench/perl/array.h,v 1.1 2004/02/17 22:21:15 criswell Exp $
+/* $Header: /home/vadve/shared/PublicCVS/llvm-test/MultiSource/Benchmarks/MallocBench/perl/array.h,v 1.2 2004/09/01 14:33:24 criswell Exp $
  *
  *    Copyright (c) 1989, Larry Wall
  *
@@ -6,6 +6,9 @@
  *    as specified in the README file that comes with the perl 3.0 kit.
  *
  * $Log: array.h,v $
+ * Revision 1.2  2004/09/01 14:33:24  criswell
+ * Migrating test suite out of the source tree.
+ *
  * Revision 1.1  2004/02/17 22:21:15  criswell
  * Initial commit of the perl Malloc Benchmark.  I've cheated a little by
  * generating the yacc output files and committing them directly, but it was


Index: llvm-test/MultiSource/Benchmarks/MallocBench/perl/cmd.h
diff -u llvm-test/MultiSource/Benchmarks/MallocBench/perl/cmd.h:1.1 llvm-test/MultiSource/Benchmarks/MallocBench/perl/cmd.h:1.2
--- llvm-test/MultiSource/Benchmarks/MallocBench/perl/cmd.h:1.1	Tue Feb 17 16:21:15 2004
+++ llvm-test/MultiSource/Benchmarks/MallocBench/perl/cmd.h	Wed Sep  1 09:33:24 2004
@@ -1,4 +1,4 @@
-/* $Header: /home/vadve/shared/PublicCVS/llvm-test/MultiSource/Benchmarks/MallocBench/perl/cmd.h,v 1.1 2004/02/17 22:21:15 criswell Exp $
+/* $Header: /home/vadve/shared/PublicCVS/llvm-test/MultiSource/Benchmarks/MallocBench/perl/cmd.h,v 1.2 2004/09/01 14:33:24 criswell Exp $
  *
  *    Copyright (c) 1989, Larry Wall
  *
@@ -6,6 +6,9 @@
  *    as specified in the README file that comes with the perl 3.0 kit.
  *
  * $Log: cmd.h,v $
+ * Revision 1.2  2004/09/01 14:33:24  criswell
+ * Migrating test suite out of the source tree.
+ *
  * Revision 1.1  2004/02/17 22:21:15  criswell
  * Initial commit of the perl Malloc Benchmark.  I've cheated a little by
  * generating the yacc output files and committing them directly, but it was


Index: llvm-test/MultiSource/Benchmarks/MallocBench/perl/cons.c
diff -u llvm-test/MultiSource/Benchmarks/MallocBench/perl/cons.c:1.1 llvm-test/MultiSource/Benchmarks/MallocBench/perl/cons.c:1.2
--- llvm-test/MultiSource/Benchmarks/MallocBench/perl/cons.c:1.1	Tue Feb 17 16:21:15 2004
+++ llvm-test/MultiSource/Benchmarks/MallocBench/perl/cons.c	Wed Sep  1 09:33:24 2004
@@ -1,4 +1,4 @@
-/* $Header: /home/vadve/shared/PublicCVS/llvm-test/MultiSource/Benchmarks/MallocBench/perl/cons.c,v 1.1 2004/02/17 22:21:15 criswell Exp $
+/* $Header: /home/vadve/shared/PublicCVS/llvm-test/MultiSource/Benchmarks/MallocBench/perl/cons.c,v 1.2 2004/09/01 14:33:24 criswell Exp $
  *
  *    Copyright (c) 1989, Larry Wall
  *
@@ -6,6 +6,9 @@
  *    as specified in the README file that comes with the perl 3.0 kit.
  *
  * $Log: cons.c,v $
+ * Revision 1.2  2004/09/01 14:33:24  criswell
+ * Migrating test suite out of the source tree.
+ *
  * Revision 1.1  2004/02/17 22:21:15  criswell
  * Initial commit of the perl Malloc Benchmark.  I've cheated a little by
  * generating the yacc output files and committing them directly, but it was


Index: llvm-test/MultiSource/Benchmarks/MallocBench/perl/dolist.c
diff -u llvm-test/MultiSource/Benchmarks/MallocBench/perl/dolist.c:1.1 llvm-test/MultiSource/Benchmarks/MallocBench/perl/dolist.c:1.2
--- llvm-test/MultiSource/Benchmarks/MallocBench/perl/dolist.c:1.1	Tue Feb 17 16:21:16 2004
+++ llvm-test/MultiSource/Benchmarks/MallocBench/perl/dolist.c	Wed Sep  1 09:33:24 2004
@@ -1,4 +1,4 @@
-/* $Header: /home/vadve/shared/PublicCVS/llvm-test/MultiSource/Benchmarks/MallocBench/perl/dolist.c,v 1.1 2004/02/17 22:21:16 criswell Exp $
+/* $Header: /home/vadve/shared/PublicCVS/llvm-test/MultiSource/Benchmarks/MallocBench/perl/dolist.c,v 1.2 2004/09/01 14:33:24 criswell Exp $
  *
  *    Copyright (c) 1989, Larry Wall
  *
@@ -6,6 +6,9 @@
  *    as specified in the README file that comes with the perl 3.0 kit.
  *
  * $Log: dolist.c,v $
+ * Revision 1.2  2004/09/01 14:33:24  criswell
+ * Migrating test suite out of the source tree.
+ *
  * Revision 1.1  2004/02/17 22:21:16  criswell
  * Initial commit of the perl Malloc Benchmark.  I've cheated a little by
  * generating the yacc output files and committing them directly, but it was


Index: llvm-test/MultiSource/Benchmarks/MallocBench/perl/dump.c
diff -u llvm-test/MultiSource/Benchmarks/MallocBench/perl/dump.c:1.1 llvm-test/MultiSource/Benchmarks/MallocBench/perl/dump.c:1.2
--- llvm-test/MultiSource/Benchmarks/MallocBench/perl/dump.c:1.1	Tue Feb 17 16:21:16 2004
+++ llvm-test/MultiSource/Benchmarks/MallocBench/perl/dump.c	Wed Sep  1 09:33:24 2004
@@ -1,4 +1,4 @@
-/* $Header: /home/vadve/shared/PublicCVS/llvm-test/MultiSource/Benchmarks/MallocBench/perl/dump.c,v 1.1 2004/02/17 22:21:16 criswell Exp $
+/* $Header: /home/vadve/shared/PublicCVS/llvm-test/MultiSource/Benchmarks/MallocBench/perl/dump.c,v 1.2 2004/09/01 14:33:24 criswell Exp $
  *
  *    Copyright (c) 1989, Larry Wall
  *
@@ -6,6 +6,9 @@
  *    as specified in the README file that comes with the perl 3.0 kit.
  *
  * $Log: dump.c,v $
+ * Revision 1.2  2004/09/01 14:33:24  criswell
+ * Migrating test suite out of the source tree.
+ *
  * Revision 1.1  2004/02/17 22:21:16  criswell
  * Initial commit of the perl Malloc Benchmark.  I've cheated a little by
  * generating the yacc output files and committing them directly, but it was


Index: llvm-test/MultiSource/Benchmarks/MallocBench/perl/form.c
diff -u llvm-test/MultiSource/Benchmarks/MallocBench/perl/form.c:1.1 llvm-test/MultiSource/Benchmarks/MallocBench/perl/form.c:1.2
--- llvm-test/MultiSource/Benchmarks/MallocBench/perl/form.c:1.1	Tue Feb 17 16:21:16 2004
+++ llvm-test/MultiSource/Benchmarks/MallocBench/perl/form.c	Wed Sep  1 09:33:24 2004
@@ -1,4 +1,4 @@
-/* $Header: /home/vadve/shared/PublicCVS/llvm-test/MultiSource/Benchmarks/MallocBench/perl/form.c,v 1.1 2004/02/17 22:21:16 criswell Exp $
+/* $Header: /home/vadve/shared/PublicCVS/llvm-test/MultiSource/Benchmarks/MallocBench/perl/form.c,v 1.2 2004/09/01 14:33:24 criswell Exp $
  *
  *    Copyright (c) 1989, Larry Wall
  *
@@ -6,6 +6,9 @@
  *    as specified in the README file that comes with the perl 3.0 kit.
  *
  * $Log: form.c,v $
+ * Revision 1.2  2004/09/01 14:33:24  criswell
+ * Migrating test suite out of the source tree.
+ *
  * Revision 1.1  2004/02/17 22:21:16  criswell
  * Initial commit of the perl Malloc Benchmark.  I've cheated a little by
  * generating the yacc output files and committing them directly, but it was


Index: llvm-test/MultiSource/Benchmarks/MallocBench/perl/form.h
diff -u llvm-test/MultiSource/Benchmarks/MallocBench/perl/form.h:1.1 llvm-test/MultiSource/Benchmarks/MallocBench/perl/form.h:1.2
--- llvm-test/MultiSource/Benchmarks/MallocBench/perl/form.h:1.1	Tue Feb 17 16:21:16 2004
+++ llvm-test/MultiSource/Benchmarks/MallocBench/perl/form.h	Wed Sep  1 09:33:24 2004
@@ -1,4 +1,4 @@
-/* $Header: /home/vadve/shared/PublicCVS/llvm-test/MultiSource/Benchmarks/MallocBench/perl/form.h,v 1.1 2004/02/17 22:21:16 criswell Exp $
+/* $Header: /home/vadve/shared/PublicCVS/llvm-test/MultiSource/Benchmarks/MallocBench/perl/form.h,v 1.2 2004/09/01 14:33:24 criswell Exp $
  *
  *    Copyright (c) 1989, Larry Wall
  *
@@ -6,6 +6,9 @@
  *    as specified in the README file that comes with the perl 3.0 kit.
  *
  * $Log: form.h,v $
+ * Revision 1.2  2004/09/01 14:33:24  criswell
+ * Migrating test suite out of the source tree.
+ *
  * Revision 1.1  2004/02/17 22:21:16  criswell
  * Initial commit of the perl Malloc Benchmark.  I've cheated a little by
  * generating the yacc output files and committing them directly, but it was


Index: llvm-test/MultiSource/Benchmarks/MallocBench/perl/handy.h
diff -u llvm-test/MultiSource/Benchmarks/MallocBench/perl/handy.h:1.2 llvm-test/MultiSource/Benchmarks/MallocBench/perl/handy.h:1.3
--- llvm-test/MultiSource/Benchmarks/MallocBench/perl/handy.h:1.2	Mon Apr  5 11:35:52 2004
+++ llvm-test/MultiSource/Benchmarks/MallocBench/perl/handy.h	Wed Sep  1 09:33:24 2004
@@ -1,4 +1,4 @@
-/* $Header: /home/vadve/shared/PublicCVS/llvm-test/MultiSource/Benchmarks/MallocBench/perl/handy.h,v 1.2 2004/04/05 16:35:52 lattner Exp $
+/* $Header: /home/vadve/shared/PublicCVS/llvm-test/MultiSource/Benchmarks/MallocBench/perl/handy.h,v 1.3 2004/09/01 14:33:24 criswell Exp $
  *
  *    Copyright (c) 1989, Larry Wall
  *
@@ -6,6 +6,9 @@
  *    as specified in the README file that comes with the perl 3.0 kit.
  *
  * $Log: handy.h,v $
+ * Revision 1.3  2004/09/01 14:33:24  criswell
+ * Migrating test suite out of the source tree.
+ *
  * Revision 1.2  2004/04/05 16:35:52  lattner
  * Finally, fix the last perl bug that prevented it from working with LLVM:
  *   No, memcpy is NOT allowed when the src & dest overlap!


Index: llvm-test/MultiSource/Benchmarks/MallocBench/perl/hash.c
diff -u llvm-test/MultiSource/Benchmarks/MallocBench/perl/hash.c:1.1 llvm-test/MultiSource/Benchmarks/MallocBench/perl/hash.c:1.2
--- llvm-test/MultiSource/Benchmarks/MallocBench/perl/hash.c:1.1	Tue Feb 17 16:21:16 2004
+++ llvm-test/MultiSource/Benchmarks/MallocBench/perl/hash.c	Wed Sep  1 09:33:24 2004
@@ -1,4 +1,4 @@
-/* $Header: /home/vadve/shared/PublicCVS/llvm-test/MultiSource/Benchmarks/MallocBench/perl/hash.c,v 1.1 2004/02/17 22:21:16 criswell Exp $
+/* $Header: /home/vadve/shared/PublicCVS/llvm-test/MultiSource/Benchmarks/MallocBench/perl/hash.c,v 1.2 2004/09/01 14:33:24 criswell Exp $
  *
  *    Copyright (c) 1989, Larry Wall
  *
@@ -6,6 +6,9 @@
  *    as specified in the README file that comes with the perl 3.0 kit.
  *
  * $Log: hash.c,v $
+ * Revision 1.2  2004/09/01 14:33:24  criswell
+ * Migrating test suite out of the source tree.
+ *
  * Revision 1.1  2004/02/17 22:21:16  criswell
  * Initial commit of the perl Malloc Benchmark.  I've cheated a little by
  * generating the yacc output files and committing them directly, but it was


Index: llvm-test/MultiSource/Benchmarks/MallocBench/perl/hash.h
diff -u llvm-test/MultiSource/Benchmarks/MallocBench/perl/hash.h:1.1 llvm-test/MultiSource/Benchmarks/MallocBench/perl/hash.h:1.2
--- llvm-test/MultiSource/Benchmarks/MallocBench/perl/hash.h:1.1	Tue Feb 17 16:21:16 2004
+++ llvm-test/MultiSource/Benchmarks/MallocBench/perl/hash.h	Wed Sep  1 09:33:24 2004
@@ -1,4 +1,4 @@
-/* $Header: /home/vadve/shared/PublicCVS/llvm-test/MultiSource/Benchmarks/MallocBench/perl/hash.h,v 1.1 2004/02/17 22:21:16 criswell Exp $
+/* $Header: /home/vadve/shared/PublicCVS/llvm-test/MultiSource/Benchmarks/MallocBench/perl/hash.h,v 1.2 2004/09/01 14:33:24 criswell Exp $
  *
  *    Copyright (c) 1989, Larry Wall
  *
@@ -6,6 +6,9 @@
  *    as specified in the README file that comes with the perl 3.0 kit.
  *
  * $Log: hash.h,v $
+ * Revision 1.2  2004/09/01 14:33:24  criswell
+ * Migrating test suite out of the source tree.
+ *
  * Revision 1.1  2004/02/17 22:21:16  criswell
  * Initial commit of the perl Malloc Benchmark.  I've cheated a little by
  * generating the yacc output files and committing them directly, but it was


Index: llvm-test/MultiSource/Benchmarks/MallocBench/perl/regcomp.h
diff -u llvm-test/MultiSource/Benchmarks/MallocBench/perl/regcomp.h:1.1 llvm-test/MultiSource/Benchmarks/MallocBench/perl/regcomp.h:1.2
--- llvm-test/MultiSource/Benchmarks/MallocBench/perl/regcomp.h:1.1	Tue Feb 17 16:21:16 2004
+++ llvm-test/MultiSource/Benchmarks/MallocBench/perl/regcomp.h	Wed Sep  1 09:33:24 2004
@@ -1,6 +1,9 @@
-/* $Header: /home/vadve/shared/PublicCVS/llvm-test/MultiSource/Benchmarks/MallocBench/perl/regcomp.h,v 1.1 2004/02/17 22:21:16 criswell Exp $
+/* $Header: /home/vadve/shared/PublicCVS/llvm-test/MultiSource/Benchmarks/MallocBench/perl/regcomp.h,v 1.2 2004/09/01 14:33:24 criswell Exp $
  *
  * $Log: regcomp.h,v $
+ * Revision 1.2  2004/09/01 14:33:24  criswell
+ * Migrating test suite out of the source tree.
+ *
  * Revision 1.1  2004/02/17 22:21:16  criswell
  * Initial commit of the perl Malloc Benchmark.  I've cheated a little by
  * generating the yacc output files and committing them directly, but it was


Index: llvm-test/MultiSource/Benchmarks/MallocBench/perl/regexp.h
diff -u llvm-test/MultiSource/Benchmarks/MallocBench/perl/regexp.h:1.1 llvm-test/MultiSource/Benchmarks/MallocBench/perl/regexp.h:1.2
--- llvm-test/MultiSource/Benchmarks/MallocBench/perl/regexp.h:1.1	Tue Feb 17 16:21:16 2004
+++ llvm-test/MultiSource/Benchmarks/MallocBench/perl/regexp.h	Wed Sep  1 09:33:24 2004
@@ -5,9 +5,12 @@
  * not the System V one.
  */
 
-/* $Header: /home/vadve/shared/PublicCVS/llvm-test/MultiSource/Benchmarks/MallocBench/perl/regexp.h,v 1.1 2004/02/17 22:21:16 criswell Exp $
+/* $Header: /home/vadve/shared/PublicCVS/llvm-test/MultiSource/Benchmarks/MallocBench/perl/regexp.h,v 1.2 2004/09/01 14:33:24 criswell Exp $
  *
  * $Log: regexp.h,v $
+ * Revision 1.2  2004/09/01 14:33:24  criswell
+ * Migrating test suite out of the source tree.
+ *
  * Revision 1.1  2004/02/17 22:21:16  criswell
  * Initial commit of the perl Malloc Benchmark.  I've cheated a little by
  * generating the yacc output files and committing them directly, but it was


Index: llvm-test/MultiSource/Benchmarks/MallocBench/perl/spat.h
diff -u llvm-test/MultiSource/Benchmarks/MallocBench/perl/spat.h:1.1 llvm-test/MultiSource/Benchmarks/MallocBench/perl/spat.h:1.2
--- llvm-test/MultiSource/Benchmarks/MallocBench/perl/spat.h:1.1	Tue Feb 17 16:21:16 2004
+++ llvm-test/MultiSource/Benchmarks/MallocBench/perl/spat.h	Wed Sep  1 09:33:24 2004
@@ -1,4 +1,4 @@
-/* $Header: /home/vadve/shared/PublicCVS/llvm-test/MultiSource/Benchmarks/MallocBench/perl/spat.h,v 1.1 2004/02/17 22:21:16 criswell Exp $
+/* $Header: /home/vadve/shared/PublicCVS/llvm-test/MultiSource/Benchmarks/MallocBench/perl/spat.h,v 1.2 2004/09/01 14:33:24 criswell Exp $
  *
  *    Copyright (c) 1989, Larry Wall
  *
@@ -6,6 +6,9 @@
  *    as specified in the README file that comes with the perl 3.0 kit.
  *
  * $Log: spat.h,v $
+ * Revision 1.2  2004/09/01 14:33:24  criswell
+ * Migrating test suite out of the source tree.
+ *
  * Revision 1.1  2004/02/17 22:21:16  criswell
  * Initial commit of the perl Malloc Benchmark.  I've cheated a little by
  * generating the yacc output files and committing them directly, but it was


Index: llvm-test/MultiSource/Benchmarks/MallocBench/perl/stab.h
diff -u llvm-test/MultiSource/Benchmarks/MallocBench/perl/stab.h:1.1 llvm-test/MultiSource/Benchmarks/MallocBench/perl/stab.h:1.2
--- llvm-test/MultiSource/Benchmarks/MallocBench/perl/stab.h:1.1	Tue Feb 17 16:21:16 2004
+++ llvm-test/MultiSource/Benchmarks/MallocBench/perl/stab.h	Wed Sep  1 09:33:24 2004
@@ -1,4 +1,4 @@
-/* $Header: /home/vadve/shared/PublicCVS/llvm-test/MultiSource/Benchmarks/MallocBench/perl/stab.h,v 1.1 2004/02/17 22:21:16 criswell Exp $
+/* $Header: /home/vadve/shared/PublicCVS/llvm-test/MultiSource/Benchmarks/MallocBench/perl/stab.h,v 1.2 2004/09/01 14:33:24 criswell Exp $
  *
  *    Copyright (c) 1989, Larry Wall
  *
@@ -6,6 +6,9 @@
  *    as specified in the README file that comes with the perl 3.0 kit.
  *
  * $Log: stab.h,v $
+ * Revision 1.2  2004/09/01 14:33:24  criswell
+ * Migrating test suite out of the source tree.
+ *
  * Revision 1.1  2004/02/17 22:21:16  criswell
  * Initial commit of the perl Malloc Benchmark.  I've cheated a little by
  * generating the yacc output files and committing them directly, but it was


Index: llvm-test/MultiSource/Benchmarks/MallocBench/perl/usersub.c
diff -u llvm-test/MultiSource/Benchmarks/MallocBench/perl/usersub.c:1.1 llvm-test/MultiSource/Benchmarks/MallocBench/perl/usersub.c:1.2
--- llvm-test/MultiSource/Benchmarks/MallocBench/perl/usersub.c:1.1	Tue Feb 17 16:21:17 2004
+++ llvm-test/MultiSource/Benchmarks/MallocBench/perl/usersub.c	Wed Sep  1 09:33:24 2004
@@ -1,10 +1,13 @@
-/* $Header: /home/vadve/shared/PublicCVS/llvm-test/MultiSource/Benchmarks/MallocBench/perl/usersub.c,v 1.1 2004/02/17 22:21:17 criswell Exp $
+/* $Header: /home/vadve/shared/PublicCVS/llvm-test/MultiSource/Benchmarks/MallocBench/perl/usersub.c,v 1.2 2004/09/01 14:33:24 criswell Exp $
  *
  *  This file contains stubs for routines that the user may define to
  *  set up glue routines for C libraries or to decrypt encrypted scripts
  *  for execution.
  *
  * $Log: usersub.c,v $
+ * Revision 1.2  2004/09/01 14:33:24  criswell
+ * Migrating test suite out of the source tree.
+ *
  * Revision 1.1  2004/02/17 22:21:17  criswell
  * Initial commit of the perl Malloc Benchmark.  I've cheated a little by
  * generating the yacc output files and committing them directly, but it was


Index: llvm-test/MultiSource/Benchmarks/MallocBench/perl/util.h
diff -u llvm-test/MultiSource/Benchmarks/MallocBench/perl/util.h:1.3 llvm-test/MultiSource/Benchmarks/MallocBench/perl/util.h:1.4
--- llvm-test/MultiSource/Benchmarks/MallocBench/perl/util.h:1.3	Thu Jul 22 11:31:17 2004
+++ llvm-test/MultiSource/Benchmarks/MallocBench/perl/util.h	Wed Sep  1 09:33:24 2004
@@ -1,4 +1,4 @@
-/* $Header: /home/vadve/shared/PublicCVS/llvm-test/MultiSource/Benchmarks/MallocBench/perl/util.h,v 1.3 2004/07/22 16:31:17 lattner Exp $
+/* $Header: /home/vadve/shared/PublicCVS/llvm-test/MultiSource/Benchmarks/MallocBench/perl/util.h,v 1.4 2004/09/01 14:33:24 criswell Exp $
  *
  *    Copyright (c) 1989, Larry Wall
  *






More information about the llvm-commits mailing list