1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-24 13:33:37 +02:00
llvm-mirror/test/CodeGen/Mips/cconv
Daniel Sanders 8a04298b22 [mips] Fix passing of small structures for big-endian O32.
Summary:
Like N32/N64, they must be passed in the upper bits of the register.

The new code could be merged with the existing if-statements but I've
refrained from doing this since it will make porting the O32 implementation
to tablegen harder later.

Reviewers: vmedic

Reviewed By: vmedic

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D6463

llvm-svn: 223148
2014-12-02 20:40:27 +00:00
..
arguments-float.ll [mips] Promote i32 arguments to i64 for the N32/N64 ABI and fix <64-bit structs... 2014-11-07 16:54:21 +00:00
arguments-fp128.ll
arguments-hard-float-varargs.ll
arguments-hard-float.ll
arguments-hard-fp128.ll
arguments-struct.ll [mips] Fix passing of small structures for big-endian O32. 2014-12-02 20:40:27 +00:00
arguments-varargs.ll llvm/test/CodeGen/Mips/cconv/arguments-varargs.ll: Add explicit -mtriple=(mips|mipsel)-linux on 4 lines. 2014-08-01 22:15:38 +00:00
arguments.ll [mips] Promote i32 arguments to i64 for the N32/N64 ABI and fix <64-bit structs... 2014-11-07 16:54:21 +00:00
callee-saved-float.ll
callee-saved-fpxx1.ll
callee-saved-fpxx.ll
callee-saved.ll
memory-layout.ll
reserved-space.ll
return-float.ll [mips] Improve robustness of some tests. 2014-08-14 13:10:48 +00:00
return-hard-float.ll [mips] Improve robustness of some tests. 2014-08-14 13:10:48 +00:00
return-hard-fp128.ll
return-hard-struct-f128.ll [mips] Return {f128} correctly for N32/N64. 2014-10-07 09:29:59 +00:00
return-struct.ll [mips] Fix sret arguments for N32/N64 which were accidentally broken in r221534. 2014-11-10 15:57:53 +00:00
return.ll [mips] Improve robustness of some tests. 2014-08-14 13:10:48 +00:00
stack-alignment.ll