Date: Sat, 07 Feb 2015 23:26:44 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-mips@FreeBSD.org Subject: [Bug 197259] [mips64] First Pass at clang enabled builds for mips64 (with clang36) Message-ID: <bug-197259-27794-9xzacP4Tqx@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-197259-27794@https.bugs.freebsd.org/bugzilla/> References: <bug-197259-27794@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197259 --- Comment #16 from commit-hook@freebsd.org --- A commit references this bug: Author: dim Date: Sat Feb 7 23:25:58 UTC 2015 New revision: 278367 URL: https://svnweb.freebsd.org/changeset/base/278367 Log: Pull in r227089 from upstream llvm trunk (by Vasileios Kalintiris): [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 This fixes "error in backend" messages, when compiling parts of compiler-rt using 128-bit integer types for mips64. Reported by: sbruno PR: 197259 Changes: projects/clang360-import/contrib/llvm/lib/Target/Mips/Mips64InstrInfo.td projects/clang360-import/contrib/llvm/lib/Target/Mips/MipsISelLowering.cpp projects/clang360-import/contrib/llvm/lib/Target/Mips/MipsSEISelDAGToDAG.cpp projects/clang360-import/contrib/llvm/lib/Target/Mips/MipsSEISelLowering.cpp -- You are receiving this mail because: You are on the CC list for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-197259-27794-9xzacP4Tqx>