[llvm-commits] CVS: llvm/utils/NightlyTestTemplate.html
Chris Lattner
lattner at cs.uiuc.edu
Sat May 10 15:56:01 PDT 2003
Changes in directory llvm/utils:
NightlyTestTemplate.html updated: 1.6 -> 1.7
---
Log message:
Update column info
---
Diffs of the changes:
Index: llvm/utils/NightlyTestTemplate.html
diff -u llvm/utils/NightlyTestTemplate.html:1.6 llvm/utils/NightlyTestTemplate.html:1.7
--- llvm/utils/NightlyTestTemplate.html:1.6 Fri Feb 28 14:05:20 2003
+++ llvm/utils/NightlyTestTemplate.html Sat May 10 15:54:55 2003
@@ -126,18 +126,17 @@
<li><a name="Bytecode">Bytecode - The size of the bytecode for the program
<li><a name="Instrs">Instrs - The number of LLVM instructions in the
compiled bytecode
-<li><a name="LLC">LLC - Does the program compile with the Sparc Backend? Note
+<li><a name="LLC">LLC - The time taken compile with the Sparc Backend. Note
that this justs tests to see if the backend runs successfully, not if the
generated code works.
-<li><a name="CBE">CBE - Does the program compile with the C Backend? Note
- that this justs tests to see if the code generated compiles, not if it
- works.
+<li><a name="CBE">CBE - The time taken to execute the program after compilation
+ through the C Backend. If the diff fails, this a *.
<li><a name="LLI">LLI - How long does the program take to execute in
- LLI's interpreter (note that this is capped to 30s).
+ LLI's interpreter (note that this is capped to ~300s).
<li><a name="DynInstrs">DynInstrs - How many dynamic instructions are executed
by the interpreter, if it finishes.
<li><a name="JIT">JIT - How long does the program take to execute in the
- Just In Time compiler (again, capped to 30s).
+ Just-In-Time compiler.
<li><a name="MachCode">MachCode - The number of bytes of machine code
generated by the JIT.
<li><a name="CompTime">CompTime - The amount of time spent in the JIT itself,
More information about the llvm-commits
mailing list