[llvm-commits] CVS: llvm/docs/ReleaseNotes.html

Reid Spencer reid at x10sys.com
Mon May 16 19:47:39 PDT 2005



Changes in directory llvm/docs:

ReleaseNotes.html updated: 1.327 -> 1.328
---
Log message:

Fix a few grammaros.


---
Diffs of the changes:  (+6 -6)

 ReleaseNotes.html |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)


Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.327 llvm/docs/ReleaseNotes.html:1.328
--- llvm/docs/ReleaseNotes.html:1.327	Mon May 16 12:13:10 2005
+++ llvm/docs/ReleaseNotes.html	Mon May 16 21:47:27 2005
@@ -148,7 +148,7 @@
 could be added if desired.
 </p>
 
-<p>In order for a front-end to get a guaranteed tail call, it must mark
+<p>To ensure a call is interpreted as a tail call, a front-end must mark
 functions as "fastcc", mark calls with the 'tail' marker, and follow the call
 with a return of the called value (or void).  The optimizer and code generator
 attempt to handle more general cases, but the simple case will always work if
@@ -217,7 +217,7 @@
       hitting swap during optimized builds</a>.</li>
   <li>The <a href="http://llvm.cs.uiuc.edu/ProjectsWithLLVM/#llvmtv">LLVM
       Transformation Visualizer</a> (llvm-tv) project has been updated to
-      work with LLVM CVS.</li>
+      work with LLVM 1.5.</li>
   <li>Nightly tester output is now archived on the <a
       href="http://mail.cs.uiuc.edu/pipermail/llvm-testresults/">
       llvm-testresults</a> mailing list.</li>
@@ -243,7 +243,7 @@
 
 <li>Loops with trip counts based on array pointer comparisons (e.g. "<tt>for (i
 = 0; &A[i] != &A[n]; ++i) ...</tt>") are optimized better than before,
-which primarily helps iterator-intensive C++ codes.</li>
+which primarily helps iterator-intensive C++ code.</li>
 
 <li>The optimizer now eliminates simple cases where redundant conditions exist
     between neighboring blocks.</li>
@@ -353,8 +353,8 @@
 <p>LLVM is known to work on the following platforms:</p>
 
 <ul>
-<li>Intel and AMD machines running Red Hat Linux and FreeBSD (and probably 
-    other unix-like systems).</li>
+  <li>Intel and AMD machines running Red Hat Linux, Fedora Core and FreeBSD 
+      (and probably other unix-like systems).</li>
 <li>Sun UltraSPARC workstations running Solaris 8.</li>
 <li>Intel and AMD machines running on Win32 with the Cygwin libraries (limited
     support is available for native builds with Visual C++).</li>
@@ -826,7 +826,7 @@
   src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a>
 
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2005/05/16 17:13:10 $
+  Last modified: $Date: 2005/05/17 02:47:27 $
 </address>
 
 </body>






More information about the llvm-commits mailing list