]> granicus.if.org Git - clang/commit
lib/CodeGen/TargetInfo.cpp: Add Win64 calling conversion.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 17 Jan 2011 22:56:31 +0000 (22:56 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 17 Jan 2011 22:56:31 +0000 (22:56 +0000)
commita75732201b19059a0e56a88b0eb5a0e5dd3c6ca3
tree13d9e7076b207f03eb589af6fdf4c4bfe793055d
parent79521990f774dfd1b8bcfd62179234a223c34d84
lib/CodeGen/TargetInfo.cpp: Add Win64 calling conversion.

FIXME: It would be incompatible to Microsoft's in one point.
On mingw64-gcc, {i128} is expanded for args and returned as {rax, rdx}.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@123692 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/TargetInfo.cpp