more random updates.
authorChris Lattner <sabre@nondot.org>
Fri, 9 Oct 2009 06:36:25 +0000 (06:36 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 9 Oct 2009 06:36:25 +0000 (06:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83625 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes-2.6.html

index 635bb63268123e1c62179493e48eeda983ed1994..9f548c4d09faf5be7d1e621c691a559d4eb3ed1e 100644 (file)
@@ -436,6 +436,12 @@ in this section.
     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 @@ releases of LLVM.
 </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>