[llvm-commits] [llvm] r83625 - /llvm/trunk/docs/ReleaseNotes-2.6.html

Chris Lattner sabre at nondot.org
Thu Oct 8 23:36:25 PDT 2009


Author: lattner
Date: Fri Oct  9 01:36:25 2009
New Revision: 83625

URL: http://llvm.org/viewvc/llvm-project?rev=83625&view=rev
Log:
more random updates.

Modified:
    llvm/trunk/docs/ReleaseNotes-2.6.html

Modified: llvm/trunk/docs/ReleaseNotes-2.6.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes-2.6.html?rev=83625&r1=83624&r2=83625&view=diff

==============================================================================
--- llvm/trunk/docs/ReleaseNotes-2.6.html (original)
+++ llvm/trunk/docs/ReleaseNotes-2.6.html Fri Oct  9 01:36:25 2009
@@ -436,6 +436,12 @@
     by allowing multiple "LLVMContext" objects to exist.  Please see the <a 
     href="ProgrammersManual.html#threading">threading entry in the Programmer's
     Manual</a> for more information.</li>
+<li>LLVM now has experimental support for <a
+    href="http://nondot.org/~sabre/LLVMNotes/EmbeddedMetadata.txt">embedded
+    metadata</a> in LLVM IR, though the implementation is not guaranteed to be
+    final and the .bc file format may change in future releases.  Debug info 
+    does not yet use this format in LLVM 2.6.</p>
+    
 </ul>
 
 </div>
@@ -617,8 +623,11 @@
 </p>
 
 <ul>
-<li>Add support for the PowerPC 64-bit SVR4 ABI.</li>
 <li>Mips now supports O32 Calling Convention.</li>
+<li>Many improvements to the 32-bit PowerPC SVR4 ABI (used on powerpc-linux)
+    support, lots of bugs fixed.</li>
+<li>Added support for the 64-bit PowerPC SVR4 ABI (used on powerpc64-linux).
+    Needs more testing.</li>
 </ul>
 
 </div>





More information about the llvm-commits mailing list