Add some notes
authorChris Lattner <sabre@nondot.org>
Mon, 24 May 2004 04:45:52 +0000 (04:45 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 24 May 2004 04:45:52 +0000 (04:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13709 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index daebd8d73d0c6ab848e7bfad46cc0e832a6db527..5e3eacad4f42be2aa61852296d90d85d194a501e 100644 (file)
@@ -101,6 +101,11 @@ constrained to be the same as the CFG for the LLVM input code.</li>
 <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>