[llvm-branch-commits] [llvm-branch] r243742 - [mips] Add Fast ISel support to the release notes.

Daniel Sanders daniel.sanders at imgtec.com
Fri Jul 31 03:48:19 PDT 2015


Author: dsanders
Date: Fri Jul 31 05:48:19 2015
New Revision: 243742

URL: http://llvm.org/viewvc/llvm-project?rev=243742&view=rev
Log:
[mips] Add Fast ISel support to the release notes.

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

Modified: llvm/branches/release_37/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_37/docs/ReleaseNotes.rst?rev=243742&r1=243741&r2=243742&view=diff
==============================================================================
--- llvm/branches/release_37/docs/ReleaseNotes.rst (original)
+++ llvm/branches/release_37/docs/ReleaseNotes.rst Fri Jul 31 05:48:19 2015
@@ -118,6 +118,8 @@ During this release the MIPS target has:
 
 * Added support for MCJIT on all 64-bit subtargets as well as MIPS32R6.
 
+* Added support for fast instruction selection on MIPS32 and MIPS32R2 with PIC.
+
 * Various bug fixes. Including the following notable fixes:
 
   * Fixed 'jumpy' debug line info around calls where calculation of the address





More information about the llvm-branch-commits mailing list