diff options
author | Chris Lattner <sabre@nondot.org> | 2003-08-15 16:29:06 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-08-15 16:29:06 +0000 |
commit | 4050f7f6f269faf218678f6b0aa88931aa7da816 (patch) | |
tree | a24b6c32909806229b1a3e395eca1fdbc2e13f13 /utils/NightlyTestTemplate.html | |
parent | 15d1d57f619e62597f8e5cee0c29c3444bacc5b1 (diff) | |
download | external_llvm-4050f7f6f269faf218678f6b0aa88931aa7da816.zip external_llvm-4050f7f6f269faf218678f6b0aa88931aa7da816.tar.gz external_llvm-4050f7f6f269faf218678f6b0aa88931aa7da816.tar.bz2 |
Document new column, remove X86 specific stuff
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7886 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/NightlyTestTemplate.html')
-rw-r--r-- | utils/NightlyTestTemplate.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/NightlyTestTemplate.html b/utils/NightlyTestTemplate.html index 2c105fd..bf6894b 100644 --- a/utils/NightlyTestTemplate.html +++ b/utils/NightlyTestTemplate.html @@ -126,11 +126,12 @@ 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 LLC (the static X86 backend) +<li><a name="LLC">LLC - The time taken compile with LLC (the static 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="LLC">LLC - The time taken to run LLC compiled program <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 |