summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-07-15 04:30:35 +0000
committerChris Lattner <sabre@nondot.org>2004-07-15 04:30:35 +0000
commit6568fe876c4b3b2f1ee9f326b52369a9b5c944b2 (patch)
tree4389d0294b945589266be466fb3b3ea9e1936dd0 /docs
parent507e3d6dc3face0d68eaf30e30dac07dc948ea2f (diff)
downloadllvm-6568fe876c4b3b2f1ee9f326b52369a9b5c944b2.tar.gz
llvm-6568fe876c4b3b2f1ee9f326b52369a9b5c944b2.tar.bz2
llvm-6568fe876c4b3b2f1ee9f326b52369a9b5c944b2.tar.xz
QOI issue fixed
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14852 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index cad0b1579e..d1759f1c53 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -184,6 +184,7 @@ produced when linking C++ programs has been fixed.</li>
<li><a href="http://llvm.cs.uiuc.edu/PR391">lli Doesn't Handle Exceptions From
Bytecode Reader</a></li>
<li><a href="http://llvm.cs.uiuc.edu/PR341">operator&lt;&lt; on a Value* now prints the address of the object instead of its contents.</a></li>
+<li><a href="http://llvm.cs.uiuc.edu/PR404">[loopsimplify] Loop simplify is really slow on 252.eon</a></li>
</ol>
</div>