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

Chris Lattner lattner at cs.uiuc.edu
Sun Aug 17 23:33:01 PDT 2003


Changes in directory llvm/utils:

NightlyTestTemplate.html updated: 1.10 -> 1.11

---
Log message:

Add docs for new column, native tests now run with -O2


---
Diffs of the changes:

Index: llvm/utils/NightlyTestTemplate.html
diff -u llvm/utils/NightlyTestTemplate.html:1.10 llvm/utils/NightlyTestTemplate.html:1.11
--- llvm/utils/NightlyTestTemplate.html:1.10	Fri Aug 15 14:31:04 2003
+++ llvm/utils/NightlyTestTemplate.html	Sun Aug 17 23:32:34 2003
@@ -135,7 +135,7 @@
 <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 -O3.</li>
+    with GCC -O2.</li>
 <li><a name="CBE">CBE</a> - The time taken to execute the program after
     compilation through the C Backend.</li>
 <li><a name="LLC">LLC</a> - How long does the program generated by the static
@@ -143,6 +143,8 @@
 <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>





More information about the llvm-commits mailing list