[llvm-branch-commits] [llvm-branch] r228287 - Add microMIPS codegen to the release notes.

Daniel Sanders daniel.sanders at imgtec.com
Thu Feb 5 02:45:26 PST 2015


Author: dsanders
Date: Thu Feb  5 04:45:26 2015
New Revision: 228287

URL: http://llvm.org/viewvc/llvm-project?rev=228287&view=rev
Log:
Add microMIPS codegen to the release notes.

It only fails bullet, and smallpt now.


Modified:
    llvm/branches/release_36/docs/ReleaseNotes.rst

Modified: llvm/branches/release_36/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_36/docs/ReleaseNotes.rst?rev=228287&r1=228286&r2=228287&view=diff
==============================================================================
--- llvm/branches/release_36/docs/ReleaseNotes.rst (original)
+++ llvm/branches/release_36/docs/ReleaseNotes.rst Thu Feb  5 04:45:26 2015
@@ -391,7 +391,8 @@ During this release the MIPS target has
 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.
+microMIPS for the O32 ABI on little endian targets, and code generation for
+microMIPS is almost completely passing the test-suite.
 
 ABI
 ^^^





More information about the llvm-branch-commits mailing list