[llvm-commits] CVS: llvm-www/releases/1.0/docs/ReleaseNotes.html
Chris Lattner
lattner at cs.uiuc.edu
Mon Oct 27 11:11:06 PST 2003
Changes in directory llvm-www/releases/1.0/docs:
ReleaseNotes.html updated: 1.3 -> 1.4
---
Log message:
Add two bugs which have been fixed
---
Diffs of the changes: (+9 -2)
Index: llvm-www/releases/1.0/docs/ReleaseNotes.html
diff -u llvm-www/releases/1.0/docs/ReleaseNotes.html:1.3 llvm-www/releases/1.0/docs/ReleaseNotes.html:1.4
--- llvm-www/releases/1.0/docs/ReleaseNotes.html:1.3 Sun Oct 26 07:30:55 2003
+++ llvm-www/releases/1.0/docs/ReleaseNotes.html Mon Oct 27 11:10:17 2003
@@ -155,7 +155,14 @@
<li>It is not possible to <tt>dlopen</tt> an LLVM bytecode file in the JIT.<p>
<li>Linking in static archive files (.a files) is very slow (there is no symbol
-table in the archive).
+table in the archive).<p>
+
+
+<li><a href="http://llvm.cs.uiuc.edu/PR57">[inliner] Inlining invoke with PHI in unwind target is broken</a> (fixed in 1.1)</li><p>
+
+<li><a href="http://llvm.cs.uiuc.edu/PR58">[linker] linkonce globals should link successfully to external globals</a> (fixed in 1.1)</li><p>
+
+
<!-- _______________________________________________________________________ -->
</ul><h4><a name="c-fe"><hr size=0>Known problems with the C front-end</h4><ul>
@@ -393,6 +400,6 @@
Maintained By: <a href="http://llvm.cs.uiuc.edu/">The LLVM Team</a><br>
<!-- Created: Wed Oct 1 17:38:54 CDT 2003 -->
<!-- hhmts start -->
-Last modified: Sun Oct 26 07:29:30 CST 2003
+Last modified: Mon Oct 27 11:10:08 CST 2003
<!-- hhmts end -->
</body></html>
More information about the llvm-commits
mailing list