[llvm-commits] CVS: llvm-www/releases/1.1/docs/ReleaseNotes.html
Chris Lattner
lattner at cs.uiuc.edu
Thu Dec 18 02:21:02 PST 2003
Changes in directory llvm-www/releases/1.1/docs:
ReleaseNotes.html updated: 1.4 -> 1.5
---
Log message:
Add boogs, fixed in 1.2
---
Diffs of the changes: (+11 -1)
Index: llvm-www/releases/1.1/docs/ReleaseNotes.html
diff -u llvm-www/releases/1.1/docs/ReleaseNotes.html:1.4 llvm-www/releases/1.1/docs/ReleaseNotes.html:1.5
--- llvm-www/releases/1.1/docs/ReleaseNotes.html:1.4 Wed Dec 17 16:47:16 2003
+++ llvm-www/releases/1.1/docs/ReleaseNotes.html Thu Dec 18 02:20:31 2003
@@ -374,10 +374,20 @@
Tail duplication does not update SSA form correctly.
</a>
</li>
+
+</ul><b>Bugs in 1.0 fixed in 1.1:</b><ul>
+
+<li><a href="http://llvm.cs.uiuc.edu/PR179">[licm] LICM promotes volatile memory
+locations to registers</a></li>
+<li><a href="http://llvm.cs.uiuc.edu/PR191">[licm] Memory read after free causes
+infrequent crash</a></li>
+
</ul>
</div>
+
+
<!-- ======================================================================= -->
<div class="doc_subsection">
<a name="c-fe">Known problems with the C front-end</a>
@@ -729,7 +739,7 @@
src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a>
<a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2003/12/17 22:47:16 $
+ Last modified: $Date: 2003/12/18 08:20:31 $
</address>
</body>
More information about the llvm-commits
mailing list