[llvm-commits] CVS: llvm-www/releases/1.0/docs/ReleaseNotes.html
Chris Lattner
lattner at cs.uiuc.edu
Tue Nov 18 19:09:01 PST 2003
Changes in directory llvm-www/releases/1.0/docs:
ReleaseNotes.html updated: 1.37 -> 1.38
---
Log message:
more bugs
---
Diffs of the changes: (+6 -1)
Index: llvm-www/releases/1.0/docs/ReleaseNotes.html
diff -u llvm-www/releases/1.0/docs/ReleaseNotes.html:1.37 llvm-www/releases/1.0/docs/ReleaseNotes.html:1.38
--- llvm-www/releases/1.0/docs/ReleaseNotes.html:1.37 Tue Nov 18 17:04:44 2003
+++ llvm-www/releases/1.0/docs/ReleaseNotes.html Tue Nov 18 19:08:37 2003
@@ -220,6 +220,9 @@
<li><a href="http://llvm.cs.uiuc.edu/PR116">[adce] ADCE considers blocks without postdominators to be unreachable</a></li><p>
+<li><a href="http://llvm.cs.uiuc.edu/PR130">[vmcore] Symbol table doesn't rename colliding variables during type resolution</a></li><p>
+
+
<!-- _______________________________________________________________________ -->
</ul><h4><a name="c-fe"><hr size=0>Known problems with the C front-end</h4><ul>
@@ -258,6 +261,8 @@
<li><a href="http://llvm.cs.uiuc.edu/PR54">C front-end miscompiles unsigned enums whose LLVM types are signed</a></li><p>
+<li><a href="http://llvm.cs.uiuc.edu/PR131">[llvm-gcc] ?: operator as lvalue not implemented</a></li><p>
+
</ul><b>Notes:</b><ul><p>
@@ -518,6 +523,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: Tue Nov 18 14:56:15 CST 2003
+Last modified: Tue Nov 18 19:06:52 CST 2003
<!-- hhmts end -->
</body></html>
More information about the llvm-commits
mailing list