[llvm] r225797 - Added a Mips lld milestone to the release notes for the 3.6 release.

Daniel Sanders daniel.sanders at imgtec.com
Tue Jan 13 07:17:00 PST 2015


Author: dsanders
Date: Tue Jan 13 09:17:00 2015
New Revision: 225797

URL: http://llvm.org/viewvc/llvm-project?rev=225797&view=rev
Log:
Added a Mips lld milestone to the release notes for the 3.6 release.


Modified:
    llvm/trunk/docs/ReleaseNotes.rst

Modified: llvm/trunk/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.rst?rev=225797&r1=225796&r2=225797&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.rst (original)
+++ llvm/trunk/docs/ReleaseNotes.rst Tue Jan 13 09:17:00 2015
@@ -111,10 +111,11 @@ Changes to the ARM Backend
 Changes to the MIPS Target
 --------------------------
 
-During this release the MIPS target has reached a few major milestones. It has
-gained support for MIPS-II and MIPS-III, become ABI-compatible with GCC for big
-and little endian O32, N32, and N64, and it is now able to compile the Linux
-kernel for 32-bit targets.
+During this release the MIPS target has reached a few major milestones. The
+compiler has gained support for MIPS-II and MIPS-III; become ABI-compatible
+with GCC for big and little endian O32, N32, and N64; and is now able to
+compile the Linux kernel for 32-bit targets. Additionally, LLD now supports
+microMIPS for the O32 ABI on little endian targets.
 
 ABI
 ^^^





More information about the llvm-commits mailing list