diff options
author | Chris Lattner <sabre@nondot.org> | 2003-06-21 20:09:01 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-06-21 20:09:01 +0000 |
commit | 812110e81fb69cad10149bddf776f16b2e2847bd (patch) | |
tree | e05cfd8240e4f2d8a2c85484f107464605a8e83f /llvm | |
parent | 6e1ec2394f2b80f7d3c580530cc9abaddfd706e5 (diff) | |
download | bcm5719-llvm-812110e81fb69cad10149bddf776f16b2e2847bd.tar.gz bcm5719-llvm-812110e81fb69cad10149bddf776f16b2e2847bd.zip |
update documentation about columns
llvm-svn: 6833
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/utils/NightlyTestTemplate.html | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/llvm/utils/NightlyTestTemplate.html b/llvm/utils/NightlyTestTemplate.html index 4e71b91d72b..2c105fd1f89 100644 --- a/llvm/utils/NightlyTestTemplate.html +++ b/llvm/utils/NightlyTestTemplate.html @@ -126,15 +126,11 @@ 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 - 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="LLC">LLC - The time taken compile with LLC (the static X86 backend) +<li><a name="NAT">NAT - The time taken to execute the program when compiled + with GCC -O3. <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 ~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. <li><a name="MachCode">MachCode - The number of bytes of machine code |