Akira Hatanaka
|
8ab86cb344
|
Coerce byval aggregate arguments to integers whose size matches the integer
register size of the target architecture.
llvm-svn: 156650
|
2012-05-11 21:56:58 +00:00 |
Akira Hatanaka
|
4984f5dbbe
|
Class objects passed by value follow the same rules as structure objects.
Double fields of by-value class objects should be passed in floating point
registers.
llvm-svn: 150200
|
2012-02-09 19:54:16 +00:00 |
Akira Hatanaka
|
b6f7443c3c
|
Fix bugs in function MipsABIInfo::returnAggregateInRegs. Functions returning
class objects follow the same rules as those returning struct objects.
llvm-svn: 150196
|
2012-02-09 18:49:26 +00:00 |