[llvm-branch-commits] [llvm-branch] r232369 - Added MIPS changes to release notes for 3.5.2.

Daniel Sanders daniel.sanders at imgtec.com
Mon Mar 16 03:40:59 PDT 2015


Author: dsanders
Date: Mon Mar 16 05:40:59 2015
New Revision: 232369

URL: http://llvm.org/viewvc/llvm-project?rev=232369&view=rev
Log:
Added MIPS changes to release notes for 3.5.2.

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

Modified: llvm/branches/release_35/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_35/docs/ReleaseNotes.rst?rev=232369&r1=232368&r2=232369&view=diff
==============================================================================
--- llvm/branches/release_35/docs/ReleaseNotes.rst (original)
+++ llvm/branches/release_35/docs/ReleaseNotes.rst Mon Mar 16 05:40:59 2015
@@ -27,6 +27,28 @@ Non-comprehensive list of changes in thi
 Changes to the MIPS Target
 --------------------------
 
+* Corrected inline assembly to use the same assembler options as GCC for the
+  duration of the inline assembly block. Particularly, ``.set reorder``,
+  ``.set nomacro``, and ``.set noat`` are now correct.
+
+* Added ability to specify $gp as a named register global variable.
+
+* Added support for ``.set push`` and ``.set pop``.
+
+* Fixed a code generation bug in the comparison operators for MIPS32r6/MIPS64r6
+  where the compiler would use ``<`` when it should have used ``<=``.
+
+* Fixed various assertions when using 128-bit integers on 64-bit targets.
+
+* Fixed invalid use of an odd-numbered single-precision floating point register
+  when using ``-mno-odd-spreg`` with ``-msa``.
+
+Non-comprehensive list of changes in 3.5.1
+==========================================
+
+Changes to the MIPS Target
+--------------------------
+
 * A large number of bugs have been fixed for big-endian Mips targets using the
   N32 and N64 ABI's. Please note that some of these bugs will still affect
   LLVM-IR generated by LLVM 3.5 since correct code generation depends on





More information about the llvm-branch-commits mailing list