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

Brian Gaeke gaeke at cs.uiuc.edu
Tue Jul 6 13:17:02 PDT 2004


Changes in directory reopt/test:

run-tests updated: 1.9 -> 1.10

---
Log message:

Add stanford benchmarks.


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

Index: reopt/test/run-tests
diff -u reopt/test/run-tests:1.9 reopt/test/run-tests:1.10
--- reopt/test/run-tests:1.9	Fri Jun 25 23:56:15 2004
+++ reopt/test/run-tests	Tue Jul  6 13:15:41 2004
@@ -43,6 +43,7 @@
   siod) SUBDIR=MultiSource/Applications/siod ;;
 
   shootout) SUBDIR=SingleSource/Benchmarks/Shootout ;;
+  stanford) SUBDIR=SingleSource/Benchmarks/Stanford ;;
   olden) SUBDIR=MultiSource/Benchmarks/Olden ;;
 
   ary3) SUBDIR=SingleSource/Reoptimizer/Ary3 ;;
@@ -52,6 +53,8 @@
   mynestedloop) SUBDIR=SingleSource/Reoptimizer/MyNestedLoop ;;
   fib2) SUBDIR=SingleSource/Reoptimizer/Fib2 ;;
   hash) SUBDIR=SingleSource/Reoptimizer/Hash ;;
+  towers) SUBDIR=SingleSource/Reoptimizer/Towers ;;
+  treesort) SUBDIR=SingleSource/Reoptimizer/Treesort ;;
 
   mcf) SUBDIR=External/SPEC/CINT2000/181.mcf; spectest=1 ;;
   art) SUBDIR=External/SPEC/CFP2000/179.art; spectest=1;;





More information about the llvm-commits mailing list