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

Lauro Ramos Venancio lauro.venancio at gmail.com
Wed May 9 12:32:17 PDT 2007



Changes in directory llvm/docs:

ReleaseNotes.html updated: 1.371 -> 1.372
---
Log message:

Add two ARM known problems. 



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

 ReleaseNotes.html |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)


Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.371 llvm/docs/ReleaseNotes.html:1.372
--- llvm/docs/ReleaseNotes.html:1.371	Wed May  9 01:23:58 2007
+++ llvm/docs/ReleaseNotes.html	Wed May  9 14:31:58 2007
@@ -66,7 +66,7 @@
 <li>We took this as an opportunity to
 break backwards compatibility with the LLVM 1.x bytecode and .ll file format.
 If you have LLVM 1.9 .ll files that you would like to upgrade to LLVM 2.x, we 
-recommend the use of the stand alone <a href=#llvm-upgrade">llvm-upgrade</a>
+recommend the use of the stand alone <a href=#llvm-upgrade>llvm-upgrade</a>
 tool.  We intend to keep compatibility with .ll and .bc formats within the 2.x
 release series, like we did within the 1.x series.</li>
 <li>There are several significant change to the LLVM IR and internal APIs, such
@@ -344,8 +344,11 @@
 <div class="doc_text">
 
 <ul>
-<li>The ARM backend is currently in early development stages, it is not 
-ready for production use.</li>
+<li>The Thumb mode works only on ARMv6 or higher processors. On sub-ARMv6
+processors, any thumb program compiled with LLVM crashes or produces wrong
+results. (<a href="http://llvm.org/PR1388">PR1388</a>)</li>
+<li>Compilation for ARM Linux OABI (old ABI) is supported, but not fully tested.
+</li>
 </ul>
 
 </div>
@@ -597,7 +600,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/09 06:23:58 $
+  Last modified: $Date: 2007/05/09 19:31:58 $
 </address>
 
 </body>






More information about the llvm-commits mailing list