diff --git a/llvm/utils/NightlyTestTemplate.html b/llvm/utils/NightlyTestTemplate.html index 2c105fd1f890..bf6894b88c6e 100644 --- a/llvm/utils/NightlyTestTemplate.html +++ b/llvm/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