[LLVMdev] llvm projects for famous benchmark suits

Duncan Sands baldrick at free.fr
Mon Dec 20 01:59:57 PST 2010


Hi Li Qingan,

>    Except for the guide in http://llvm.org/docs/Projects.html#help, is there any
> easier way to get the llvm projects for famous benchmark suits, such as MiBench,
> SPEC2000, .etc?
>   In other words, is there preconfigured and downloadable llvm projects for
> famous benchmark suits?

the LLVM testsuite contains many benchmarks, for example it contains MiBench.
It doesn't contain SPEC because it is not freely distributable, but it has
logic to run SPEC if you have your own copy.

See http://llvm.org/docs/TestingGuide.html#testsuite

Ciao, Duncan.



More information about the llvm-dev mailing list