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

Misha Brukman brukman at cs.uiuc.edu
Thu Dec 23 12:04:26 PST 2004



Changes in directory llvm-www/testresults:

index.html updated: 1.23 -> 1.24
---
Log message:

* Label all testers with full owner names, and `LLVM' for LLVM-group testers
* Labeling tests with arch name under the arch heading is redundant 
* Update Vladimir Merzliakov's OS version
* Cosmetic change: remove colons in architecture headings
* Add SunOS version


---
Diffs of the changes:  (+21 -20)

Index: llvm-www/testresults/index.html
diff -u llvm-www/testresults/index.html:1.23 llvm-www/testresults/index.html:1.24
--- llvm-www/testresults/index.html:1.23	Thu Dec 23 13:46:35 2004
+++ llvm-www/testresults/index.html	Thu Dec 23 14:04:16 2004
@@ -12,37 +12,38 @@
 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>X86</p>
 
 <ol>
-<!-- zion -->
-<li><a href="X86/">X86: Linux (Dual P4 Xeon @ 3.06GHz)</a> -- debug build</li>
-<!-- niobe -->
-<li><a href="X86-niobe/">X86: Linux (Dual Athlon MP 2100+)</a> -- release build</li>
-<!-- Reid -->
-<li><a href="http://llvm.x10sys.com/testresults/Optimized/">X86: Linux (Dual P4
+<!-- LLVM: zion -->
+<li><a href="X86/">Linux (Dual P4 Xeon @ 3.06GHz)</a> -- debug build</li>
+<!-- LLVM: niobe -->
+<li><a href="X86-niobe/">Linux (Dual Athlon MP 2100+)</a> -- release build</li>
+<!-- Reid Spencer -->
+<li><a href="http://llvm.x10sys.com/testresults/Optimized/">Linux (Dual P4
 Xeon @ 2.3GHz)</a> -- release build</li>
-<li><a href="http://llvm.x10sys.com/testresults/Cygwin/">X86: Cygwin on Windows
+<li><a href="http://llvm.x10sys.com/testresults/Cygwin/">Cygwin on Windows
 2k, SP3 (Pentium 3 M @ 1.1Ghz)</a> -- debug build</li>
-<!-- Vladimir -->
-<li><a href="http://npt.cc.rsu.ru/testresults-X86-FreeBSD/index.html">X86:
-FreeBSD 5.3-RC1</a> -- debug build</li>
-<!-- Duraid -->
-<li><a href="http://kinoko.c.u-tokyo.ac.jp/~builddonkey/">X86: FreeBSD-CURRENT 
+<!-- Vladimir Merzliakov -->
+<li><a href="http://npt.cc.rsu.ru/testresults-X86-FreeBSD/">FreeBSD 5.3 (Pentium
+3  @ 1.0Ghz)</a> -- debug build</li>
+<!-- Duraid Madina -->
+<li><a href="http://kinoko.c.u-tokyo.ac.jp/~builddonkey/">FreeBSD-CURRENT 
 (Single Pentium M @ 2.3GHz)</a> -- release build</li>
 </ol>
 
-<p>PowerPC:</p>
+<p>PowerPC</p>
 <ol>
-<!-- persephone -->
-<li><a href="http://persephone.cs.uiuc.edu/~oscar/nightlytest/">PPC: Mac OS X
-10.3 "Panther" on PowerPC G5 (dual 1.8Ghz CPU)</a></li>
+<!-- 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>
+<p>Sparc V9</p>
 <ol>
-<!-- kain -->
-<li><a href="Sparc/">Sparc V9: Solaris (Sun Fire V240, dual 1Ghz CPU)</a></li>
+<!-- LLVM: kain -->
+<li><a href="Sparc/">SunOS 5.8 on Sun Fire V240 (dual 1Ghz CPU)</a> -- debug
+build</li>
 </ol>
 
 </div>






More information about the llvm-commits mailing list