summaryrefslogtreecommitdiff
path: root/test/CodeGen/nvptx-abi.c
Commit message (Collapse)AuthorAgeFilesLines
* Pass aggregates on the stack without splitting in NVPTX.Eli Bendersky2014-10-291-4/+30
| | | | | | | | | | | | | Following the NVVM IR specifications, arguments of aggregate type should be passed on the stack without splitting (byval). http://reviews.llvm.org/D6020 Patch by Jacques Pienaar. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@220854 91177308-0d34-0410-b5e6-96231b3b80d8
* [NVPTX] Update ABI handlingJustin Holewinski2013-11-201-0/+17
For PTX, we want the target to handle struct returns directly. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@195268 91177308-0d34-0410-b5e6-96231b3b80d8