summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-07-25 22:15:33 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-07-25 22:15:33 +0000
commitf847432f77d0cd59e172b727fbd890c60d5ad5fd (patch)
treeb040bd6ba2cdd4b9ade2252678648d441af86a35 /docs
parentcddc86f27c822af960fc8d344a86a63fce6eab76 (diff)
downloadllvm-f847432f77d0cd59e172b727fbd890c60d5ad5fd.tar.gz
llvm-f847432f77d0cd59e172b727fbd890c60d5ad5fd.tar.bz2
llvm-f847432f77d0cd59e172b727fbd890c60d5ad5fd.tar.xz
Bugs fixed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15222 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 765e5427c0..7b0696c5bb 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -183,7 +183,11 @@ for structure typedefs</a></li>
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/PR392">Global Vars Have (Somewhat) Limited
+ Type Range</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/PR402">Bytecode Enhancements
+ Needed</a></li>
<li><a href="http://llvm.cs.uiuc.edu/PR404">[loopsimplify] Loop simplify is really slow on 252.eon</a></li>
</ol>