It is not an error if a rule does not match, it's just a failed match!
[oota-llvm.git] / utils / NightlyTestTemplate.html
index ed00481a910d9cf7689f9863ae5b65b0361d9f31..2c105fd1f89071080ae6bc2f82e06b293b1c0ca3 100644 (file)
@@ -12,7 +12,7 @@
 <table border="0" cellspacing="0" cellpadding="2"><tr><td bgcolor="#000000"> 
 <table border="0" cellpadding="5" cellspacing="0"><tr><td bgcolor="#DDAA77">
 <font size=+1><b>Sections:</b></font><br>
-</td></tr><tr><td bgcolor="#FFCC99">
+</td></tr><tr><td bgcolor="#FFCC99" align=center>
 <a href="#Overview">Overview</a><br>
 <a href="#Changes">Changes</a><br>
 <a href="#Trends">Trends</a><br>
@@ -51,7 +51,9 @@
     Number of lines of code: <b>$LOC</b></ul>
 <li><a href="$DATE-Build-Log.txt">Compilation Log</a>
 <ul>
-    Time to build CVS tree:      <b>$BuildTime</b> seconds<br>
+    $BuildError
+    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>
     Number of libraries linked: <b>$NumLibraries</b><br>
     Number of executables linked:<b> $NumExecutables</b><br>
@@ -59,7 +61,8 @@
 </ul>
 
 <h2>Warnings during the build:</h2>
-$WarningsList<p>
+<ul>$WarningsList
+</ul><p>
 
 <br><br><center>
 <table border="0" cellspacing="0" cellpadding="2"><tr><td bgcolor="#000000"> 
@@ -84,10 +87,10 @@ $WarningsList<p>
 
 <h2>Changes in the test suite:</h2>
 <ul>
-<li>New Tests: ...
-<li>Removed Tests: ...
-<li>Newly passing tests: ...
-<li>Newly failing tests: ...
+<li>New Tests: $TestsAdded
+<li>Removed Tests: $TestsRemoved
+<li>Newly passing tests: $TestsFixed
+<li>Newly failing tests: $TestsBroken
 </ul>
 
 <br><br><center>
@@ -112,7 +115,43 @@ GNUplot <b>charts</b> showing a couple of things:
 <font size=+2 face=Verdana><b><a name="Programs">Program Tests</font></b>
 </td></tr></table></td></tr></table></center><p>
 
-Not yet implemented<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>
+
+<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 - The time taken compile with LLC (the static X86 backend)
+<li><a name="NAT">NAT - The time taken to execute the program when compiled
+    with GCC -O3.
+<li><a name="CBE">CBE - The time taken to execute the program after compilation
+    through the C Backend.  If the diff fails, this a *.
+<li><a name="JIT">JIT - How long does the program take to execute in the
+    Just-In-Time compiler.
+<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.
+</ol><p>
+
+A complete log of testing <a href="$DATE-ProgramTest.txt.gz">is available</a>
+for further analysis.
+
+<h2>Programs/MultiSource</h2>
+
+<center>
+<table border="0" cellspacing="0" cellpadding="2"><tr><td bgcolor="#000000"> 
+$ProgramsTable
+</td></tr></table></center>
+
+<h2>Programs/SingleSource</h2>
+
+
 
 <br><br><center>
 <table border="0" cellspacing="0" cellpadding="2"><tr><td bgcolor="#000000">