diff options
author | Daniel Sanders <daniel.sanders@imgtec.com> | 2015-01-13 15:17:00 +0000 |
---|---|---|
committer | Daniel Sanders <daniel.sanders@imgtec.com> | 2015-01-13 15:17:00 +0000 |
commit | bd1d69add68fa04a63a84db37ad9229732e9d08a (patch) | |
tree | 867a7b8052f427cf46d4bd879af9f6479f1ecdde /llvm | |
parent | 169d02f832aafae40af04001acc6d6dcbe28a1eb (diff) | |
download | bcm5719-llvm-bd1d69add68fa04a63a84db37ad9229732e9d08a.tar.gz bcm5719-llvm-bd1d69add68fa04a63a84db37ad9229732e9d08a.zip |
Added a Mips lld milestone to the release notes for the 3.6 release.
llvm-svn: 225797
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/docs/ReleaseNotes.rst | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst index 7370cafd860..dd54d45c99c 100644 --- a/llvm/docs/ReleaseNotes.rst +++ b/llvm/docs/ReleaseNotes.rst @@ -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 ^^^ |