llvm-6502/test/CodeGen/Mips/cconv
Daniel Sanders d69ec73a46 [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


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@223148 91177308-0d34-0410-b5e6-96231b3b80d8
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 [mips][PR19612] Fix va_arg for big-endian mode. 2014-08-01 09:17:39 +00:00
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 [mips] Added FPXX modeless calling convention. 2014-07-10 15:36:12 +00:00
callee-saved-fpxx.ll [mips] Added FPXX modeless calling convention. 2014-07-10 15:36:12 +00:00
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