[llvm-commits] CVS: llvm/utils/NightlyTestTemplate.html

Chris Lattner lattner at cs.uiuc.edu
Thu Jul 22 23:50:28 PDT 2004



Changes in directory llvm/utils:

NightlyTestTemplate.html updated: 1.31 -> 1.32

---
Log message:

Change column name


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

Index: llvm/utils/NightlyTestTemplate.html
diff -u llvm/utils/NightlyTestTemplate.html:1.31 llvm/utils/NightlyTestTemplate.html:1.32
--- llvm/utils/NightlyTestTemplate.html:1.31	Fri Jun 25 15:57:19 2004
+++ llvm/utils/NightlyTestTemplate.html	Fri Jul 23 01:50:18 2004
@@ -206,9 +206,9 @@
     GCC output: greater than 1 is a speedup, less than 1 is a slowdown.</li>
 <li><a name="GCC/CBE">GCC/CBE</a> - The speed-up of the CBE output vs the native 
     GCC output: greater than 1 is a speedup, less than 1 is a slowdown.</li>
-<li><a name="LLC-LS">LLC-LS</a> - How long does the program generated by the static
-    backend LLC take to execute the program, when compiled with the linear scan
-    register allocator.  This is temporary, for tuning.</li>
+<li><a name="LLC-BETA">LLC-BETA</a> - 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.</li>
 </ol><p>
 
 A complete log of testing 





More information about the llvm-commits mailing list