[llvm-branch-commits] [llvm-branch] r223459 - Add the big-endian O32 small structures bugfix to the Mips release notes.
Daniel Sanders
daniel.sanders at imgtec.com
Fri Dec 5 03:06:13 PST 2014
Author: dsanders
Date: Fri Dec 5 05:06:13 2014
New Revision: 223459
URL: http://llvm.org/viewvc/llvm-project?rev=223459&view=rev
Log:
Add the big-endian O32 small structures bugfix to the Mips release notes.
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=223459&r1=223458&r2=223459&view=diff
==============================================================================
--- llvm/branches/release_35/docs/ReleaseNotes.rst (original)
+++ llvm/branches/release_35/docs/ReleaseNotes.rst Fri Dec 5 05:06:13 2014
@@ -42,6 +42,9 @@ Changes to the MIPS Target
* Returning a zero-byte struct no longer causes incorrect code generation when
using the O32 ABI.
+* Passing structures of less than 32-bits using the O32 ABI on a big-endian
+ target has been fixed.
+
* The exception personality has been changed for 64-bit Mips targets to
eliminate warnings about relocations in a read-only section.
More information about the llvm-branch-commits
mailing list