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

Chris Lattner lattner at cs.uiuc.edu
Thu Jan 27 22:14:04 PST 2005



Changes in directory llvm/docs:

ReleaseNotes.html updated: 1.289 -> 1.290
---
Log message:

These passes are no more.


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

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


Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.289 llvm/docs/ReleaseNotes.html:1.290
--- llvm/docs/ReleaseNotes.html:1.289	Thu Jan 27 11:59:51 2005
+++ llvm/docs/ReleaseNotes.html	Fri Jan 28 00:13:52 2005
@@ -207,8 +207,7 @@
 
 <ul>
 <li>The following passes are incomplete or buggy, and may be removed in future
-    releases: <tt>-pgmdep, -memdep, -ipmodref, -cee, -branch-combine,
-    -instloops, -parallel, -paths, -pre</tt></li>
+    releases: <tt>-cee, -branch-combine, -instloops, -paths, -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 -regalloc=iterativescan)
@@ -566,7 +565,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/01/27 17:59:51 $
+  Last modified: $Date: 2005/01/28 06:13:52 $
 </address>
 
 </body>






More information about the llvm-commits mailing list