diff options
author | Chris Lattner <sabre@nondot.org> | 2003-12-19 03:34:46 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-12-19 03:34:46 +0000 |
commit | 8ffc66dac44a2615d46c7eb188957b74d0afd41b (patch) | |
tree | 605e4b9fbad69bdeb25158fc4c17aa904a7c716a | |
parent | 4c080863de86448d905beab27686da823b6d44c1 (diff) |
Update template
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10525 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | utils/NightlyTestTemplate.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/NightlyTestTemplate.html b/utils/NightlyTestTemplate.html index 9f96b44a72..83db6bbbaa 100644 --- a/utils/NightlyTestTemplate.html +++ b/utils/NightlyTestTemplate.html @@ -199,6 +199,9 @@ with an asterisk: `*'. The columns of the tables are:<p> GCC output: greater than 1 is a speedup, less than 1 is a slowdown.</li> <li><a name="GCC/CBE">GCC/CBE</a> - The speed-up of the CBE output vs the native GCC output: greater than 1 is a speedup, less than 1 is a slowdown.</li> +<li><a name="LLC-LS">LLC-LS</a> - 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.</li> </ol><p> A complete log of testing |