projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1adab7
)
The CBE output is compiled at -O2
author
Chris Lattner
<sabre@nondot.org>
Mon, 18 Aug 2003 04:39:41 +0000
(
04:39
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Mon, 18 Aug 2003 04:39:41 +0000
(
04:39
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7938
91177308
-0d34-0410-b5e6-
96231b3b80d8
utils/NightlyTestTemplate.html
patch
|
blob
|
history
diff --git
a/utils/NightlyTestTemplate.html
b/utils/NightlyTestTemplate.html
index 1d131f3c2ee998674f594cff99c9a6ad242fb780..583c6b306f8ead109d2db9169d32e137e8f5d2cc 100644
(file)
--- a/
utils/NightlyTestTemplate.html
+++ b/
utils/NightlyTestTemplate.html
@@
-137,7
+137,7
@@
with an asterisk: `*'. The columns of the tables are:<p>
<li><a name="GCC">GCC</a> - The time taken to execute the program when compiled
with GCC -O2.</li>
<li><a name="CBE">CBE</a> - The time taken to execute the program after
- compilation through the C
Backend
.</li>
+ compilation through the C
backend, compiled with -O2
.</li>
<li><a name="LLC">LLC</a> - How long does the program generated by the static
backend LLC take to execute </li>
<li><a name="JIT">JIT</a> - The amount of time spent running the