Skip to content

Commit 4d9d10c

Browse files
author
John Criswell
committed
Updated from mainline.
llvm-svn: 22104
1 parent 21c9bf1 commit 4d9d10c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

llvm/docs/ReleaseNotes.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
could be added if desired.
149149
</p>
150150

151-
<p>In order for a front-end to get a guaranteed tail call, it must mark
151+
<p>To ensure a call is interpreted as a tail call, a front-end must mark
152152
functions as "fastcc", mark calls with the 'tail' marker, and follow the call
153153
with a return of the called value (or void). The optimizer and code generator
154154
attempt to handle more general cases, but the simple case will always work if
@@ -217,7 +217,7 @@
217217
hitting swap during optimized builds</a>.</li>
218218
<li>The <a href="http://llvm.cs.uiuc.edu/ProjectsWithLLVM/#llvmtv">LLVM
219219
Transformation Visualizer</a> (llvm-tv) project has been updated to
220-
work with LLVM CVS.</li>
220+
work with LLVM 1.5.</li>
221221
<li>Nightly tester output is now archived on the <a
222222
href="http://mail.cs.uiuc.edu/pipermail/llvm-testresults/">
223223
llvm-testresults</a> mailing list.</li>
@@ -243,7 +243,7 @@
243243

244244
<li>Loops with trip counts based on array pointer comparisons (e.g. "<tt>for (i
245245
= 0; &amp;A[i] != &amp;A[n]; ++i) ...</tt>") are optimized better than before,
246-
which primarily helps iterator-intensive C++ codes.</li>
246+
which primarily helps iterator-intensive C++ code.</li>
247247

248248
<li>The optimizer now eliminates simple cases where redundant conditions exist
249249
between neighboring blocks.</li>
@@ -353,8 +353,8 @@
353353
<p>LLVM is known to work on the following platforms:</p>
354354

355355
<ul>
356-
<li>Intel and AMD machines running Red Hat Linux and FreeBSD (and probably
357-
other unix-like systems).</li>
356+
<li>Intel and AMD machines running Red Hat Linux, Fedora Core and FreeBSD
357+
(and probably other unix-like systems).</li>
358358
<li>Sun UltraSPARC workstations running Solaris 8.</li>
359359
<li>Intel and AMD machines running on Win32 with the Cygwin libraries (limited
360360
support is available for native builds with Visual C++).</li>

0 commit comments

Comments
 (0)