summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/bigstructret.ll
Commit message (Collapse)AuthorAgeFilesLines
* [X86] Regenerate big structure return test and check on x86_64 as well.Simon Pilgrim2017-08-011-13/+37
| | | | llvm-svn: 309676
* test/CodeGen/X86/bigstructret.ll: Suppress one test. It is ↵NAKAMURA Takumi2012-05-251-12/+0
| | | | | | msvc-incompatible. (compatible to mingw32 and netbsd, though) llvm-svn: 157474
* test/CodeGen/X86/bigstructret.ll: Relax stack offsets for hosts of ↵NAKAMURA Takumi2012-05-251-2/+2
| | | | | | stack-align=8, eg. win32 and netbsd. llvm-svn: 157471
* Simplify code for calling a function where CanLowerReturn fails, fixing a ↵Eli Friedman2012-05-251-6/+35
| | | | | | small bug in the process. llvm-svn: 157446
* x86 users can now return arbitrary sized structs. Structs too large to fit ↵Kenneth Uildriks2009-11-111-0/+17
in return registers will be returned through a hidden sret parameter introduced during SelectionDAG construction. llvm-svn: 86876
OpenPOWER on IntegriCloud