[llvm-commits] CVS: llvm-www/testresults/index.html

Chris Lattner lattner at cs.uiuc.edu
Wed Mar 9 15:17:56 PST 2005



Changes in directory llvm-www/testresults:

index.html updated: 1.29 -> 1.30
---
Log message:

add a link to the llvm-testresults list.


---
Diffs of the changes:  (+9 -3)

 index.html |   12 +++++++++---
 1 files changed, 9 insertions(+), 3 deletions(-)


Index: llvm-www/testresults/index.html
diff -u llvm-www/testresults/index.html:1.29 llvm-www/testresults/index.html:1.30
--- llvm-www/testresults/index.html:1.29	Sun Feb 27 21:21:45 2005
+++ llvm-www/testresults/index.html	Wed Mar  9 17:17:43 2005
@@ -12,7 +12,13 @@
 break test cases.  This is intended to track, over time, the CVS repository,
 test suite conformance, and performance of code generated by the compiler.</p>
 
-<p>X86</p>
+<p>
+Note that the results of these testers are summarized and sent to the <a
+href="http://mail.cs.uiuc.edu/mailman/listinfo/llvm-testresults"><b>llvm-testresults</b></a>
+mailing list.
+</p>
+
+<h3>X86</h3>
 
 <ol>
 <!-- LLVM: zion -->
@@ -32,14 +38,14 @@
 (Single Pentium M @ 2.3GHz)</a> -- release build</li>
 </ol>
 
-<p>PowerPC</p>
+<h3>PowerPC</h3>
 <ol>
 <!-- LLVM: persephone -->
 <li><a href="http://persephone.cs.uiuc.edu/~oscar/nightlytest/">Mac OS X 10.3
 "Panther" on PowerPC G5 (dual 1.8Ghz CPU)</a> -- debug build</li>
 </ol>
 
-<p>Sparc V9</p>
+<h3>Sparc V9</h3>
 <ol>
 <!-- LLVM: kain -->
 <li><a href="SparcV9/">SunOS 5.8 on Sun Fire V240 (dual 1Ghz CPU)</a> -- debug






More information about the llvm-commits mailing list