3.6.1 patch nomination: r227087 and r227089 ("[mips] Enable arithmetic and binary operations for the i128 data type")

Dimitry Andric dimitry at andric.com
Mon Mar 9 13:56:05 PDT 2015


Hi Daniel,

Can you please approve these two commits for merging into the release_36 branch, targeting 3.6.1?

======================================================================
Author: vkalintiris
Date: Mon Jan 26 06:04:40 2015
New Revision: 227087

URL: http://llvm.org/viewvc/llvm-project?rev=227087&view=rev
Log:
[mips] Add tests for bitwise binary and integer arithmetic operators.

Reviewers: dsanders

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D7125
======================================================================

and

======================================================================
Author: vkalintiris
Date: Mon Jan 26 06:33:22 2015
New Revision: 227089

URL: http://llvm.org/viewvc/llvm-project?rev=227089&view=rev
Log:
[mips] Enable arithmetic and binary operations for the i128 data type.

Summary:
This patch adds support for some operations that were missing from
128-bit integer types (add/sub/mul/sdiv/udiv... etc.). With these
changes we can support the __int128_t and __uint128_t data types
from C/C++.

Depends on D7125

Reviewers: dsanders

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D7143
======================================================================

-Dimitry

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 194 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150309/74773c11/attachment.sig>


More information about the llvm-commits mailing list