[llvm-commits] [poolalloc] r119410 - in /poolalloc/trunk/test: TEST.dsgraph.Makefile TEST.dsgraph.report

Arushi Aggarwal aggarwa4 at illinois.edu
Tue Nov 16 16:21:22 PST 2010


Author: aggarwa4
Date: Tue Nov 16 18:21:22 2010
New Revision: 119410

URL: http://llvm.org/viewvc/llvm-project?rev=119410&view=rev
Log:
We dont want to run steens-aa any more

Modified:
    poolalloc/trunk/test/TEST.dsgraph.Makefile
    poolalloc/trunk/test/TEST.dsgraph.report

Modified: poolalloc/trunk/test/TEST.dsgraph.Makefile
URL: http://llvm.org/viewvc/llvm-project/poolalloc/trunk/test/TEST.dsgraph.Makefile?rev=119410&r1=119409&r2=119410&view=diff
==============================================================================
--- poolalloc/trunk/test/TEST.dsgraph.Makefile (original)
+++ poolalloc/trunk/test/TEST.dsgraph.Makefile Tue Nov 16 18:21:22 2010
@@ -32,8 +32,6 @@
 	@# Gather data
 	-($(RUNOPT) -analyze -dsa-$(PASS) $(ANALYZE_OPTS) $<)> $@.time.1 2>&1
 	-($(RUNOPT) -analyze $(MEM) -dsa-$(PASS) -disable-verify $<)> $@.mem.1 2>&1
-	-($(RUNOPT) -steens-aa -time-passes -disable-output $<) > $@.time.2 2>&1
-	-($(RUNOPT) -steens-aa $(MEM) -disable-output $<) > $@.mem.2 2>&1
 	@# Emit data.
 	@echo "---------------------------------------------------------------" > $@
 	@echo ">>> ========= '$(RELDIR)/$*' Program" >> $@
@@ -75,9 +73,6 @@
 	@/bin/echo -n "TIME: " >> $@
 	- at grep '  Top-down Data Structure' $@.time.1 >> $@
 	@echo >> $@
-	@/bin/echo -n "TIME: " >> $@
-	- at grep '  Steensgaard.s alias analysis' $@.time.2 >> $@
-	@echo >> $@
 	@# Emit space data.
 	@/bin/echo -n "MEM: " >> $@
 	- at grep '  Local Data Structure' $@.mem.1 >> $@
@@ -87,9 +82,6 @@
 	@echo >> $@
 	@/bin/echo -n "MEM: " >> $@
 	- at grep '  Top-down Data Structure' $@.mem.1 >> $@
-	@echo >> $@
-	@/bin/echo -n "MEM: " >> $@
-	- at grep '  Steensgaard.s alias analysis' $@.mem.2 >> $@
 
 
 

Modified: poolalloc/trunk/test/TEST.dsgraph.report
URL: http://llvm.org/viewvc/llvm-project/poolalloc/trunk/test/TEST.dsgraph.report?rev=119410&r1=119409&r2=119410&view=diff
==============================================================================
--- poolalloc/trunk/test/TEST.dsgraph.report (original)
+++ poolalloc/trunk/test/TEST.dsgraph.report Tue Nov 16 18:21:22 2010
@@ -142,7 +142,6 @@
             ["BUTim:", "${USERSYSTTIME}Bottom"],
             ["TDTim:", "${USERSYSTTIME}Top"],
             ["SumTm:", sub { return SumCols(@_, 3); }],
-            ["SteTm:", "${USERSYSTTIME}Steensgaard"],
             [],
 # Sizes
             ["LcSize:" , '([0-9]+)  Local'],





More information about the llvm-commits mailing list