[llvm-commits] CVS: reopt/test/run-tests

Brian Gaeke gaeke at cs.uiuc.edu
Tue Aug 3 22:28:15 PDT 2004



Changes in directory reopt/test:

run-tests updated: 1.16 -> 1.17
---
Log message:

Add my hacked version of mst to the list, as well as all the other spec2000
benchmarks that currently work on sparc (llc+jit).


---
Diffs of the changes:  (+7 -0)

Index: reopt/test/run-tests
diff -u reopt/test/run-tests:1.16 reopt/test/run-tests:1.17
--- reopt/test/run-tests:1.16	Tue Jul 27 13:47:23 2004
+++ reopt/test/run-tests	Wed Aug  4 00:28:05 2004
@@ -73,11 +73,18 @@
   power) SUBDIR=MultiSource/Benchmarks/Olden/power ;;
   tsp) SUBDIR=MultiSource/Benchmarks/Olden/tsp ;;
 
+  hackedmst) SUBDIR=SingleSource/Reoptimizer/Mst ;;
+
   mcf) SUBDIR=External/SPEC/CINT2000/181.mcf; spectest=1 ;;
   art) SUBDIR=External/SPEC/CFP2000/179.art; spectest=1;;
   equake) SUBDIR=External/SPEC/CFP2000/183.equake; spectest=1 ;;
   gzip) SUBDIR=External/SPEC/CINT2000/164.gzip; spectest=1 ;;
   bzip2) SUBDIR=External/SPEC/CINT2000/256.bzip2; spectest=1 ;;
+  crafty) SUBDIR=External/SPEC/CINT2000/186.crafty; spectest=1 ;;
+  parser) SUBDIR=External/SPEC/CINT2000/197.parser; spectest=1 ;;
+  vortex) SUBDIR=External/SPEC/CINT2000/255.vortex; spectest=1 ;;
+  twolf) SUBDIR=External/SPEC/CINT2000/300.twolf; spectest=1 ;;
+  ammp) SUBDIR=External/SPEC/CFP2000/188.ammp; spectest=1 ;;
 
   *) ucname=`echo $benchmk | perl -pe '$_ = ucfirst lc $_;'`
      SUBDIR=$EXTRATESTSUBDIR/$ucname






More information about the llvm-commits mailing list