From 4050f7f6f269faf218678f6b0aa88931aa7da816 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 15 Aug 2003 16:29:06 +0000 Subject: [PATCH] Document new column, remove X86 specific stuff git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7886 91177308-0d34-0410-b5e6-96231b3b80d8 --- utils/NightlyTestTemplate.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/utils/NightlyTestTemplate.html b/utils/NightlyTestTemplate.html index 2c105fd1f89..bf6894b88c6 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:

  • Bytecode - The size of the bytecode for the program
  • Instrs - The number of LLVM instructions in the compiled bytecode -
  • LLC - The time taken compile with LLC (the static X86 backend) +
  • LLC - The time taken compile with LLC (the static backend)
  • NAT - The time taken to execute the program when compiled with GCC -O3.
  • CBE - The time taken to execute the program after compilation through the C Backend. If the diff fails, this a *. +
  • LLC - The time taken to run LLC compiled program
  • JIT - How long does the program take to execute in the Just-In-Time compiler.
  • MachCode - The number of bytes of machine code