[llvm-commits] [test-suite] r62072 - in /test-suite/trunk/SingleSource/Benchmarks: C++Bench/ C++Bench/LICENSE_1_0_0.txt C++Bench/Makefile C++Bench/README.txt C++Bench/benchmark_algorithms.h C++Bench/benchmark_results.h C++Bench/benchmark_shared_tests.h C++Bench/benchmark_stdint.hpp C++Bench/benchmark_timer.h C++Bench/functionobjects.cpp C++Bench/loop_unroll.cpp C++Bench/simple_types_constant_folding.cpp C++Bench/simple_types_loop_invariant.cpp C++Bench/stepanov_abstraction.cpp C++Bench/stepanov_vector.cpp Makefile
Chris Lattner
clattner at apple.com
Mon Jan 12 10:49:02 PST 2009
On Jan 11, 2009, at 7:05 PM, Owen Anderson wrote:
> Author: resistor
> Date: Sun Jan 11 21:04:59 2009
> New Revision: 62072
>
> URL: http://llvm.org/viewvc/llvm-project?rev=62072&view=rev
> Log:
> Add Adobe's C++ benchmark suite.
Cool, thanks Owen! How about renaming it to Adobe-C++ or something
like that? C++Bench is very generic. Also, would it make sense to
split out each loop (e.g. in loop-unroll) to its own benchmark? I did
this for flops (SS/Benchmarks/Misc/flops-*), and it seems to work well.
-Chris
More information about the llvm-commits
mailing list