NAKAMURA Takumi
|
3eca973bf8
|
test/CodeGen/X86/bigstructret.ll: Suppress one test. It is msvc-incompatible. (compatible to mingw32 and netbsd, though)
llvm-svn: 157474
|
2012-05-25 15:40:54 +00:00 |
NAKAMURA Takumi
|
501dbd06ae
|
test/CodeGen/X86/bigstructret.ll: Relax stack offsets for hosts of stack-align=8, eg. win32 and netbsd.
llvm-svn: 157471
|
2012-05-25 15:12:21 +00:00 |
Eli Friedman
|
315a0c79f3
|
Simplify code for calling a function where CanLowerReturn fails, fixing a small bug in the process.
llvm-svn: 157446
|
2012-05-25 00:09:29 +00:00 |
Kenneth Uildriks
|
9f34406a90
|
x86 users can now return arbitrary sized structs. Structs too large to fit in return registers will be returned through a hidden sret parameter introduced during SelectionDAG construction.
llvm-svn: 86876
|
2009-11-11 19:59:24 +00:00 |