summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AArch64/preserve_mostcc.ll
Commit message (Collapse)AuthorAgeFilesLines
* Add support for a preserve_most calling convention to the AArch64 backend.Roman Levenstein2016-03-101-0/+40
This change adds a support for a preserve_most calling convention to the AArch64 backend, similar to how it was done for X86-64. There is also a subsequent patch on top of this one to add a tail-calls support for this calling convention. Differential Revision: http://reviews.llvm.org/D18016 llvm-svn: 263092
OpenPOWER on IntegriCloud