[llvm-commits] [llvm] r144699 - /llvm/trunk/docs/ReleaseNotes.html
Akira Hatanaka
ahatanaka at mips.com
Tue Nov 15 13:33:05 PST 2011
Author: ahatanak
Date: Tue Nov 15 15:33:05 2011
New Revision: 144699
URL: http://llvm.org/viewvc/llvm-project?rev=144699&view=rev
Log:
Update section "MIPS Target Improvements" in the llvm 3.0 release notes.
Modified:
llvm/trunk/docs/ReleaseNotes.html
Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=144699&r1=144698&r2=144699&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Tue Nov 15 15:33:05 2011
@@ -970,6 +970,27 @@
<!--=========================================================================-->
<h3>
+<a name="MIPS">MIPS Target Improvements</a>
+</h3>
+
+<div>
+
+<p>New features and major changes in the MIPS target include:</p>
+
+<ul>
+ <li>Most MIPS32r1 and r2 instructions are now supported.</li>
+ <li>LE/BE MIPS32r1/r2 has been tested extensively.</li>
+ <li>O32 ABI has been fully tested.</li>
+ <li>MIPS backend has migrated to using the MC infrastructure for assembly printing. Initial support for direct object code emission has been implemented too.</li>
+ <li>Delay slot filler has been updated. Now it tries to fill delay slots with useful instructions instead of always filling them with NOPs.</li>
+ <li>Support for old-style JIT is complete.</li>
+ <li>Support for old architectures (MIPS1 and MIPS2) has been removed.</li>
+ <li>Initial support for MIPS64 has been added.</li>
+</ul>
+</div>
+
+<!--=========================================================================-->
+<h3>
<a name="OtherTS">Other Target Specific Improvements</a>
</h3>
More information about the llvm-commits
mailing list