[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/Makefile

2007-01-04 Thread Evan Cheng
Changes in directory llvm-test/External/SPEC/CFP2006: Makefile updated: 1.3 -> 1.4 --- Log message: Filter out Fortran tests if fortran compiler isn't available. --- Diffs of the changes: (+22 -5) Makefile | 27 ++- 1 files changed, 22 insertions(+), 5 deletions(-)

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/459.GemsFDTD/Makefile

2006-10-06 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CFP2006/459.GemsFDTD: Makefile updated: 1.2 -> 1.3 --- Log message: Added dependencies so that things build properly --- Diffs of the changes: (+15 -0) Makefile | 15 +++ 1 files changed, 15 insertions(+) Index: llvm-test/Externa

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/454.calculix/Makefile

2006-10-06 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CFP2006/454.calculix: Makefile updated: 1.4 -> 1.5 --- Log message: Another fix for the caluculix test. It was getting header files from the wrong place. Blast! --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/454.calculix/Makefile

2006-09-27 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CFP2006/454.calculix: Makefile updated: 1.3 -> 1.4 --- Log message: Was outputing the wrong filename. Needed to have the correct recipe for some of the files. --- Diffs of the changes: (+11 -3) Makefile | 14 +++--- 1 files changed, 11

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/436.cactusADM/Makefile

2006-09-22 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CFP2006/436.cactusADM: Makefile updated: 1.3 -> 1.4 --- Log message: Needed to increase the "continuation" limit to something that's reflected in the programs. --- Diffs of the changes: (+2 -0) Makefile |2 ++ 1 files changed, 2 insertions(+

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/410.bwaves/Makefile

2006-09-21 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CFP2006/410.bwaves: Makefile updated: 1.2 -> 1.3 --- Log message: For some reason, I'd modified this to pick up the Makefile.FORTRAN at "LEVEL" instead of "PROJ_SRC_ROOT". --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/410.bwaves/Makefile

2006-09-21 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CFP2006/410.bwaves: Makefile updated: 1.1 -> 1.2 --- Log message: Needed the stdin/stdout filenames. --- Diffs of the changes: (+5 -1) Makefile |6 +- 1 files changed, 5 insertions(+), 1 deletion(-) Index: llvm-test/External/SPEC/CFP20

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/447.dealII/Makefile

2006-09-13 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CFP2006/447.dealII: Makefile updated: 1.2 -> 1.3 --- Log message: Errant ';' removed --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm-test/External/SPEC/CFP2006/447.dealII/Makefil

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/453.povray/Makefile

2006-09-12 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CFP2006/453.povray: Makefile updated: 1.2 -> 1.3 --- Log message: dealII: Needed -D flag specified. povray: Output filename changed. --- Diffs of the changes: (+2 -2) Makefile |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/447.dealII/Makefile

2006-09-12 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CFP2006/447.dealII: Makefile updated: 1.1 -> 1.2 --- Log message: dealII: Needed -D flag specified. povray: Output filename changed. --- Diffs of the changes: (+5 -2) Makefile |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-) In

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/436.cactusADM/Makefile

2006-09-07 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CFP2006/436.cactusADM: Makefile updated: 1.2 -> 1.3 --- Log message: Added support for SPEC benchmarks with mutiple directories. Stolen from the POVRay way of doing things. --- Diffs of the changes: (+124 -17) Makefile | 141 +++

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/Makefile

2006-09-07 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CFP2006: Makefile updated: 1.2 -> 1.3 --- Log message: Added support for SPEC benchmarks with mutiple directories. Stolen from the POVRay way of doing things. --- Diffs of the changes: (+15 -15) Makefile | 30 +++--- 1

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/481.wrf/Makefile

2006-09-07 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CFP2006/481.wrf: Makefile updated: 1.2 -> 1.3 --- Log message: Added support for SPEC benchmarks with mutiple directories. Stolen from the POVRay way of doing things. --- Diffs of the changes: (+36 -5) Makefile | 41 +++

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/454.calculix/Makefile

2006-09-07 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CFP2006/454.calculix: Makefile updated: 1.2 -> 1.3 --- Log message: Added support for SPEC benchmarks with mutiple directories. Stolen from the POVRay way of doing things. --- Diffs of the changes: (+248 -35) Makefile | 283

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/481.wrf/Makefile

2006-09-06 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CFP2006/481.wrf: Makefile updated: 1.1 -> 1.2 --- Log message: Modified Makefiles to handle multiple directories. --- Diffs of the changes: (+56 -7) Makefile | 63 --- 1 files changed

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/482.sphinx3/Makefile

2006-09-06 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CFP2006/482.sphinx3: Makefile updated: 1.1 -> 1.2 --- Log message: Modified Makefiles to handle multiple directories. --- Diffs of the changes: (+2 -2) Makefile |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm-test/Ext

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/453.povray/Makefile

2006-09-06 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CFP2006/453.povray: Makefile updated: 1.1 -> 1.2 --- Log message: Modified Makefiles to handle multiple directories. --- Diffs of the changes: (+4 -2) Makefile |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) Index: llvm-test/Ex

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/459.GemsFDTD/Makefile

2006-09-06 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CFP2006/459.GemsFDTD: Makefile updated: 1.1 -> 1.2 --- Log message: Modified Makefiles to handle multiple directories. --- Diffs of the changes: (+2 -4) Makefile |6 ++ 1 files changed, 2 insertions(+), 4 deletions(-) Index: llvm-test/

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/436.cactusADM/Makefile

2006-09-06 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CFP2006/436.cactusADM: Makefile updated: 1.1 -> 1.2 --- Log message: Modified Makefiles to handle multiple directories. --- Diffs of the changes: (+103 -2) Makefile | 105 +-- 1 files

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/454.calculix/Makefile

2006-09-06 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CFP2006/454.calculix: Makefile updated: 1.1 -> 1.2 --- Log message: Modified Makefiles to handle multiple directories. --- Diffs of the changes: (+129 -2) Makefile | 131 ++- 1 files c

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/450.soplex/Makefile

2006-09-06 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CFP2006/450.soplex: Makefile updated: 1.1 -> 1.2 --- Log message: Modified Makefiles to handle multiple directories. --- Diffs of the changes: (+4 -3) Makefile |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) Index: llvm-test/E

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/Makefile

2006-09-06 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CFP2006: Makefile updated: 1.1 -> 1.2 --- Log message: Modified Makefiles to handle multiple directories. --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm-test/External/SPEC/CFP20

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/444.namd/Makefile

2006-09-06 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CFP2006/444.namd: Makefile updated: 1.1 -> 1.2 --- Log message: Modified Makefiles to handle multiple directories. --- Diffs of the changes: (+2 -7) Makefile |9 ++--- 1 files changed, 2 insertions(+), 7 deletions(-) Index: llvm-test/E

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/470.lbm/Makefile

2006-09-06 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CFP2006/470.lbm: Makefile updated: 1.1 -> 1.2 --- Log message: Modified Makefiles to handle multiple directories. --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm-test/External/SP

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/465.tonto/Makefile

2006-09-06 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CFP2006/465.tonto: Makefile updated: 1.1 -> 1.2 --- Log message: Modified Makefiles to handle multiple directories. --- Diffs of the changes: (+2 -2) Makefile |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm-test/Exter

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/453.povray/Makefile

2006-09-01 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CFP2006/453.povray: Makefile added (r1.1) --- Log message: Initial commit for the SPEC2006 floating point Makefiles. --- Diffs of the changes: (+22 -0) Makefile | 22 ++ 1 files changed, 22 insertions(+) Index: llvm-test/

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/436.cactusADM/Makefile

2006-09-01 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CFP2006/436.cactusADM: Makefile added (r1.1) --- Log message: Initial commit for the SPEC2006 floating point Makefiles. --- Diffs of the changes: (+14 -0) Makefile | 14 ++ 1 files changed, 14 insertions(+) Index: llvm-test/Exter

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/450.soplex/Makefile

2006-09-01 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CFP2006/450.soplex: Makefile added (r1.1) --- Log message: Initial commit for the SPEC2006 floating point Makefiles. --- Diffs of the changes: (+25 -0) Makefile | 25 + 1 files changed, 25 insertions(+) Index: llvm-te

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/459.GemsFDTD/Makefile

2006-09-01 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CFP2006/459.GemsFDTD: Makefile added (r1.1) --- Log message: Initial commit for the SPEC2006 floating point Makefiles. --- Diffs of the changes: (+21 -0) Makefile | 21 + 1 files changed, 21 insertions(+) Index: llvm-test

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/437.leslie3d/Makefile

2006-09-01 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CFP2006/437.leslie3d: Makefile added (r1.1) --- Log message: Initial commit for the SPEC2006 floating point Makefiles. --- Diffs of the changes: (+13 -0) Makefile | 13 + 1 files changed, 13 insertions(+) Index: llvm-test/Externa

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/470.lbm/Makefile

2006-09-01 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CFP2006/470.lbm: Makefile added (r1.1) --- Log message: Initial commit for the SPEC2006 floating point Makefiles. --- Diffs of the changes: (+14 -0) Makefile | 14 ++ 1 files changed, 14 insertions(+) Index: llvm-test/External/SP

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/Makefile

2006-09-01 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CFP2006: Makefile added (r1.1) --- Log message: Initial commit for the SPEC2006 floating point Makefiles. --- Diffs of the changes: (+34 -0) Makefile | 34 ++ 1 files changed, 34 insertions(+) Index: llvm-test

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/454.calculix/Makefile

2006-09-01 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CFP2006/454.calculix: Makefile added (r1.1) --- Log message: Initial commit for the SPEC2006 floating point Makefiles. --- Diffs of the changes: (+23 -0) Makefile | 23 +++ 1 files changed, 23 insertions(+) Index: llvm-te

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/444.namd/Makefile

2006-09-01 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CFP2006/444.namd: Makefile added (r1.1) --- Log message: Initial commit for the SPEC2006 floating point Makefiles. --- Diffs of the changes: (+22 -0) Makefile | 22 ++ 1 files changed, 22 insertions(+) Index: llvm-test/Ex

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/481.wrf/Makefile

2006-09-01 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CFP2006/481.wrf: Makefile added (r1.1) --- Log message: Initial commit for the SPEC2006 floating point Makefiles. --- Diffs of the changes: (+24 -0) Makefile | 24 1 files changed, 24 insertions(+) Index: llvm-test/E

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/416.gamess/Makefile

2006-09-01 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CFP2006/416.gamess: Makefile added (r1.1) --- Log message: Initial commit for the SPEC2006 floating point Makefiles. --- Diffs of the changes: (+24 -0) Makefile | 24 1 files changed, 24 insertions(+) Index: llvm-tes

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/465.tonto/Makefile

2006-09-01 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CFP2006/465.tonto: Makefile added (r1.1) --- Log message: Initial commit for the SPEC2006 floating point Makefiles. --- Diffs of the changes: (+23 -0) Makefile | 23 +++ 1 files changed, 23 insertions(+) Index: llvm-test/

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/482.sphinx3/Makefile

2006-09-01 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CFP2006/482.sphinx3: Makefile added (r1.1) --- Log message: Initial commit for the SPEC2006 floating point Makefiles. --- Diffs of the changes: (+24 -0) Makefile | 24 1 files changed, 24 insertions(+) Index: llvm-te

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/410.bwaves/Makefile

2006-09-01 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CFP2006/410.bwaves: Makefile added (r1.1) --- Log message: Initial commit for the SPEC2006 floating point Makefiles. --- Diffs of the changes: (+13 -0) Makefile | 13 + 1 files changed, 13 insertions(+) Index: llvm-test/External/

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/447.dealII/Makefile

2006-09-01 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CFP2006/447.dealII: Makefile added (r1.1) --- Log message: Initial commit for the SPEC2006 floating point Makefiles. --- Diffs of the changes: (+24 -0) Makefile | 24 1 files changed, 24 insertions(+) Index: llvm-tes

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/434.zeusmp/Makefile

2006-09-01 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CFP2006/434.zeusmp: Makefile added (r1.1) --- Log message: Initial commit for the SPEC2006 floating point Makefiles. --- Diffs of the changes: (+15 -0) Makefile | 15 +++ 1 files changed, 15 insertions(+) Index: llvm-test/Externa

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/433.milc/Makefile

2006-09-01 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CFP2006/433.milc: Makefile added (r1.1) --- Log message: Initial commit for the SPEC2006 floating point Makefiles. --- Diffs of the changes: (+17 -0) Makefile | 17 + 1 files changed, 17 insertions(+) Index: llvm-test/Externa

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/435.gromacs/Makefile

2006-09-01 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CFP2006/435.gromacs: Makefile added (r1.1) --- Log message: Initial commit for the SPEC2006 floating point Makefiles. --- Diffs of the changes: (+18 -0) Makefile | 18 ++ 1 files changed, 18 insertions(+) Index: llvm-test/Ext

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/416.gamess/

2006-08-30 Thread LLVM
Changes in directory llvm-test/External/SPEC/CFP2006/416.gamess: --- Log message: Directory /var/cvs/llvm/llvm-test/External/SPEC/CFP2006/416.gamess added to the repository --- Diffs of the changes: (+0 -0) 0 files changed ___ llvm-commits ma

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/436.cactusADM/

2006-08-30 Thread LLVM
Changes in directory llvm-test/External/SPEC/CFP2006/436.cactusADM: --- Log message: Directory /var/cvs/llvm/llvm-test/External/SPEC/CFP2006/436.cactusADM added to the repository --- Diffs of the changes: (+0 -0) 0 files changed ___ llvm-comm

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/437.leslie3d/

2006-08-30 Thread LLVM
Changes in directory llvm-test/External/SPEC/CFP2006/437.leslie3d: --- Log message: Directory /var/cvs/llvm/llvm-test/External/SPEC/CFP2006/437.leslie3d added to the repository --- Diffs of the changes: (+0 -0) 0 files changed ___ llvm-commit

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/470.lbm/

2006-08-30 Thread LLVM
Changes in directory llvm-test/External/SPEC/CFP2006/470.lbm: --- Log message: Directory /var/cvs/llvm/llvm-test/External/SPEC/CFP2006/470.lbm added to the repository --- Diffs of the changes: (+0 -0) 0 files changed ___ llvm-commits mailing

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/447.dealII/

2006-08-30 Thread LLVM
Changes in directory llvm-test/External/SPEC/CFP2006/447.dealII: --- Log message: Directory /var/cvs/llvm/llvm-test/External/SPEC/CFP2006/447.dealII added to the repository --- Diffs of the changes: (+0 -0) 0 files changed ___ llvm-commits ma

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/454.calculix/

2006-08-30 Thread LLVM
Changes in directory llvm-test/External/SPEC/CFP2006/454.calculix: --- Log message: Directory /var/cvs/llvm/llvm-test/External/SPEC/CFP2006/454.calculix added to the repository --- Diffs of the changes: (+0 -0) 0 files changed ___ llvm-commit

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/410.bwaves/

2006-08-30 Thread LLVM
Changes in directory llvm-test/External/SPEC/CFP2006/410.bwaves: --- Log message: Directory /var/cvs/llvm/llvm-test/External/SPEC/CFP2006/410.bwaves added to the repository --- Diffs of the changes: (+0 -0) 0 files changed ___ llvm-commits ma

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/481.wrf/

2006-08-30 Thread LLVM
Changes in directory llvm-test/External/SPEC/CFP2006/481.wrf: --- Log message: Directory /var/cvs/llvm/llvm-test/External/SPEC/CFP2006/481.wrf added to the repository --- Diffs of the changes: (+0 -0) 0 files changed ___ llvm-commits mailing

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/434.zeusmp/

2006-08-30 Thread LLVM
Changes in directory llvm-test/External/SPEC/CFP2006/434.zeusmp: --- Log message: Directory /var/cvs/llvm/llvm-test/External/SPEC/CFP2006/434.zeusmp added to the repository --- Diffs of the changes: (+0 -0) 0 files changed ___ llvm-commits ma

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/459.GemsFDTD/

2006-08-30 Thread LLVM
Changes in directory llvm-test/External/SPEC/CFP2006/459.GemsFDTD: --- Log message: Directory /var/cvs/llvm/llvm-test/External/SPEC/CFP2006/459.GemsFDTD added to the repository --- Diffs of the changes: (+0 -0) 0 files changed ___ llvm-commit

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/482.sphinx3/

2006-08-30 Thread LLVM
Changes in directory llvm-test/External/SPEC/CFP2006/482.sphinx3: --- Log message: Directory /var/cvs/llvm/llvm-test/External/SPEC/CFP2006/482.sphinx3 added to the repository --- Diffs of the changes: (+0 -0) 0 files changed ___ llvm-commits

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/465.tonto/

2006-08-30 Thread LLVM
Changes in directory llvm-test/External/SPEC/CFP2006/465.tonto: --- Log message: Directory /var/cvs/llvm/llvm-test/External/SPEC/CFP2006/465.tonto added to the repository --- Diffs of the changes: (+0 -0) 0 files changed ___ llvm-commits mail

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/453.povray/

2006-08-30 Thread LLVM
Changes in directory llvm-test/External/SPEC/CFP2006/453.povray: --- Log message: Directory /var/cvs/llvm/llvm-test/External/SPEC/CFP2006/453.povray added to the repository --- Diffs of the changes: (+0 -0) 0 files changed ___ llvm-commits ma

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/435.gromacs/

2006-08-30 Thread LLVM
Changes in directory llvm-test/External/SPEC/CFP2006/435.gromacs: --- Log message: Directory /var/cvs/llvm/llvm-test/External/SPEC/CFP2006/435.gromacs added to the repository --- Diffs of the changes: (+0 -0) 0 files changed ___ llvm-commits

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/450.soplex/

2006-08-30 Thread LLVM
Changes in directory llvm-test/External/SPEC/CFP2006/450.soplex: --- Log message: Directory /var/cvs/llvm/llvm-test/External/SPEC/CFP2006/450.soplex added to the repository --- Diffs of the changes: (+0 -0) 0 files changed ___ llvm-commits ma

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/444.namd/

2006-08-30 Thread LLVM
Changes in directory llvm-test/External/SPEC/CFP2006/444.namd: --- Log message: Directory /var/cvs/llvm/llvm-test/External/SPEC/CFP2006/444.namd added to the repository --- Diffs of the changes: (+0 -0) 0 files changed ___ llvm-commits mailin

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/433.milc/

2006-08-30 Thread LLVM
Changes in directory llvm-test/External/SPEC/CFP2006/433.milc: --- Log message: Directory /var/cvs/llvm/llvm-test/External/SPEC/CFP2006/433.milc added to the repository --- Diffs of the changes: (+0 -0) 0 files changed ___ llvm-commits mailin

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/

2006-08-30 Thread LLVM
Changes in directory llvm-test/External/SPEC/CFP2006: --- Log message: Directory /var/cvs/llvm/llvm-test/External/SPEC/CFP2006 added to the repository --- Diffs of the changes: (+0 -0) 0 files changed ___ llvm-commits mailing list llvm-commits