[llvm-commits] CVS: llvm/docs/ReleaseNotes.html
Chris Lattner
lattner at cs.uiuc.edu
Sun May 23 23:48:00 PDT 2004
Changes in directory llvm/docs:
ReleaseNotes.html updated: 1.183 -> 1.184
---
Log message:
Add some notes
---
Diffs of the changes: (+6 -1)
Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.183 llvm/docs/ReleaseNotes.html:1.184
--- llvm/docs/ReleaseNotes.html:1.183 Sun May 23 16:07:27 2004
+++ llvm/docs/ReleaseNotes.html Sun May 23 23:45:52 2004
@@ -101,6 +101,11 @@
<li>LLVM now has new loop unrolling and loop unswitching passes.</li>
<li>The induction variable substitution pass performs linear function test
replacement and exit value replacement optimizations.</li>
+<li>LLVM now has first-class support for <a href="GarbageCollection.html">Accurate
+Garbage Collection</a>, enabling the use of aggressive copying and generational
+collectors.</li>
+<li>LLVM now includes an implementation of Andersen's interprocedural alias
+analysis algorithm.</li>
</ol>
@@ -660,7 +665,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/23 21:07:27 $
+ Last modified: $Date: 2004/05/24 04:45:52 $
</address>
</body>
More information about the llvm-commits
mailing list