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

Reid Spencer reid at x10sys.com
Thu Nov 25 14:44:09 PST 2004



Changes in directory llvm/docs:

ReleaseNotes.html updated: 1.257 -> 1.258
---
Log message:

Indicate that PR427: http://llvm.cs.uiuc.edu/PR427  won't be fixed.


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

Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.257 llvm/docs/ReleaseNotes.html:1.258
--- llvm/docs/ReleaseNotes.html:1.257	Thu Nov 25 16:38:30 2004
+++ llvm/docs/ReleaseNotes.html	Thu Nov 25 16:43:58 2004
@@ -362,6 +362,10 @@
     mark values live across a setjmp as volatile</a>. This missing feature 
   only affects targets whose setjmp/longjmp libraries do not save and restore 
   the entire register file.</li>
+  <li><a href="http://llvm.cs.uiuc.edu/PR427">[bytecode] Assertion on V1
+    Bytecode Files</a>. This bug won't be fixed because V1 bytecode had its own
+    problems, no one is using V1 bytecode any more, and the fix is non-trivial.
+  </li>
 </ul>
 </div>
 
@@ -701,7 +705,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/11/25 22:38:30 $
+  Last modified: $Date: 2004/11/25 22:43:58 $
 </address>
 
 </body>






More information about the llvm-commits mailing list