Remove fixme
[oota-llvm.git] / utils / NightlyTestTemplate.html
index 327bcca5b01fecd69f9052dc513817ff945b5557..8ee218e120903d3fbe3379ccfe83339fa31e198e 100644 (file)
 <font size=+2 face=Verdana><b><a name="Overview">Today's Test Results Overview</font></b>
 </td></tr></table></td></tr></table></center><p>
 
+<!-- Running LOC graph -->
+<table align=right>
+<tr><td>
+<a href="running_loc_large.png"
+   ><img border=0 width=320 height=240 src="running_loc.png"></a>
+</td></tr>
+<tr><td align=center>Lines Of Code over Time<br>
+<font size=-1><a href="running_loc_large.png">Click for larger view</a></font>
+</td></tr>
+</table>
+
 <h2>CVS Tree Overview:</h2>
 <ul>
 <li><a href="$DATE-CVS-Log.txt">CVS Checkout Log</a>
@@ -52,6 +63,8 @@
 <li><a href="$DATE-Build-Log.txt">Compilation Log</a>
 <ul>
     $BuildError
+    Time to configure CVS tree:      <b>$ConfigTime</b> seconds
+               (<b>$ConfigWallTime</b> seconds wall time)<br>
     Time to build CVS tree:      <b>$BuildTime</b> seconds
                (<b>$BuildWallTime</b> seconds wall time)<br>
     Number of object files compiled: <b>$NumObjects</b><br>
 
 GNUplot <b>charts</b> showing a couple of things:
 <ol>
-<li>LOC in CVS
 <li>Compile Time
 <li>Testing Time
 <li>Time to run some programs, say all of Olden
@@ -116,32 +128,35 @@ GNUplot <b>charts</b> showing a couple of things:
 </td></tr></table></td></tr></table></center><p>
 
 This section tests LLVM on a variety of programs in the test suite.  This
-includes benchmark suites like the Olden, ptrdist, and SPEC benchmarks as well
-as a few random programs with test inputs.  This section is meant to track how
-stable LLVM is as a whole.  The columns of the tables are:<p>
+includes benchmark suites like the Olden, McCat, Ptrdist, and SPEC benchmarks as
+well as a few random programs with test inputs.  This section is meant to track
+how stable LLVM is as a whole. A failure in the execution of any test is marked
+with an asterisk: `*'. The columns of the tables are:<p>
 
 <ol>
-<li><a name="Program">Program - The name of the program for that row
-<li><a name="GCCAS">GCCAS - Time to run LLVM optimizers on the program
-<li><a name="Bytecode">Bytecode - The size of the bytecode for the program
-<li><a name="Instrs">Instrs - The number of LLVM instructions in the
-    compiled bytecode
-<li><a name="LLC">LLC - Does the program compile with the Sparc Backend?  Note
-    that this justs tests to see if the backend runs successfully, not if the
-    generated code works.
-<li><a name="CBE">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.
-<li><a name="LLI">LLI - How long does the program take to execute in
-    LLI's interpreter (note that this is capped to 30s).
-<li><a name="DynInstrs">DynInstrs - How many dynamic instructions are executed
-    by the interpreter, if it finishes.
-<li><a name="JIT">JIT - How long does the program take to execute in the
-    Just In Time compiler (again, capped to 30s).
-<li><a name="MachCode">MachCode - The number of bytes of machine code
-    generated by the JIT.
-<li><a name="CompTime">CompTime - The amount of time spent in the JIT itself,
-    instead of executing the program.
+<li><a name="Program">Program</a> - The name of the program for that row.</li>
+<li><a name="GCCAS">GCCAS</a> - Time to run LLVM optimizers on the program.</li>
+<li><a name="Bytecode">Bytecode</a> - The size of the bytecode for the
+    program</li>
+<li><a name="Instrs">Instrs</a> - The number of LLVM instructions in the
+    compiled bytecode</li>
+<li><a name="LLC<br>compile">LLC compile</a> - The time taken compile with
+    LLC (the static backend)</li>
+<li><a name="JIT<br>codegen">JIT codegen</a> - The amount of time spent in the
+    JIT itself, instead of executing the program.</li>
+<li><a name="Machine<br>code">Machine code</a> - The number of bytes of machine
+    code generated by the JIT.</li>
+<li><a name="GCC">GCC</a> - The time taken to execute the program when compiled
+    with GCC -O2.</li>
+<li><a name="CBE">CBE</a> - The time taken to execute the program after
+    compilation through the C backend, compiled with -O2.</li>
+<li><a name="LLC">LLC</a> - How long does the program generated by the static
+    backend LLC take to execute </li>
+<li><a name="JIT">JIT</a> - The amount of time spent running the
+    program with the JIT; this includes the code generation phase (listed above)
+    and actually running the program.</li>
+<li><a name="GCC/LLC">GCC/LLC - The speed-up of the LLC output vs the native 
+    GCC output: greater than 1 is a speedup, less than 1 is a slowdown.
 </ol><p>
 
 A complete log of testing <a href="$DATE-ProgramTest.txt.gz">is available</a>
@@ -151,11 +166,16 @@ for further analysis.
 
 <center>
 <table border="0" cellspacing="0" cellpadding="2"><tr><td bgcolor="#000000"> 
-$ProgramsTable
+$MultiSourceProgramsTable
 </td></tr></table></center>
 
 <h2>Programs/SingleSource</h2>
 
+<center>
+<table border="0" cellspacing="0" cellpadding="2"><tr><td bgcolor="#000000"> 
+$SingleSourceProgramsTable
+</td></tr></table></center>
+
 
 
 <br><br><center>