[llvm-commits] CVS: llvm/test/Programs/MultiSource/Benchmarks/FreeBench/Makefile README_LLVM.txt

Chris Lattner lattner at cs.uiuc.edu
Sat Oct 11 16:19:58 PDT 2003


Changes in directory llvm/test/Programs/MultiSource/Benchmarks/FreeBench:

Makefile added (r1.1)
README_LLVM.txt added (r1.1)

---
Log message:

Initial checkin of the FreeBench benchmark suite


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

Index: llvm/test/Programs/MultiSource/Benchmarks/FreeBench/Makefile
diff -c /dev/null llvm/test/Programs/MultiSource/Benchmarks/FreeBench/Makefile:1.1
*** /dev/null	Sat Oct 11 16:18:51 2003
--- llvm/test/Programs/MultiSource/Benchmarks/FreeBench/Makefile	Sat Oct 11 16:18:41 2003
***************
*** 0 ****
--- 1,6 ----
+ # MultiSource/Olden Makefile:  Build all subdirectories automatically
+ 
+ LEVEL = ../../../../..
+ PARALLEL_DIRS  := $(filter-out %-disabled/, $(sort $(filter-out CVS/, $(wildcard */))))
+ 
+ include $(LEVEL)/test/Programs/Makefile.programs


Index: llvm/test/Programs/MultiSource/Benchmarks/FreeBench/README_LLVM.txt
diff -c /dev/null llvm/test/Programs/MultiSource/Benchmarks/FreeBench/README_LLVM.txt:1.1
*** /dev/null	Sat Oct 11 16:18:51 2003
--- llvm/test/Programs/MultiSource/Benchmarks/FreeBench/README_LLVM.txt	Sat Oct 11 16:18:41 2003
***************
*** 0 ****
--- 1,10 ----
+ These are benchmarks from the FreeBench benchmark suite, version 1.03.
+ 
+ Freebench is a freely available and redistributable suite, with a web page here:
+ http://www.freebench.org/
+ 
+ In default mode, the LLVM harness runs the 'test' inputs, with 
+ LARGE_PROBLEM_SIZE, they run the full sized "ref" inputs.
+ 
+ Characteristics of the individual benchmarks are described here:
+ http://www.freebench.org/benchmarks.shtml





More information about the llvm-commits mailing list