X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=utils%2FNightlyTestTemplate.html;h=4e71b91d72b2574a87f3cdf7ee5b7619e4782928;hb=2c51711a554d08f1151c4f5356feb17d57d1acfe;hp=3b8ea2c36928df864e77931835b82c2695249603;hpb=8a4baf4f554fd18a5b7533747b9624eb13377adf;p=oota-llvm.git diff --git a/utils/NightlyTestTemplate.html b/utils/NightlyTestTemplate.html index 3b8ea2c3692..4e71b91d72b 100644 --- a/utils/NightlyTestTemplate.html +++ b/utils/NightlyTestTemplate.html @@ -52,7 +52,8 @@
  • Compilation Log

    Warnings during the build:

    -$WarningsList

    +



    @@ -85,10 +87,10 @@ $WarningsList

    Changes in the test suite:

      -
    • New Tests: ... -
    • Removed Tests: ... -
    • Newly passing tests: ... -
    • Newly failing tests: ... +
    • New Tests: $TestsAdded +
    • Removed Tests: $TestsRemoved +
    • Newly passing tests: $TestsFixed +
    • Newly failing tests: $TestsBroken


    @@ -124,26 +126,25 @@ stable LLVM is as a whole. The columns of the tables are:

  • Bytecode - The size of the bytecode for the program
  • Instrs - The number of LLVM instructions in the compiled bytecode -
  • LLC - Does the program compile with the Sparc Backend? Note +
  • LLC - The time taken compile with the Sparc Backend. Note that this justs tests to see if the backend runs successfully, not if the generated code works. -
  • CBE - Does the program compile with the C Backend? Note - that this justs tests to see if the code generated compiles, not if it - works. +
  • CBE - The time taken to execute the program after compilation + through the C Backend. If the diff fails, this a *.
  • LLI - How long does the program take to execute in - LLI's interpreter (note that this is capped to 30s). + LLI's interpreter (note that this is capped to ~300s).
  • DynInstrs - How many dynamic instructions are executed by the interpreter, if it finishes.
  • JIT - How long does the program take to execute in the - Just In Time compiler (again, capped to 30s). + Just-In-Time compiler.
  • MachCode - The number of bytes of machine code generated by the JIT.
  • CompTime - The amount of time spent in the JIT itself, instead of executing the program.

    -A complete log of testing is available for -further analysis. +A complete log of testing is available +for further analysis.

    Programs/MultiSource