From: Chris Lattner Date: Mon, 18 Aug 2003 04:32:34 +0000 (+0000) Subject: Add docs for new column, native tests now run with -O2 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=b1adab7cb5de1bb8d71a26a5facfd9764a7a3e19;p=oota-llvm.git Add docs for new column, native tests now run with -O2 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7935 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/NightlyTestTemplate.html b/utils/NightlyTestTemplate.html index 299bd803f41..1d131f3c2ee 100644 --- a/utils/NightlyTestTemplate.html +++ b/utils/NightlyTestTemplate.html @@ -135,7 +135,7 @@ with an asterisk: `*'. The columns of the tables are:

  • Machine code - The number of bytes of machine code generated by the JIT.
  • GCC - The time taken to execute the program when compiled - with GCC -O3.
  • + with GCC -O2.
  • CBE - The time taken to execute the program after compilation through the C Backend.
  • LLC - How long does the program generated by the static @@ -143,6 +143,8 @@ with an asterisk: `*'. The columns of the tables are:

  • JIT - The amount of time spent running the program with the JIT; this includes the code generation phase (listed above) and actually running the program.
  • +
  • GCC/LLC - The speed-up of the LLC output vs the native + GCC output: greater than 1 is a speedup, less than 1 is a slowdown.

    A complete log of testing is available