[llvm-commits] CVS: poolalloc/test/Makefile TEST.poolalloc.Makefile TEST.poolalloc.report

Chris Lattner lattner at cs.uiuc.edu
Thu Aug 21 11:05:02 PDT 2003


Changes in directory poolalloc/test:

Makefile updated: 1.2 -> 1.3
TEST.poolalloc.Makefile updated: 1.1 -> 1.2
TEST.poolalloc.report updated: 1.1 -> 1.2

---
Log message:

Add information for the number of times a xform kicks in
Beep me when done


---
Diffs of the changes:

Index: poolalloc/test/Makefile
diff -u poolalloc/test/Makefile:1.2 poolalloc/test/Makefile:1.3
--- poolalloc/test/Makefile:1.2	Fri Aug 15 16:33:03 2003
+++ poolalloc/test/Makefile	Thu Aug 21 11:04:40 2003
@@ -17,3 +17,4 @@
 	(cd $(LLVM_SRC_ROOT)/test/Programs/$(SUBDIR); \
                PROJECT_DIR=$(BUILD_OBJ_ROOT) $(MAKE) TEST=poolalloc \
                    report report.html )
+	@printf "\a"; sleep 1; printf "\a"; sleep 1; printf "\a"


Index: poolalloc/test/TEST.poolalloc.Makefile
diff -u poolalloc/test/TEST.poolalloc.Makefile:1.1 poolalloc/test/TEST.poolalloc.Makefile:1.2
--- poolalloc/test/TEST.poolalloc.Makefile:1.1	Fri Aug 15 16:33:03 2003
+++ poolalloc/test/TEST.poolalloc.Makefile	Thu Aug 21 11:04:40 2003
@@ -63,7 +63,7 @@
 	  grep "^real" Output/$*.poolalloc.out-llc.time >> $@;\
 	fi
 
-	@#cat Output/$*.$(TEST).transformed.bc.info >> $@
+	@cat Output/$*.$(TEST).transformed.bc.info >> $@
 	@#cat Output/$*.$(TEST).transformed.bc.out  >> $@
 
 


Index: poolalloc/test/TEST.poolalloc.report
diff -u poolalloc/test/TEST.poolalloc.report:1.1 poolalloc/test/TEST.poolalloc.report:1.2
--- poolalloc/test/TEST.poolalloc.report:1.1	Fri Aug 15 16:33:03 2003
+++ poolalloc/test/TEST.poolalloc.report	Thu Aug 21 11:04:40 2003
@@ -25,8 +25,11 @@
  ["Name:" , '\'([^\']+)\' Program'],
  [],
 # Times
- ["Normal<br>ExeTime"  , 'LLC-RUN-TIME-NORMAL: real[\t ]+0m([0-9.]+)'],
+ ["Normal<br>ExeTime"  ,  'LLC-RUN-TIME-NORMAL: real[\t ]+0m([0-9.]+)'],
  ["PoolAlloc<br>ExeTime", 'LLC-RUN-TIME-POOLALLOC: real[\t ]+0m([0-9.]+)'],
  ["% Speedup", \&Ratio],         # Normal / PA
+ ["NumPools",             '([0-9]+).*Number of poolinit.s inserted'],
+ ["NumCloned",            '([0-9]+).*Number of functions cloned'],
+ ["NumArgs",              '([0-9]+).*Number of function arguments added'],
  []
 );





More information about the llvm-commits mailing list