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

Chris Lattner lattner at cs.uiuc.edu
Wed Aug 9 09:32:44 PDT 2006



Changes in directory llvm-www/releases/1.8/docs:

ReleaseNotes.html updated: 1.1 -> 1.2
---
Log message:

Updates from the list.



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

 ReleaseNotes.html |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)


Index: llvm-www/releases/1.8/docs/ReleaseNotes.html
diff -u llvm-www/releases/1.8/docs/ReleaseNotes.html:1.1 llvm-www/releases/1.8/docs/ReleaseNotes.html:1.2
--- llvm-www/releases/1.8/docs/ReleaseNotes.html:1.1	Wed Aug  9 00:56:40 2006
+++ llvm-www/releases/1.8/docs/ReleaseNotes.html	Wed Aug  9 11:32:30 2006
@@ -109,7 +109,7 @@
 
 <div class="doc_text">
 
-<p>The loop optimizer passes now uses "Loop-Closed SSA Form", which makes it
+<p>The loop optimizer passes now use "Loop-Closed SSA Form", which makes it
 easier to update SSA form as loop transformations change the code.  An 
 immediate benefit of this is that the loop unswitching pass can now unswitch
 loops in more cases.
@@ -168,10 +168,10 @@
 <li>The PowerPC backend now pattern matches the 'rlwimi' instruction more 
     aggressively.</li>
 <li>Most of LLVM is now built with "-pedantic", ensuring better portability 
-    to more C++ Compilers.</li>
+    to more C++ compilers.</li>
 <li>The PowerPC backend now includes initial 64-bit support.  The JIT is not
     complete, and the static compiler has a couple of known bugs, but support
-    is mostly in place. LLVM 1.9 will include completed PPC-64 support. </li>
+    is mostly in place. LLVM 1.9 will include complete PPC-64 support. </li>
 
 </ul>
 </div>
@@ -251,7 +251,7 @@
 components, please contact us on the <a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev">LLVMdev list</a>.</p>
 
 <ul>
-<li>The <tt>-cee</tt> pass is known to be buggy, and may be removed in in a 
+<li>The <tt>-cee</tt> pass is known to be buggy, and may be removed in a 
     future release.</li>
 <li>The IA64 code generator is experimental.</li>
 <li>The Alpha JIT is experimental.</li>
@@ -336,7 +336,7 @@
 support for floating point data types of any size other than 32 and 64
 bits.</li>
     
-<li>The following Unix system functionality has not been tested and may not
+<li>The following Unix system features have not been tested and may not
 work:
   <ol>
   <li><tt>sigsetjmp</tt>, <tt>siglongjmp</tt> - These are not turned into the
@@ -537,7 +537,7 @@
 problem probably cannot be fixed.</li>
 
 <li><a href="http://llvm.org/PR56">Zero arg vararg functions are not 
-supported</a>.  This should not affect LLVM produced by the C or C++ 
+supported</a>.  This should not affect programs produced by the C or C++ 
 frontends.</li>
 
 <li>The C backend does not correctly implement the <a 
@@ -684,7 +684,7 @@
   src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a>
 
   <a href="http://llvm.org/">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2006/08/09 05:56:40 $
+  Last modified: $Date: 2006/08/09 16:32:30 $
 </address>
 
 </body>






More information about the llvm-commits mailing list