]> granicus.if.org Git - clang/commit
ARM: Simplify PCS handling.
authorTim Northover <tnorthover@apple.com>
Tue, 24 Feb 2015 17:22:40 +0000 (17:22 +0000)
committerTim Northover <tnorthover@apple.com>
Tue, 24 Feb 2015 17:22:40 +0000 (17:22 +0000)
commit2e8ec427311b74b8a6ce2abd856d21087005da8c
treee8e00817d75b21e618904e198a092c2032d611c6
parentf89960b9e30096a9250ec2206c181613faf4302b
ARM: Simplify PCS handling.

The backend should now be able to handle all AAPCS rules based on argument
type, which means Clang no longer has to duplicate the register-counting logic
and the CodeGen can be significantly simplified.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@230349 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/TargetInfo.cpp
test/CodeGen/arm-aapcs-vfp.c