<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 2/21/13 9:03 AM, 罗鋆-自动化 wrote:<br>
    </div>
    <blockquote cite="mid:tencent_68BF60455D13AF2468E47A24@qq.com"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      Dear All<br>
        I really need your help in this issue.<br>
        Now, I am working on analyzing LLVM test-suite.I have some
      questions about it.<br>
        The question is:  Whether you have detail infomation on what
      each subdirectory of test-suite test.<br>
    </blockquote>
    <br>
    I'm not sure if this is in the documentation, but the top-level
    directories split the tests into 3 categories:<br>
    <br>
    SingleSource:  These are benchmark suites with programs that are a
    single source file.  A lot of these are small functionality tests,
    IIRC.<br>
    <br>
    MultiSource: Larger benchmarks and programs are located here. 
    MultiSource/Benchmarks has a directory for each set of benchmark
    suites, and MultiSource/Applications contains an application in each
    of its subdirectories.<br>
    <br>
    External: This directory contains Makefiles for compiling code that
    cannot be redistributed with the LLVM test suite.  It can run SPEC,
    Namd, and a few other popular programs.<br>
    <br>
    You can figure out what most of the programs do by looking at their
    source code comments, README files, or by searching for them via
    Google as Renato suggested.  Also, as Renato suggested, if you can't
    find the information for a benchmark or program, just email llvmdev
    and ask.<br>
    <br>
    -- John T.<br>
    <br>
    <blockquote cite="mid:tencent_68BF60455D13AF2468E47A24@qq.com"
      type="cite">   <br>
        Thank you !<br>
      <br>
      Regards,<br>
      Jun Luo<br>
      Software Engineer<br>
      <br>
        <br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
LLVM Developers mailing list
<a class="moz-txt-link-abbreviated" href="mailto:LLVMdev@cs.uiuc.edu">LLVMdev@cs.uiuc.edu</a>         <a class="moz-txt-link-freetext" href="http://llvm.cs.uiuc.edu">http://llvm.cs.uiuc.edu</a>
<a class="moz-txt-link-freetext" href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>