[llvm-commits] CVS: llvm-www/releases/1.0/docs/ReleaseNotes.html
Chris Lattner
lattner at cs.uiuc.edu
Wed Oct 29 01:18:06 PST 2003
Changes in directory llvm-www/releases/1.0/docs:
ReleaseNotes.html updated: 1.10 -> 1.11
---
Log message:
New bug found :(
---
Diffs of the changes: (+3 -3)
Index: llvm-www/releases/1.0/docs/ReleaseNotes.html
diff -u llvm-www/releases/1.0/docs/ReleaseNotes.html:1.10 llvm-www/releases/1.0/docs/ReleaseNotes.html:1.11
--- llvm-www/releases/1.0/docs/ReleaseNotes.html:1.10 Wed Oct 29 00:06:06 2003
+++ llvm-www/releases/1.0/docs/ReleaseNotes.html Wed Oct 29 01:17:27 2003
@@ -162,7 +162,7 @@
<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>
-<li><a href="http://llvm.cs.uiuc.edu/PR64">[constmerge] Constant merging pass merges constants with external linkage</a> (fixed in 1.1)<li><p>
+<li><a href="http://llvm.cs.uiuc.edu/PR64">[constmerge] Constant merging pass merges constants with external linkage</a> (fixed in 1.1)</li><p>
<!-- _______________________________________________________________________ -->
@@ -172,7 +172,7 @@
<li><a href="http://llvm.cs.uiuc.edu/PR6">Oversized integer bitfields cause crash</a>.<p>
<li><a href="http://llvm.cs.uiuc.edu/PR63">#ident is not recognized by C frontend</a> (fixed in 1.1).</li><p>
-
+<li><a href="http://llvm.cs.uiuc.edu/PR65">C front-end miscompiles the builtin_expect intrinsic!</a> (fixed in 1.1).</li><p>
<li>C99 Variable sized arrays do not release stack memory when they go out of
scope. Thus, the following program may run out of stack space:
@@ -418,6 +418,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: Wed Oct 29 00:05:41 CST 2003
+Last modified: Wed Oct 29 01:16:47 CST 2003
<!-- hhmts end -->
</body></html>
More information about the llvm-commits
mailing list