]> granicus.if.org Git - clang/commit
x86_64 ABI: Initial implementation of ABI compliant parameter passing.
authorDaniel Dunbar <daniel@zuster.org>
Tue, 3 Feb 2009 20:00:13 +0000 (20:00 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Tue, 3 Feb 2009 20:00:13 +0000 (20:00 +0000)
commit59e5a0e4f1b3a6f4ddcb0e902e98d8b3c9d10799
treea0f113c892ff9b21cebe8853ea04765ee7776595
parentc144bfa05a92dcd14e2649f6dcfa1bc6d3f39f1e
x86_64 ABI: Initial implementation of ABI compliant parameter passing.
 - Now only 27/500 failures on ABITest single argument tests; from
   350/500. :)
 - As with return types, a large percentage of these are likely to be
   gcc bugs, not yet reviewed.

Also, fix bug in handling of Ignore ABI type in argument lists.

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