diff options
author | Chris Lattner <sabre@nondot.org> | 2004-09-15 01:09:25 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-09-15 01:09:25 +0000 |
commit | 372dc8d9f7eb331a5e057577eb2a1902533451b4 (patch) | |
tree | 39227900ce406561661206c678973bc8cd282f29 | |
parent | fb3ee1930bfd0902f5fa3e6526775e3791e38d3c (diff) | |
download | external_llvm-372dc8d9f7eb331a5e057577eb2a1902533451b4.zip external_llvm-372dc8d9f7eb331a5e057577eb2a1902533451b4.tar.gz external_llvm-372dc8d9f7eb331a5e057577eb2a1902533451b4.tar.bz2 |
Bug fixed
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16349 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/ReleaseNotes.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index cef2900..f352c8c 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -158,8 +158,10 @@ were fixed:</a> <p>Bugs fixed in the LLVM Core:</p> <ol> +<li><a href="http://llvm.org/PR420">[licm] LICM invalidates alias analysis info + and uses broken information</a> (optimizer crash)</li> <li><a href="http://llvm.org/PR422">[asmwriter] Asmwriter is really slow for - functions with lots of values</a></li> + functions with lots of values</a></li> <li><a href="http://llvm.org/PR423">[anders-aa] Andersen's AA is completely broken in LLVM 1.3</a></li> <li><a href="http://llvm.org/PR430">[bcwriter] Empty compaction tables |