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

Chris Lattner lattner at cs.uiuc.edu
Tue Sep 14 09:43:26 PDT 2004



Changes in directory llvm/docs:

ReleaseNotes.html updated: 1.236 -> 1.237
---
Log message:

Add notes about some buggy passes


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

Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.236 llvm/docs/ReleaseNotes.html:1.237
--- llvm/docs/ReleaseNotes.html:1.236	Tue Sep  7 12:52:38 2004
+++ llvm/docs/ReleaseNotes.html	Tue Sep 14 11:43:13 2004
@@ -252,7 +252,7 @@
 benchmarks. The file <tt>llvm/lib/Target/PowerPC/README.txt</tt> has
 details.</li>
 <li>The following passes are incomplete or buggy: <tt>-pgmdep, -memdep,
-    -ipmodref, -cee</tt></li>
+    -ipmodref, -cee, -branch-combine, -instloops, -paths</tt></li>
 <li>The <tt>-pre</tt> pass is incomplete (there are cases it doesn't handle that
     it should) and not thoroughly tested.</li>
 <li>The <tt>llvm-ar</tt> tool is incomplete and probably buggy.</li>
@@ -613,7 +613,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: 2004/09/07 17:52:38 $
+  Last modified: $Date: 2004/09/14 16:43:13 $
 </address>
 
 </body>






More information about the llvm-commits mailing list