[llvm-commits] CVS: llvm/docs/ReleaseNotes.html
Chris Lattner
lattner at cs.uiuc.edu
Mon May 24 00:38:03 PDT 2004
Changes in directory llvm/docs:
ReleaseNotes.html updated: 1.186 -> 1.187
---
Log message:
new feature
---
Diffs of the changes: (+3 -1)
Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.186 llvm/docs/ReleaseNotes.html:1.187
--- llvm/docs/ReleaseNotes.html:1.186 Sun May 23 23:53:32 2004
+++ llvm/docs/ReleaseNotes.html Mon May 24 00:34:32 2004
@@ -112,6 +112,8 @@
collectors.</li>
<li>LLVM now includes an implementation of Andersen's interprocedural alias
analysis algorithm.</li>
+<li>Bugpoint can <a href="http://llvm.cs.uiuc.edu/PR327">extract individual
+basic blocks</a> to track down reduce miscompilation testcases.</li>
</ol>
</div>
@@ -675,7 +677,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/05/24 04:53:32 $
+ Last modified: $Date: 2004/05/24 05:34:32 $
</address>
</body>
More information about the llvm-commits
mailing list