From aaf1e74a85c43080cb9f6f143d803ffeae58e4e2 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 23 Jul 2004 06:50:18 +0000 Subject: [PATCH] Change column name llvm-svn: 15129 --- llvm/utils/NightlyTestTemplate.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/llvm/utils/NightlyTestTemplate.html b/llvm/utils/NightlyTestTemplate.html index dc1ab579e66c..1bac6378577c 100644 --- a/llvm/utils/NightlyTestTemplate.html +++ b/llvm/utils/NightlyTestTemplate.html @@ -206,9 +206,9 @@ with an asterisk: `*'. The columns of the tables are:

GCC output: greater than 1 is a speedup, less than 1 is a slowdown.

  • GCC/CBE - The speed-up of the CBE output vs the native GCC output: greater than 1 is a speedup, less than 1 is a slowdown.
  • -
  • LLC-LS - How long does the program generated by the static - backend LLC take to execute the program, when compiled with the linear scan - register allocator. This is temporary, for tuning.
  • +
  • LLC-BETA - How long does the program generated by the static + backend LLC take to execute the program, when compiled with new experimental + features. This is temporary, for tuning.
  • A complete log of testing