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

Chris Lattner sabre at nondot.org
Thu May 17 15:04:05 PDT 2007



Changes in directory llvm/docs:

ReleaseNotes.html updated: 1.380 -> 1.381
---
Log message:

validation fixes


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

 ReleaseNotes.html |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)


Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.380 llvm/docs/ReleaseNotes.html:1.381
--- llvm/docs/ReleaseNotes.html:1.380	Thu May 17 17:02:24 2007
+++ llvm/docs/ReleaseNotes.html	Thu May 17 17:03:43 2007
@@ -339,8 +339,6 @@
     implemented.</li>
 </ul>
 
-</div>
-
 <p>Other Target-Specific Code Generator Enhancements:
 </p>
 
@@ -584,7 +582,7 @@
 <li>Compilation for ARM Linux OABI (old ABI) is supported, but not fully tested.
 </li>
 <li>QEMU-ARM (<= 0.9.0) wrongly executes programs compiled with LLVM. A non-affected QEMU version must be used or this
-<a href="http://cvs.savannah.nongnu.org/viewcvs/qemu/target-arm/translate.c?root=qemu&r1=1.46&r2=1.47&makepatch=1&diff_format=h">
+<a href="http://cvs.savannah.nongnu.org/viewcvs/qemu/target-arm/translate.c?root=qemu&r1=1.46&r2=1.47&makepatch=1&diff_format=h">
 patch</a> must be applied on QEMU.</li>
 </ul>
 
@@ -854,7 +852,7 @@
   src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a>
 
   <a href="http://llvm.org/">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2007/05/17 22:02:24 $
+  Last modified: $Date: 2007/05/17 22:03:43 $
 </address>
 
 </body>






More information about the llvm-commits mailing list