diff options
author | Chris Lattner <sabre@nondot.org> | 2004-05-24 04:45:52 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-05-24 04:45:52 +0000 |
commit | 39491a7e1362ee077300699f4aa3de8da6d0bdcd (patch) | |
tree | 8c048fa71e2b3480702c0266e9d437031a47ce35 /docs | |
parent | 94ec51315fbe2d9b4aed61f6ddd142df7ab63236 (diff) | |
download | external_llvm-39491a7e1362ee077300699f4aa3de8da6d0bdcd.zip external_llvm-39491a7e1362ee077300699f4aa3de8da6d0bdcd.tar.gz external_llvm-39491a7e1362ee077300699f4aa3de8da6d0bdcd.tar.bz2 |
Add some notes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13709 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ReleaseNotes.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index daebd8d..5e3eaca 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -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> |