[llvm-commits] CVS: llvm-www/releases/1.0/docs/ReleaseNotes.html

Chris Lattner lattner at cs.uiuc.edu
Sun Nov 16 16:12:01 PST 2003


Changes in directory llvm-www/releases/1.0/docs:

ReleaseNotes.html updated: 1.33 -> 1.34

---
Log message:

Bugz fixed



---
Diffs of the changes:  (+4 -5)

Index: llvm-www/releases/1.0/docs/ReleaseNotes.html
diff -u llvm-www/releases/1.0/docs/ReleaseNotes.html:1.33 llvm-www/releases/1.0/docs/ReleaseNotes.html:1.34
--- llvm-www/releases/1.0/docs/ReleaseNotes.html:1.33	Sun Nov 16 15:42:50 2003
+++ llvm-www/releases/1.0/docs/ReleaseNotes.html	Sun Nov 16 16:11:44 2003
@@ -468,10 +468,6 @@
 supported</a>.  This should not affect LLVM produced by the C or C++ 
 frontends.</li><p>
 
-<li><a href="http://llvm.cs.uiuc.edu/PR77">Variables in scope of output setjmp
-calls should be volatile</a>.  Note that this does not effect correctness on
-many platforms.<p>
-
 <li>The code produces by the C back-end has only been tested with the Sun CC and
 GCC compilers.  It is possible that it will have to be adjusted to support other
 C compilers.<p>
@@ -481,6 +477,9 @@
 <li><a href="http://llvm.cs.uiuc.edu/PR62">C backend fails on constant cast expr
 to ptr-to-anonymous struct</a></li><p>
 
+<li><a href="http://llvm.cs.uiuc.edu/PR77">Variables in scope of output setjmp
+calls should be volatile</a>.  Note that this does not effect correctness on
+many platforms, such as X86.<p>
 
 <!-- *********************************************************************** -->
 </ul><table width="100%" bgcolor="#330077" border=0 cellpadding=4 cellspacing=0>
@@ -509,6 +508,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 Nov 16 15:42:12 CST 2003
+Last modified: Sun Nov 16 16:10:29 CST 2003
 <!-- hhmts end -->
 </body></html>





More information about the llvm-commits mailing list