[llvm-commits] CVS: llvm/docs/ReleaseNotes.html
Chris Lattner
lattner at cs.uiuc.edu
Sun Feb 15 17:10:01 PST 2004
Changes in directory llvm/docs:
ReleaseNotes.html updated: 1.127 -> 1.128
---
Log message:
Document bug 240
---
Diffs of the changes: (+7 -7)
Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.127 llvm/docs/ReleaseNotes.html:1.128
--- llvm/docs/ReleaseNotes.html:1.127 Sun Feb 15 00:00:04 2004
+++ llvm/docs/ReleaseNotes.html Sun Feb 15 17:09:07 2004
@@ -262,12 +262,12 @@
<li><a href="http://llvm.cs.uiuc.edu/PR82">LLVM cannot handle structures with
more than 256 elements</a>.</li>
-<li>
-The gccld program
-<a href="http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=139">
-does not link objects/archives in the order specified on the command line.
-</a>
-</li>
+<li>The gccld program <a href="http://llvm.cs.uiuc.edu/PR139">does not link objects/archives in the order specified on the command line.</a></li>
+
+<li><a href="http://llvm.cs.uiuc.edu/PR240">The lower-invoke pass does not mark
+values live across a setjmp as volatile</a>. This missing feature only effects
+targets whose setjmp/longjmp libraries do not save and restore the entire
+register file.</li>
</ul>
</div>
@@ -582,7 +582,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: 2004/02/15 06:00:04 $
+ Last modified: $Date: 2004/02/15 23:09:07 $
</address>
</body>
More information about the llvm-commits
mailing list