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

Chris Lattner lattner at cs.uiuc.edu
Sun Oct 23 19:33:56 PDT 2005



Changes in directory llvm/docs:

ReleaseNotes.html updated: 1.333 -> 1.334
---
Log message:

Three of these have been removed, as warned


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

 ReleaseNotes.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.333 llvm/docs/ReleaseNotes.html:1.334
--- llvm/docs/ReleaseNotes.html:1.333	Tue Jul 12 11:36:24 2005
+++ llvm/docs/ReleaseNotes.html	Sun Oct 23 21:33:44 2005
@@ -168,7 +168,7 @@
 
 <ul>
 <li>The following passes are incomplete or buggy, and may be removed in future
-    releases: <tt>-cee, -branch-combine, -instloops, -paths, -pre</tt></li>
+    releases: <tt>-cee, -pre</tt></li>
 <li>The <tt>llvm-db</tt> tool is in a very early stage of development, but can
     be used to step through programs and inspect the stack.</li>
 <li>The "iterative scan" register allocator (enabled with 
@@ -588,7 +588,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/07/12 16:36:24 $
+  Last modified: $Date: 2005/10/24 02:33:44 $
 </address>
 
 </body>






More information about the llvm-commits mailing list