[llvm-commits] CVS: poolalloc/test/Makefile

John Criswell criswell at cs.uiuc.edu
Tue Nov 9 11:42:26 PST 2004



Changes in directory poolalloc/test:

Makefile updated: 1.25 -> 1.26

---
Log message:

Remove SPEC benchmarks that Chris no longer wants to use for the current
paper.


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

Index: poolalloc/test/Makefile
diff -u poolalloc/test/Makefile:1.25 poolalloc/test/Makefile:1.26
--- poolalloc/test/Makefile:1.25	Mon Nov  8 21:33:49 2004
+++ poolalloc/test/Makefile	Tue Nov  9 13:42:15 2004
@@ -26,7 +26,13 @@
    External/Povray \
    External/FPGrowth \
    External/Namd \
-   External/SPEC/CINT2000
+   External/SPEC/CINT2000/164.gzip \
+   External/SPEC/CINT2000/175.vpr \
+   External/SPEC/CINT2000/176.gcc \
+   External/SPEC/CINT2000/252.eon \
+   External/SPEC/CINT2000/253.perlbmk \
+   External/SPEC/CINT2000/254.gap \
+   External/SPEC/CINT2000/300.twolf
 
 NORMAL_PROBLEM_SIZE_DIRS := \
    $(addprefix $(LLVM_OBJ_ROOT)/projects/llvm-test/,$(NORMAL_PROBLEM_SIZE_DIRS))





More information about the llvm-commits mailing list