diff options
author | Akira Hatanaka <ahatanaka@mips.com> | 2011-11-15 21:33:05 +0000 |
---|---|---|
committer | Akira Hatanaka <ahatanaka@mips.com> | 2011-11-15 21:33:05 +0000 |
commit | 5381cbf4f4466e73df870e20383a0b4478bca33e (patch) | |
tree | 70cfbf7c93a24f6ef6e484f45145898430bc772b /docs | |
parent | eaf2056709c8a5c6a1b9d27f1963a68aefaba8fa (diff) | |
download | external_llvm-5381cbf4f4466e73df870e20383a0b4478bca33e.zip external_llvm-5381cbf4f4466e73df870e20383a0b4478bca33e.tar.gz external_llvm-5381cbf4f4466e73df870e20383a0b4478bca33e.tar.bz2 |
Update section "MIPS Target Improvements" in the llvm 3.0 release notes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144699 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ReleaseNotes.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 8c803cd..1985afa 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -970,6 +970,27 @@ Builder.CreateResume(UnwindData); <!--=========================================================================--> <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> |