summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-05-10 20:54:55 +0000
committerChris Lattner <sabre@nondot.org>2003-05-10 20:54:55 +0000
commit8240c66cb2a1acf60ff08a2bcde6bca652c9194d (patch)
tree78c48709f1e9cbeabd5c6ac9c995bf861367ec35 /utils
parent77113b627237fe2850676cccd809de1e05f03952 (diff)
downloadllvm-8240c66cb2a1acf60ff08a2bcde6bca652c9194d.tar.gz
llvm-8240c66cb2a1acf60ff08a2bcde6bca652c9194d.tar.bz2
llvm-8240c66cb2a1acf60ff08a2bcde6bca652c9194d.tar.xz
Update column info
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6079 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rw-r--r--utils/NightlyTestTemplate.html11
1 files changed, 5 insertions, 6 deletions
diff --git a/utils/NightlyTestTemplate.html b/utils/NightlyTestTemplate.html
index 327bcca5b0..4e71b91d72 100644
--- a/utils/NightlyTestTemplate.html
+++ b/utils/NightlyTestTemplate.html
@@ -126,18 +126,17 @@ stable LLVM is as a whole. The columns of the tables are:<p>
<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,