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

Chris Lattner lattner at cs.uiuc.edu
Sun Aug 15 22:49:35 PDT 2004



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

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

Unfortunately, anders-aa was completely broken :(


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

Index: llvm-www/releases/1.3/docs/ReleaseNotes.html
diff -u llvm-www/releases/1.3/docs/ReleaseNotes.html:1.1 llvm-www/releases/1.3/docs/ReleaseNotes.html:1.2
--- llvm-www/releases/1.3/docs/ReleaseNotes.html:1.1	Fri Aug 13 17:03:04 2004
+++ llvm-www/releases/1.3/docs/ReleaseNotes.html	Mon Aug 16 00:49:24 2004
@@ -110,7 +110,9 @@
 of aggressive copying and generational collectors.</li>
 <li>LLVM now includes a simple implementation of <a 
 href="AliasAnalysis.html#anders-aa">Andersen's interprocedural alias 
-analysis</a> algorithm.</li>
+analysis</a> algorithm. <b>NOTE</b>: anders-aa is unfortunately <a 
+href="http://llvm.org/PR423">completely broken</a> in LLVM 1.3.  See the link 
+for a trivial patch to fix it.</li>
 <li>Bugpoint can <a href="http://llvm.cs.uiuc.edu/PR327">extract individual
 basic blocks</a> to track down reduce miscompilation testcases.</li>
 <li>LLVM and the C front-end now work under Win32 using the
@@ -440,6 +442,9 @@
 values live across a setjmp as volatile</a>.  This missing feature only affects
 targets whose setjmp/longjmp libraries do not save and restore the entire
 register file.</li>
+
+<li><a href="http://llvm.org/PR423">[anders-aa] Andersen's AA is completely 
+    broken in LLVM 1.3</a></li>
 </ul>
 </div>
 
@@ -766,7 +771,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/08/13 22:03:04 $
+  Last modified: $Date: 2004/08/16 05:49:24 $
 </address>
 
 </body>






More information about the llvm-commits mailing list