]> granicus.if.org Git - clang/commit
[MIPS] Re-land the change r238200 to fix extension of integer types
authorPetar Jovanovic <petar.jovanovic@imgtec.com>
Tue, 26 May 2015 21:07:19 +0000 (21:07 +0000)
committerPetar Jovanovic <petar.jovanovic@imgtec.com>
Tue, 26 May 2015 21:07:19 +0000 (21:07 +0000)
commit3c01518961ee4189dd4ebb38b1ed32da36aedf24
treec6bcd6819086ffb606f7f615dfadba66b20c2c97
parent631e2be00cb2a028bfd9e67dd2413776cb7d825d
[MIPS] Re-land the change r238200 to fix extension of integer types

Re-land the change r238200, but with modifications in the tests that should
prevent new failures in some environments as reported with the original
change on the mailing list.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@238253 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/ABIInfo.h
lib/CodeGen/CGCall.cpp
lib/CodeGen/TargetInfo.cpp
test/CodeGen/atomics-inlining.c
test/CodeGen/mips-unsigned-ext-var.c [new file with mode: 0644]
test/CodeGen/mips-unsigned-extend.c [new file with mode: 0644]
test/CodeGenCXX/mips-size_t-ptrdiff_t.cpp