diff options
author | Chris Lattner <sabre@nondot.org> | 2004-05-24 05:34:32 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-05-24 05:34:32 +0000 |
commit | 14cd539ce1ef1b8be8e9cd6e014d579dd244045b (patch) | |
tree | 16257e7c7db3d7221cc22c3258bfc4c785f8d0ac | |
parent | 2ca1fd1fd351cf14956a61648e469d4e16a26540 (diff) | |
download | external_llvm-14cd539ce1ef1b8be8e9cd6e014d579dd244045b.zip external_llvm-14cd539ce1ef1b8be8e9cd6e014d579dd244045b.tar.gz external_llvm-14cd539ce1ef1b8be8e9cd6e014d579dd244045b.tar.bz2 |
new feature
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13714 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/ReleaseNotes.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index ef56380..4c3be01 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -112,6 +112,8 @@ 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> +<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> |