diff options
author | Chris Lattner <sabre@nondot.org> | 2009-10-09 06:36:25 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-10-09 06:36:25 +0000 |
commit | a8f42149127c37a6c2c4ef13ecaf724967dff5ba (patch) | |
tree | 6bca912510c586e66a365f4edbe04710d82b6384 /docs | |
parent | 64efb555ceb67aa5dc6554140cc2b4ebc0eab23a (diff) | |
download | external_llvm-a8f42149127c37a6c2c4ef13ecaf724967dff5ba.zip external_llvm-a8f42149127c37a6c2c4ef13ecaf724967dff5ba.tar.gz external_llvm-a8f42149127c37a6c2c4ef13ecaf724967dff5ba.tar.bz2 |
more random updates.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83625 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ReleaseNotes-2.6.html | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/docs/ReleaseNotes-2.6.html b/docs/ReleaseNotes-2.6.html index 635bb63..9f548c4 100644 --- a/docs/ReleaseNotes-2.6.html +++ b/docs/ReleaseNotes-2.6.html @@ -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> |