[llvm-commits] CVS: llvm/test/Programs/External/SPEC/Makefile.spec
Chris Lattner
lattner at cs.uiuc.edu
Thu Jul 22 23:47:49 PDT 2004
Changes in directory llvm/test/Programs/External/SPEC:
Makefile.spec updated: 1.32 -> 1.33
---
Log message:
Switch linscan column to iterative scan now that linscan is the default
---
Diffs of the changes: (+3 -3)
Index: llvm/test/Programs/External/SPEC/Makefile.spec
diff -u llvm/test/Programs/External/SPEC/Makefile.spec:1.32 llvm/test/Programs/External/SPEC/Makefile.spec:1.33
--- llvm/test/Programs/External/SPEC/Makefile.spec:1.32 Thu Jul 8 11:19:42 2004
+++ llvm/test/Programs/External/SPEC/Makefile.spec Fri Jul 23 01:47:38 2004
@@ -84,7 +84,7 @@
Output/%.out-jit-ls: Output/%.llvm.bc $(LLI)
$(SPEC_SANDBOX) jit-ls-$(RUN_TYPE) $@ $(REF_IN_DIR) \
$(RUNSAFELY) $(STDIN_FILENAME) $(STDOUT_FILENAME) \
- $(LLI) -regalloc=linearscan $(JIT_OPTS) ../../$< $(RUN_OPTIONS)
+ $(LLI) -regalloc=iterativescan $(JIT_OPTS) ../../$< $(RUN_OPTIONS)
-(cd Output/jit-ls-$(RUN_TYPE); cat $(LOCAL_OUTPUTS)) > $@
-cp Output/jit-ls-$(RUN_TYPE)/$(STDOUT_FILENAME).time $@.time
@@ -161,7 +161,7 @@
Output/%.bugpoint-llc-ls: Output/%.llvm.bc $(LBUGPOINT) Output/%.out-nat
$(SPEC_SANDBOX) bugpoint-$(RUN_TYPE) $@ $(REF_IN_DIR) \
$(LBUGPOINT) ../../$< -run-llc $(BUGPOINT_OPTIONS) \
- -regalloc=linearscan $(BUGPOINT_ARGS)
+ -regalloc=iterativescan $(BUGPOINT_ARGS)
@echo "===> Leaving Output/bugpoint-$(RUN_TYPE)"
$(PROGRAMS_TO_TEST:%=Output/%.bugpoint-jit): \
@@ -174,7 +174,7 @@
Output/%.bugpoint-jit-ls: Output/%.llvm.bc $(LBUGPOINT) Output/%.out-nat
$(SPEC_SANDBOX) bugpoint-$(RUN_TYPE) $@ $(REF_IN_DIR) \
$(LBUGPOINT) ../../$< -run-jit $(BUGPOINT_OPTIONS) \
- -regalloc=linearscan $(BUGPOINT_ARGS)
+ -regalloc=iterativescan $(BUGPOINT_ARGS)
@echo "===> Leaving Output/bugpoint-$(RUN_TYPE)"
More information about the llvm-commits
mailing list