X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=utils%2FNightlyTestTemplate.html;h=c38bb2e776bbe4e7aadfa462cd8d06863c319c0b;hb=317adcc9c6b29fb491d615996ba70b5c415a9eb2;hp=ab91f1e6848bf9f9f01974285879bb814f1b98f8;hpb=c537224c0092658d99ef898e25e8a209fb3c43e8;p=oota-llvm.git diff --git a/utils/NightlyTestTemplate.html b/utils/NightlyTestTemplate.html index ab91f1e6848..c38bb2e776b 100644 --- a/utils/NightlyTestTemplate.html +++ b/utils/NightlyTestTemplate.html @@ -29,8 +29,8 @@

Back to:
-Test Results
-LLVM Page

+Test Results
+LLVM Page

@@ -53,8 +53,8 @@

Nightly Test Overview:

CVS Tree Overview:

@@ -73,12 +73,11 @@
  • Number of object files compiled: $NumObjects
  • Number of libraries linked: $NumLibraries
  • Number of executables linked: $NumExecutables
  • -
  • Build Error: $BuildError
  • +
  • Build Status: $BuildStatus
  • Warnings during the build:

    -

    +$WarningsList

    - - - +
    @@ -96,10 +95,10 @@

    Changes to Warnings:

    -
      -
    • Warnings Added: $WarningsAdded -
    • Warnings Removed: $WarningsRemoved -

    +

    Warnings Added:

    +$WarningsAdded +

    Warnings Removed:

    +$WarningsRemoved

    Changes in the test suite:

      @@ -142,15 +141,9 @@ version.

      Size of LLVM bytecode files

    -
    -Size of native machine code for each program (generated by the JIT) -

    Time to run the LLVM optimizer on each program -

    Program Execution Measurements:

    @@ -215,6 +208,9 @@ with an asterisk: `*'. The columns of the tables are:

    GCC output: greater than 1 is a speedup, less than 1 is a slowdown.

  • GCC/CBE - The speed-up of the CBE output vs the native GCC output: greater than 1 is a speedup, less than 1 is a slowdown.
  • +
  • LLC-BETA - How long does the program generated by the static + backend LLC take to execute the program, when compiled with new experimental + features. This is temporary, for tuning.
  • A complete log of testing