[llvm-commits] CVS: llvm/utils/NightlyTestTemplate.html
Chris Lattner
lattner at cs.uiuc.edu
Sun Aug 17 23:40:01 PDT 2003
Changes in directory llvm/utils:
NightlyTestTemplate.html updated: 1.11 -> 1.12
---
Log message:
The CBE output is compiled at -O2
---
Diffs of the changes:
Index: llvm/utils/NightlyTestTemplate.html
diff -u llvm/utils/NightlyTestTemplate.html:1.11 llvm/utils/NightlyTestTemplate.html:1.12
--- llvm/utils/NightlyTestTemplate.html:1.11 Sun Aug 17 23:32:34 2003
+++ llvm/utils/NightlyTestTemplate.html Sun Aug 17 23:39:41 2003
@@ -137,7 +137,7 @@
<li><a name="GCC">GCC</a> - The time taken to execute the program when compiled
with GCC -O2.</li>
<li><a name="CBE">CBE</a> - The time taken to execute the program after
- compilation through the C Backend.</li>
+ compilation through the C backend, compiled with -O2.</li>
<li><a name="LLC">LLC</a> - How long does the program generated by the static
backend LLC take to execute </li>
<li><a name="JIT">JIT</a> - The amount of time spent running the
More information about the llvm-commits
mailing list