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

Chris Lattner lattner at cs.uiuc.edu
Sun Feb 8 14:02:01 PST 2004


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

ReleaseNotes.html updated: 1.19 -> 1.20

---
Log message:

EH support now works on sparc/x86
Also brian fixed 167 as worksforme so it apparently got fixed in 1.2



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

Index: llvm-www/releases/1.1/docs/ReleaseNotes.html
diff -u llvm-www/releases/1.1/docs/ReleaseNotes.html:1.19 llvm-www/releases/1.1/docs/ReleaseNotes.html:1.20
--- llvm-www/releases/1.1/docs/ReleaseNotes.html:1.19	Sun Feb  8 12:51:57 2004
+++ llvm-www/releases/1.1/docs/ReleaseNotes.html	Sun Feb  8 14:01:30 2004
@@ -670,16 +670,14 @@
 
 <div class="doc_text">
 
-<ul>
+<b>Bugs in 1.1 fixed in 1.2:</b><ul>
 
+<li><a href="http://llvm.cs.uiuc.edu/PR219">[X86] X86 backend code generates -0.0 as +0.0</a></li>
 <li>The X86 code generator <a
 href="http://llvm.cs.uiuc.edu/PR16">does not currently
 support the <tt>unwind</tt> instruction</a>, so code that throws a C++ exception
 or calls the C <tt>longjmp</tt> function will abort.</li>
 
-</ul><b>Bugs in 1.1 fixed in 1.2:</b><ul>
-
-<li><a href="http://llvm.cs.uiuc.edu/PR219">[X86] X86 backend code generates -0.0 as +0.0</a></li>
 </ul>
 
 </div>
@@ -691,10 +689,10 @@
 
 <div class="doc_text">
 
-<ul>
+<b>Bugs in 1.1 fixed in 1.2:</b><ul>
 
 <li>The Sparc code generator <a
-href="http://llvm.cs.uiuc.edu/PR15">does not currently
+href="http://llvm.cs.uiuc.edu/PR16">does not currently
 support the <tt>unwind</tt> instruction</a>, so code that throws a C++ exception
 or calls the C <tt>longjmp</tt> function will abort.</li>
 
@@ -764,7 +762,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/08 18:51:57 $
+  Last modified: $Date: 2004/02/08 20:01:30 $
 </address>
 
 </body>





More information about the llvm-commits mailing list